2024-08-20 08:09:46,282 - DEBUG - [10.0.0.12]: Running cmd : hostname 2024-08-20 08:09:46,541 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-560-1 2024-08-20 08:09:46,542 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2024-08-20 08:09:46,575 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-560-1 2024-08-20 08:09:46,575 - DEBUG - [10.0.0.12]: 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-20 08:09:46,672 - DEBUG - Output : NAMES contrail_test_QDUrbr8hF contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 2024-08-20 08:09:46,672 - DEBUG - [10.0.0.12]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-20 08:09:46,705 - DEBUG - Output : 10.0.0.12/24 172.17.0.1/16 2024-08-20 08:09:46,705 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2024-08-20 08:09:46,739 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-560-1 2024-08-20 08:09:46,823 - DEBUG - [10.0.0.35]: Running cmd : hostname 2024-08-20 08:09:47,056 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-560-1 2024-08-20 08:09:47,057 - DEBUG - [10.0.0.35]: Running cmd : hostname -f 2024-08-20 08:09:47,093 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-560-1 2024-08-20 08:09:47,093 - DEBUG - [10.0.0.35]: 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-20 08:09:47,184 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-20 08:09:47,184 - DEBUG - [10.0.0.35]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-20 08:09:47,218 - DEBUG - Output : 10.0.0.35/24 2024-08-20 08:09:47,219 - DEBUG - [10.0.0.35]: Running cmd : getent hosts 10.0.0.35 | head -n 1 | awk '{print $2}' 2024-08-20 08:09:47,254 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-560-1 2024-08-20 08:09:47,328 - INFO - Using existing project ['default-domain', 'k8s-default'](b6c19a81-b625-474d-b4b3-d8d9edd108a3) 2024-08-20 08:09:47,442 - INFO - Using existing project ['default-domain', 'k8s-default'](b6c19a81-b625-474d-b4b3-d8d9edd108a3) 2024-08-20 08:09:47,616 - INFO - ================================================================================ 2024-08-20 08:09:47,616 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-20 08:09:47,617 - 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-20 08:09:48,964 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-20 08:09:48,977 - DEBUG - Nothing to compare xmpp stats {'10.0.0.35': {'10.0.0.12': '0'}} with 2024-08-20 08:09:48,977 - INFO - Initial checks done. Running the testcase now 2024-08-20 08:09:48,977 - INFO - 2024-08-20 08:09:48,983 - INFO - Namespace default already exists 2024-08-20 08:09:48,984 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-20 08:09:49,099 - DEBUG - Output : cluster_project={} 2024-08-20 08:09:49,135 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-20 08:09:49,136 - DEBUG - Project uuid in Contrail is b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:09:49,136 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-20 08:09:49,255 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-20 08:09:49,255 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_NamespaceDatabaseList?namespace_uuid=1f3e2fba-0d01-471a-b752-50b39afe2024 2024-08-20 08:09:49,259 - INFO - Namespace default with uuid 1f3e2fba-0d01-471a-b752-50b39afe2024 found in kube manager 2024-08-20 08:09:49,260 - INFO - Namespace default verification passed 2024-08-20 08:09:49,262 - DEBUG - Service ctest-nginx-svc-53108816 not present 2024-08-20 08:09:49,263 - INFO - Creating service ctest-nginx-svc-53108816 2024-08-20 08:09:49,340 - INFO - Created Service ctest-nginx-svc-53108816 2024-08-20 08:09:49,346 - DEBUG - Pod ctest-nginx-pod-35298736 not present 2024-08-20 08:09:49,346 - INFO - Creating Pod ctest-nginx-pod-35298736 2024-08-20 08:09:49,421 - DEBUG - Pod : ctest-nginx-pod-35298736 UUID is 273f01ff-2686-438c-ae68-10894853ea2c 2024-08-20 08:09:49,424 - DEBUG - Pod ctest-nginx-pod-08671593 not present 2024-08-20 08:09:49,424 - INFO - Creating Pod ctest-nginx-pod-08671593 2024-08-20 08:09:49,445 - DEBUG - Pod : ctest-nginx-pod-08671593 UUID is 6164db6d-7126-4917-a59d-a93b41a796ca 2024-08-20 08:09:49,608 - INFO - Created VN __public__, UUID :4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:49,861 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-08-20 08:09:49,867 - DEBUG - Requesting: http://10.0.0.12:8082/domain/5936eb8f-d771-447e-a8de-7f3472caa933 2024-08-20 08:09:49,925 - DEBUG - Requesting: http://10.0.0.12:8082/project/b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:09:50,003 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:50,016 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:50,023 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:50,029 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:50,038 - DEBUG - Route Targets: [] 2024-08-20 08:09:50,038 - DEBUG - RT names not yet present for VN __public__ 2024-08-20 08:09:55,039 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-08-20 08:09:55,045 - DEBUG - Requesting: http://10.0.0.12:8082/domain/5936eb8f-d771-447e-a8de-7f3472caa933 2024-08-20 08:09:55,051 - DEBUG - Requesting: http://10.0.0.12:8082/project/b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:09:55,079 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,085 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,093 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:55,100 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:55,105 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/9b40745f-4348-443e-b4e3-5d0c9cf8616c 2024-08-20 08:09:55,111 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-20 08:09:55,111 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,120 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:55,131 - INFO - Verified VN network id 13 for VN 4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,131 - INFO - Verifications in API Server for VN __public__ passed 2024-08-20 08:09:55,131 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,138 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:55,142 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:09:55,148 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/9b40745f-4348-443e-b4e3-5d0c9cf8616c 2024-08-20 08:09:55,153 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-20 08:09:55,158 - DEBUG - Control-node 10.0.0.12 : 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': '5508336639540610435', 'uuid-lslong': '12872902972947690252'}, 'enable': 'true', 'created': '2024-08-20T08:09:49', 'last-modified': '2024-08-20T08:09:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.383690'} 2024-08-20 08:09:55,158 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:09:55,164 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-20 08:09:55,164 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-20 08:09:55,165 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-20 08:09:55,165 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-08-20 08:09:55,169 - DEBUG - Requesting: http://10.0.0.12:8082/domain/5936eb8f-d771-447e-a8de-7f3472caa933 2024-08-20 08:09:55,175 - DEBUG - Requesting: http://10.0.0.12:8082/project/b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:09:55,204 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,210 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-20 08:09:55,210 - DEBUG - Verifying the vn in opserver 2024-08-20 08:09:55,210 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.12 2024-08-20 08:09:55,210 - DEBUG - Requesting: http://10.0.0.12:8081/analytics/uves/virtual-networks 2024-08-20 08:09:55,215 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.12:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-20 08:09:55,215 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-20 08:09:55,215 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:09:55,226 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:09:55,233 - DEBUG - Do not have enough data to verify VN in agent 2024-08-20 08:09:55,233 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:09:55,239 - DEBUG - VRF ids for VN __public__: {} 2024-08-20 08:09:55,279 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-20 08:09:55,375 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-08-20 08:09:55,380 - DEBUG - Requesting: http://10.0.0.12:8082/domain/5936eb8f-d771-447e-a8de-7f3472caa933 2024-08-20 08:09:55,387 - DEBUG - Requesting: http://10.0.0.12:8082/project/b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:09:55,425 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,434 - DEBUG - Requesting: http://10.0.0.12:8082/floating-ip-pool/7c072519-273e-4896-a7b3-071e39f1f495 2024-08-20 08:09:55,441 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-08-20 08:09:55,446 - DEBUG - Requesting: http://10.0.0.12:8082/domain/5936eb8f-d771-447e-a8de-7f3472caa933 2024-08-20 08:09:55,454 - DEBUG - Requesting: http://10.0.0.12:8082/project/b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:09:55,485 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/4c718afd-3f16-4583-b2a5-bd0ce29df30c 2024-08-20 08:09:55,493 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-20 08:09:55,493 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-20 08:09:55,497 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-20 08:09:55,503 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-20 08:09:55,503 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-20 08:09:55,505 - DEBUG - Ingress ctest-nginx-ingress-00578554 not present 2024-08-20 08:09:55,506 - INFO - Creating Ingress ctest-nginx-ingress-00578554 2024-08-20 08:09:55,512 - INFO - Created Ingress ctest-nginx-ingress-00578554 2024-08-20 08:09:55,515 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-00578554 2024-08-20 08:09:58,520 - DEBUG - For Ingress ctest-nginx-ingress-00578554, Cluster IP: 10.47.255.249, External IPs ['85.233.72.124'] 2024-08-20 08:09:58,520 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-00578554 2024-08-20 08:09:58,520 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=cc284b74-3c7a-470b-bac0-226827790c65 2024-08-20 08:09:58,525 - INFO - Ingress ctest-nginx-ingress-00578554 with uuid cc284b74-3c7a-470b-bac0-226827790c65 found in kube manager 2024-08-20 08:09:58,525 - INFO - Ingress ctest-nginx-ingress-00578554 verification passed 2024-08-20 08:09:58,527 - DEBUG - Pod ctest-busybox-pod-53353868 not present 2024-08-20 08:09:58,528 - INFO - Creating Pod ctest-busybox-pod-53353868 2024-08-20 08:09:58,552 - DEBUG - Pod : ctest-busybox-pod-53353868 UUID is 86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:09:58,559 - DEBUG - Pod ctest-nginx-pod-35298736 not in running state.Currently in Pending 2024-08-20 08:10:03,565 - DEBUG - Pod ctest-nginx-pod-35298736 not in running state.Currently in Pending 2024-08-20 08:10:08,572 - INFO - Pod ctest-nginx-pod-35298736 is in running state.Got IP 10.47.255.251 2024-08-20 08:10:08,583 - DEBUG - Pod ctest-nginx-pod-35298736 has vmi 92dfe294-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:10:08,583 - INFO - Verified pod ctest-nginx-pod-35298736 in contrail-api 2024-08-20 08:10:08,583 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:10:08,596 - DEBUG - VMI 92dfe294-5ecb-11ef-82c0-fa163ed59112 is active in agent 10.0.0.35 2024-08-20 08:10:08,596 - INFO - Verified Pod ctest-nginx-pod-35298736 in agent 10.0.0.35 2024-08-20 08:10:08,596 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=273f01ff-2686-438c-ae68-10894853ea2c 2024-08-20 08:10:08,601 - INFO - Pod ctest-nginx-pod-35298736 with uuid 273f01ff-2686-438c-ae68-10894853ea2c found in kube manager 2024-08-20 08:10:08,601 - INFO - Pod ctest-nginx-pod-35298736 verification passed 2024-08-20 08:10:08,697 - DEBUG - [Pod ctest-nginx-pod-35298736] Cmd: echo ctest-nginx-pod-35298736 > /usr/share/nginx/html/index.html, Output: 2024-08-20 08:10:08,702 - INFO - Pod ctest-nginx-pod-08671593 is in running state.Got IP 10.47.255.250 2024-08-20 08:10:08,713 - DEBUG - Pod ctest-nginx-pod-08671593 has vmi 934273fa-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:10:08,713 - INFO - Verified pod ctest-nginx-pod-08671593 in contrail-api 2024-08-20 08:10:08,713 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:10:08,724 - DEBUG - VMI 934273fa-5ecb-11ef-82c0-fa163ed59112 is active in agent 10.0.0.35 2024-08-20 08:10:08,725 - INFO - Verified Pod ctest-nginx-pod-08671593 in agent 10.0.0.35 2024-08-20 08:10:08,725 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=6164db6d-7126-4917-a59d-a93b41a796ca 2024-08-20 08:10:08,729 - INFO - Pod ctest-nginx-pod-08671593 with uuid 6164db6d-7126-4917-a59d-a93b41a796ca found in kube manager 2024-08-20 08:10:08,729 - INFO - Pod ctest-nginx-pod-08671593 verification passed 2024-08-20 08:10:08,790 - DEBUG - [Pod ctest-nginx-pod-08671593] Cmd: echo ctest-nginx-pod-08671593 > /usr/share/nginx/html/index.html, Output: 2024-08-20 08:10:08,794 - DEBUG - Pod ctest-busybox-pod-53353868 not in running state.Currently in Pending 2024-08-20 08:10:13,801 - INFO - Pod ctest-busybox-pod-53353868 is in running state.Got IP 10.47.255.248 2024-08-20 08:10:13,853 - DEBUG - Pod ctest-busybox-pod-53353868 has vmi 979be72e-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:10:13,853 - INFO - Verified pod ctest-busybox-pod-53353868 in contrail-api 2024-08-20 08:10:13,853 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:10:13,865 - DEBUG - VMI 979be72e-5ecb-11ef-82c0-fa163ed59112 is active in agent 10.0.0.35 2024-08-20 08:10:13,865 - INFO - Verified Pod ctest-busybox-pod-53353868 in agent 10.0.0.35 2024-08-20 08:10:13,866 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:10:13,870 - INFO - Pod ctest-busybox-pod-53353868 with uuid 86a56137-ff52-44a2-8855-c98ecb5065aa found in kube manager 2024-08-20 08:10:13,870 - INFO - Pod ctest-busybox-pod-53353868 verification passed 2024-08-20 08:10:13,923 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:13,923 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:13,923 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:13,980 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:13,980 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:13,980 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:14,044 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:14,044 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:14,044 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,799 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,800 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,800 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,867 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,867 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,867 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,942 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,942 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:16,942 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,006 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,006 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,006 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,087 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,087 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,087 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,158 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,158 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,159 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,236 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,236 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,236 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:17,236 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:19,930 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:19,931 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:19,931 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,009 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,009 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,009 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,066 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,066 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,066 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,139 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,139 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,139 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,209 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,209 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,209 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,284 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,284 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,284 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,348 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,348 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,348 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,412 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,412 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,412 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,461 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,461 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,461 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,521 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,521 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,521 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:20,521 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:22,588 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,588 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,588 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,669 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,669 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,669 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,738 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,739 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,739 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,804 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,804 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,804 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,863 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,863 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,863 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,930 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,930 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,930 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,998 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,998 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:22,998 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,062 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,062 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,062 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,137 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,137 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,137 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,197 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,197 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,198 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:23,198 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:25,262 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,263 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,263 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,324 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,324 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,324 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,390 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,390 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,391 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,453 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,453 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,453 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,524 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,525 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,525 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,583 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,583 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,583 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,647 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,647 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,647 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,705 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,706 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,706 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,774 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,774 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,774 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,835 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,835 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,835 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:25,835 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:29,603 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,604 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,604 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,660 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,660 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,660 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,719 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,719 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,719 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,801 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,801 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:29,801 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,557 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,557 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,557 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,623 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,623 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,623 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,685 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,685 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,685 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,741 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,741 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,741 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,821 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,821 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,821 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,885 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,885 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,885 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:32,885 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:35,072 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,072 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,072 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,626 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,626 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,626 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,696 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,696 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,697 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,759 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,759 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,760 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,826 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,826 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,826 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,882 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,882 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,882 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,953 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,953 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:35,953 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,010 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,010 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,010 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,063 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,063 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,063 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,141 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,141 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,141 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:36,141 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:38,217 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,217 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,217 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,286 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,286 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,286 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,348 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,348 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,348 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,409 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,409 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,410 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,461 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,461 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,461 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,527 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,527 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,527 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,590 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,591 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,591 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,657 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,658 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,658 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,719 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,719 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,719 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,791 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,791 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,791 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:38,791 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:40,858 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,858 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,858 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,911 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,911 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,911 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,973 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,974 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:40,974 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,033 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,033 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,033 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,098 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,098 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,098 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,156 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,156 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,156 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,200 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,200 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,200 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,270 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,270 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,270 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,330 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,330 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,330 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,403 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,404 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,404 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:41,404 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:43,466 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,466 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,466 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,539 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,539 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,539 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,615 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,615 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,615 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,693 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,693 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,693 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,759 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,759 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,759 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,816 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,816 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,816 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,869 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,869 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,869 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,916 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,917 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,917 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,972 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,973 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:43,973 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:44,966 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:44,966 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:44,966 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:44,966 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:47,252 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,253 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,253 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,329 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,330 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,330 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,393 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,393 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:47,393 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,133 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,133 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,133 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,196 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,196 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,196 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,252 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,252 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,252 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,316 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,316 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,316 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,377 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,378 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,378 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,450 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,450 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,450 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,516 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,516 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,516 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:48,516 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:50,573 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,573 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,573 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,637 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,637 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,637 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,706 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,706 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,707 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,777 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,777 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,777 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,858 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,858 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,858 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,920 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,920 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,920 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,980 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,980 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:50,980 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,036 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,036 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,036 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,104 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,104 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,104 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,166 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,166 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,166 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:51,166 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:53,234 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,234 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,234 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,297 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,298 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,298 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,369 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,369 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,369 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,445 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,445 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,445 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,510 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,510 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,510 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,570 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,570 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,570 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,637 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,637 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,637 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,699 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,699 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,700 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,761 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,761 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,761 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,816 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,816 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,816 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:53,816 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:55,888 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,888 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,888 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,944 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,944 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,944 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,995 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,995 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:55,995 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,057 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,057 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,057 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,113 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,113 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,114 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,165 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,166 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,166 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,216 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,216 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,216 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,265 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,265 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,265 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,301 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,302 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,302 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,364 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,364 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,364 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:56,364 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:10:58,428 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,428 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,428 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,479 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,479 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,479 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,541 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,541 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,541 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,604 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,604 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,604 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,653 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,654 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,654 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,712 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,712 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,713 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,771 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,772 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,772 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,835 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,835 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,835 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,900 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,900 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,900 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,962 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,962 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,962 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:10:58,962 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:11:01,017 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,017 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,017 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,067 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,067 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,067 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,126 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,126 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,126 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,182 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,182 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,182 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,237 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,237 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,237 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,480 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,480 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:01,480 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:03,919 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:03,920 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:03,920 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,001 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,001 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,001 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,052 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,052 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,052 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,112 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,112 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,112 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:04,112 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:11:06,172 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,172 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,172 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,237 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,237 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,237 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,301 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,301 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,301 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,361 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,361 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,361 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,412 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,412 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,412 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,470 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,471 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,471 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,537 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,537 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,537 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,597 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,597 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,598 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,660 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,660 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,661 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,713 - DEBUG - [Pod ctest-busybox-pod-53353868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,713 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,713 - DEBUG - [Pod Pod ctest-busybox-pod-53353868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-20 08:11:06,713 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-35298736': 0, 'ctest-nginx-pod-08671593': 0} 2024-08-20 08:11:06,724 - WARNING - Nothing to delete parallely 2024-08-20 08:11:06,724 - INFO - Deleting pod default:ctest-busybox-pod-53353868 2024-08-20 08:11:06,734 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:06,742 - WARNING - Pod uuid 86a56137-ff52-44a2-8855-c98ecb5065aa is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:11,743 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:11,749 - WARNING - Pod uuid 86a56137-ff52-44a2-8855-c98ecb5065aa is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:16,750 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:16,757 - WARNING - Pod uuid 86a56137-ff52-44a2-8855-c98ecb5065aa is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:21,758 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:21,765 - WARNING - Pod uuid 86a56137-ff52-44a2-8855-c98ecb5065aa is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:26,765 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:28,813 - WARNING - Pod uuid 86a56137-ff52-44a2-8855-c98ecb5065aa is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:33,814 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:33,821 - WARNING - Pod uuid 86a56137-ff52-44a2-8855-c98ecb5065aa is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:38,822 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=86a56137-ff52-44a2-8855-c98ecb5065aa 2024-08-20 08:11:38,828 - DEBUG - Pod 86a56137-ff52-44a2-8855-c98ecb5065aa is not in agent 10.0.0.35 VM list 2024-08-20 08:11:38,829 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:979be72e-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:11:38,834 - DEBUG - VMI 979be72e-5ecb-11ef-82c0-fa163ed59112 is removed from agent 10.0.0.35 2024-08-20 08:11:38,834 - INFO - Verified that pod ctest-busybox-pod-53353868 is removed in agent 2024-08-20 08:11:38,835 - INFO - Deleting Ingress : ctest-nginx-ingress-00578554 2024-08-20 08:11:38,843 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=cc284b74-3c7a-470b-bac0-226827790c65 2024-08-20 08:11:38,850 - ERROR - Ingress ctest-nginx-ingress-00578554 with uuid cc284b74-3c7a-470b-bac0-226827790c65 still found in kube manager 2024-08-20 08:11:39,851 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=cc284b74-3c7a-470b-bac0-226827790c65 2024-08-20 08:11:39,855 - INFO - Ingress ctest-nginx-ingress-00578554 with uuid cc284b74-3c7a-470b-bac0-226827790c65 deleted successfully from kube manager 2024-08-20 08:11:39,855 - INFO - Verifications on Ingress %s cleanup passed 2024-08-20 08:11:39,855 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-20 08:11:39,932 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-20 08:11:39,938 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-20 08:11:39,938 - INFO - Deleting VN __public__ 2024-08-20 08:11:40,050 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/b2423545-79c2-4965-a8b2-7ba628369e65 2024-08-20 08:11:40,055 - DEBUG - Response Code: 404 2024-08-20 08:11:40,056 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-08-20 08:11:40,065 - DEBUG - Requesting: http://10.0.0.12:8082/domain/5936eb8f-d771-447e-a8de-7f3472caa933 2024-08-20 08:11:40,083 - DEBUG - Requesting: http://10.0.0.12:8082/project/b6c19a81-b625-474d-b4b3-d8d9edd108a3 2024-08-20 08:11:40,122 - INFO - Validated that VN __public__ is not found in API Server 2024-08-20 08:11:40,122 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-20 08:11:40,131 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:11:40,146 - DEBUG - VN __public__ is not present in Agent 10.0.0.35 2024-08-20 08:11:40,147 - INFO - Validated that VN __public__ is not in any agent 2024-08-20 08:11:40,147 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:11:40,158 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-20 08:11:40,165 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-20 08:11:40,170 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-20 08:11:40,171 - INFO - Deleting pod default:ctest-nginx-pod-08671593 2024-08-20 08:11:40,183 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=6164db6d-7126-4917-a59d-a93b41a796ca 2024-08-20 08:11:40,205 - WARNING - Pod uuid 6164db6d-7126-4917-a59d-a93b41a796ca is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:45,206 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=6164db6d-7126-4917-a59d-a93b41a796ca 2024-08-20 08:11:45,213 - DEBUG - Pod 6164db6d-7126-4917-a59d-a93b41a796ca is not in agent 10.0.0.35 VM list 2024-08-20 08:11:45,213 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:934273fa-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:11:45,219 - DEBUG - VMI 934273fa-5ecb-11ef-82c0-fa163ed59112 is removed from agent 10.0.0.35 2024-08-20 08:11:45,220 - INFO - Verified that pod ctest-nginx-pod-08671593 is removed in agent 2024-08-20 08:11:45,220 - INFO - Deleting pod default:ctest-nginx-pod-35298736 2024-08-20 08:11:45,228 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=273f01ff-2686-438c-ae68-10894853ea2c 2024-08-20 08:11:45,239 - WARNING - Pod uuid 273f01ff-2686-438c-ae68-10894853ea2c is still seen in agent 10.0.0.35 VM list 2024-08-20 08:11:50,240 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=273f01ff-2686-438c-ae68-10894853ea2c 2024-08-20 08:11:50,248 - DEBUG - Pod 273f01ff-2686-438c-ae68-10894853ea2c is not in agent 10.0.0.35 VM list 2024-08-20 08:11:50,248 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:92dfe294-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:11:50,254 - DEBUG - VMI 92dfe294-5ecb-11ef-82c0-fa163ed59112 is removed from agent 10.0.0.35 2024-08-20 08:11:50,254 - INFO - Verified that pod ctest-nginx-pod-35298736 is removed in agent 2024-08-20 08:11:50,255 - INFO - Deleting service : ctest-nginx-svc-53108816 2024-08-20 08:11:50,509 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Tue Aug 20 08:11:06 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-20 08:11:50,509 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-20 08:11:50,517 - DEBUG - No XMPP flaps were noticed during the test 2024-08-20 08:11:50,517 - INFO - 2024-08-20 08:11:50,517 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:02:03] 2024-08-20 08:11:50,517 - INFO - -------------------------------------------------------------------------------- 2024-08-20 08:11:56,921 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-20 08:11:57,031 - DEBUG - Output : cluster_project={} 2024-08-20 08:11:57,067 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-20 08:11:57,222 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-20 08:11:57,228 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-20 08:11:57,358 - DEBUG - Output : cluster_project={} 2024-08-20 08:12:17,450 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:17,526 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:17,601 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:17,636 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:17,710 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:17,785 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:17,821 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:22,905 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-20 08:12:23,148 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-20 08:12:25,770 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_ApplicationPolicySetReq? 2024-08-20 08:12:25,779 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2024-08-20 08:12:25,812 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2024-08-20 08:12:27,846 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2024-08-20 08:15:39,180 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-20 08:15:39,233 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=b5ad2009-92f7-45d6-875a-250f5bd1f74c 2024-08-20 08:15:39,242 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:15:39,263 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=2f7a0b2b-b9ca-4434-a710-d430c7772e40 2024-08-20 08:15:39,268 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d5386cf3-1ebd-410a-8f42-1fc3d72b83a6 2024-08-20 08:15:39,272 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:15:39,281 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:15:39,286 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:15:39,290 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:15:44,302 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=b5ad2009-92f7-45d6-875a-250f5bd1f74c 2024-08-20 08:15:44,304 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:15:44,315 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dee1be42-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:15:44,320 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d5386cf3-1ebd-410a-8f42-1fc3d72b83a6 2024-08-20 08:15:44,326 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e07bb32a-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:15:44,328 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:15:44,329 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:15:44,330 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:15:44,331 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:15:44,947 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=2f7a0b2b-b9ca-4434-a710-d430c7772e40 2024-08-20 08:15:44,955 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dff52d0a-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:15:49,318 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:15:49,350 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:15:49,352 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:15:49,354 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:15:49,355 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:15:54,326 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:15:54,369 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:15:54,371 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:15:54,372 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:15:54,374 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:15:59,335 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:15:59,391 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:15:59,393 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:15:59,394 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:15:59,395 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:16:04,344 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:16:04,409 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:16:04,411 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:16:04,412 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:16:04,414 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:16:09,353 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:16:09,432 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:16:09,434 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:16:09,435 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:16:09,436 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:16:14,367 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=c5c978eb-078d-4bfa-b814-77e40edacc48 2024-08-20 08:16:14,375 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e21ff3d0-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:16:14,450 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f40a7a24-0790-4a8a-ac68-bed362b1ed45 2024-08-20 08:16:14,452 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5c7285fb-1cd1-45b4-ab66-82fbb332aee0 2024-08-20 08:16:14,454 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=53e5b2b2-ffe4-44c9-9c15-8ddf89e1eecd 2024-08-20 08:16:14,455 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=5056f642-9e3f-4cc6-a9ed-d2ac4e9f02c2 2024-08-20 08:16:14,472 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e29b8bda-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:16:14,476 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df54876a-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:16:14,478 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e19a514e-5ecb-11ef-82c0-fa163ed59112 2024-08-20 08:16:14,479 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e12485f4-5ecb-11ef-82c0-fa163ed59112