2024-08-24 01:48:26,885 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-08-24 01:48:27,106 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-586-1 2024-08-24 01:48:27,107 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-08-24 01:48:27,140 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-586-1 2024-08-24 01:48:27,140 - DEBUG - [10.0.0.24]: 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-24 01:48:27,204 - DEBUG - Output : NAMES contrail_test_s8iivusJ3 contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 2024-08-24 01:48:27,205 - DEBUG - [10.0.0.24]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-24 01:48:27,289 - DEBUG - Output : 10.0.0.24/24 172.17.0.1/16 2024-08-24 01:48:27,289 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-08-24 01:48:27,323 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-586-1 2024-08-24 01:48:27,408 - DEBUG - [10.0.0.28]: Running cmd : hostname 2024-08-24 01:48:28,507 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-586-1 2024-08-24 01:48:28,507 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2024-08-24 01:48:28,583 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-586-1 2024-08-24 01:48:28,583 - DEBUG - [10.0.0.28]: 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-24 01:48:28,711 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-24 01:48:28,711 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-24 01:48:28,818 - DEBUG - Output : 10.0.0.28/24 2024-08-24 01:48:28,818 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2024-08-24 01:48:28,895 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-586-1 2024-08-24 01:48:28,959 - INFO - Using existing project ['default-domain', 'k8s-default'](c52fb3e2-e8a2-4c45-905a-6821740576e4) 2024-08-24 01:48:29,052 - INFO - Using existing project ['default-domain', 'k8s-default'](c52fb3e2-e8a2-4c45-905a-6821740576e4) 2024-08-24 01:48:29,190 - INFO - ================================================================================ 2024-08-24 01:48:29,190 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-24 01:48:29,190 - 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-24 01:48:29,511 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-24 01:48:29,526 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.24': '0'}} with 2024-08-24 01:48:29,526 - INFO - Initial checks done. Running the testcase now 2024-08-24 01:48:29,526 - INFO - 2024-08-24 01:48:29,530 - INFO - Namespace default already exists 2024-08-24 01:48:29,530 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-24 01:48:29,648 - DEBUG - Output : cluster_project={} 2024-08-24 01:48:29,680 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-24 01:48:29,680 - DEBUG - Project uuid in Contrail is c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:48:29,681 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-24 01:48:29,788 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-24 01:48:29,788 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_NamespaceDatabaseList?namespace_uuid=77f4f4d0-6c4a-432f-a3d4-a54540ac0501 2024-08-24 01:48:29,793 - INFO - Namespace default with uuid 77f4f4d0-6c4a-432f-a3d4-a54540ac0501 found in kube manager 2024-08-24 01:48:29,794 - INFO - Namespace default verification passed 2024-08-24 01:48:30,097 - DEBUG - Service ctest-nginx-svc-83010954 not present 2024-08-24 01:48:30,097 - INFO - Creating service ctest-nginx-svc-83010954 2024-08-24 01:48:30,130 - INFO - Created Service ctest-nginx-svc-83010954 2024-08-24 01:48:30,134 - DEBUG - Pod ctest-nginx-pod-28958610 not present 2024-08-24 01:48:30,134 - INFO - Creating Pod ctest-nginx-pod-28958610 2024-08-24 01:48:30,176 - DEBUG - Pod : ctest-nginx-pod-28958610 UUID is 2c8d0edb-1723-45d8-9201-51545cdffe68 2024-08-24 01:48:30,180 - DEBUG - Pod ctest-nginx-pod-48689853 not present 2024-08-24 01:48:30,180 - INFO - Creating Pod ctest-nginx-pod-48689853 2024-08-24 01:48:30,206 - DEBUG - Pod : ctest-nginx-pod-48689853 UUID is 087a4994-baf2-496f-be08-582f5579a20d 2024-08-24 01:48:30,356 - INFO - Created VN __public__, UUID :4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:30,505 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-08-24 01:48:30,511 - DEBUG - Requesting: http://10.0.0.24:8082/domain/555e61cc-30a0-4767-a4c5-246fda9019b1 2024-08-24 01:48:30,544 - DEBUG - Requesting: http://10.0.0.24:8082/project/c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:48:30,600 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:30,608 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:30,614 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:30,620 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:30,627 - DEBUG - Route Targets: [] 2024-08-24 01:48:30,627 - DEBUG - RT names not yet present for VN __public__ 2024-08-24 01:48:35,628 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-08-24 01:48:35,641 - DEBUG - Requesting: http://10.0.0.24:8082/domain/555e61cc-30a0-4767-a4c5-246fda9019b1 2024-08-24 01:48:35,649 - DEBUG - Requesting: http://10.0.0.24:8082/project/c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:48:35,696 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:35,703 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:35,710 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:35,717 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:35,723 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/7bd82cc5-9308-4169-a3c2-2c6651f399ee 2024-08-24 01:48:35,728 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-24 01:48:35,728 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:35,734 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:35,744 - INFO - Verified VN network id 13 for VN 4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:35,744 - INFO - Verifications in API Server for VN __public__ passed 2024-08-24 01:48:35,744 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:35,752 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:35,758 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:48:35,768 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/7bd82cc5-9308-4169-a3c2-2c6651f399ee 2024-08-24 01:48:35,776 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-24 01:48:35,784 - DEBUG - Control-node 10.0.0.24 : 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': '5212095571583453485', 'uuid-lslong': '12592969068937049516'}, 'enable': 'true', 'created': '2024-08-24T01:48:30', 'last-modified': '2024-08-24T01:48:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.321922'} 2024-08-24 01:48:35,785 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:48:35,791 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-24 01:48:35,791 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-24 01:48:35,792 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-24 01:48:35,792 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-08-24 01:48:35,797 - DEBUG - Requesting: http://10.0.0.24:8082/domain/555e61cc-30a0-4767-a4c5-246fda9019b1 2024-08-24 01:48:35,804 - DEBUG - Requesting: http://10.0.0.24:8082/project/c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:48:35,834 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:35,842 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-24 01:48:35,842 - DEBUG - Verifying the vn in opserver 2024-08-24 01:48:35,842 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.24 2024-08-24 01:48:35,842 - DEBUG - Requesting: http://10.0.0.24:8081/analytics/uves/virtual-networks 2024-08-24 01:48:35,847 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.24:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-24 01:48:35,847 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-24 01:48:35,847 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:48:35,862 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:48:35,879 - DEBUG - Do not have enough data to verify VN in agent 2024-08-24 01:48:35,879 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:48:35,894 - DEBUG - VRF ids for VN __public__: {} 2024-08-24 01:48:35,970 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-24 01:48:36,121 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-08-24 01:48:36,138 - DEBUG - Requesting: http://10.0.0.24:8082/domain/555e61cc-30a0-4767-a4c5-246fda9019b1 2024-08-24 01:48:36,145 - DEBUG - Requesting: http://10.0.0.24:8082/project/c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:48:36,174 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:36,182 - DEBUG - Requesting: http://10.0.0.24:8082/floating-ip-pool/b6f9449a-42be-44a1-9499-34e71d922854 2024-08-24 01:48:36,187 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-08-24 01:48:36,191 - DEBUG - Requesting: http://10.0.0.24:8082/domain/555e61cc-30a0-4767-a4c5-246fda9019b1 2024-08-24 01:48:36,198 - DEBUG - Requesting: http://10.0.0.24:8082/project/c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:48:36,233 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4855154e-b79e-492d-aec3-36a5d57975ac 2024-08-24 01:48:36,240 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-24 01:48:36,240 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-24 01:48:36,245 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-24 01:48:36,251 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-24 01:48:36,251 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-24 01:48:36,255 - DEBUG - Ingress ctest-nginx-ingress-01862827 not present 2024-08-24 01:48:36,255 - INFO - Creating Ingress ctest-nginx-ingress-01862827 2024-08-24 01:48:36,261 - INFO - Created Ingress ctest-nginx-ingress-01862827 2024-08-24 01:48:36,264 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01862827 2024-08-24 01:48:39,269 - DEBUG - For Ingress ctest-nginx-ingress-01862827, Cluster IP: 10.47.255.249, External IPs ['7.32.118.188'] 2024-08-24 01:48:39,269 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-01862827 2024-08-24 01:48:39,269 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=e184f85d-9ffc-4f55-af99-f4ed00f53970 2024-08-24 01:48:39,275 - INFO - Ingress ctest-nginx-ingress-01862827 with uuid e184f85d-9ffc-4f55-af99-f4ed00f53970 found in kube manager 2024-08-24 01:48:39,275 - INFO - Ingress ctest-nginx-ingress-01862827 verification passed 2024-08-24 01:48:39,277 - DEBUG - Pod ctest-busybox-pod-03201137 not present 2024-08-24 01:48:39,278 - INFO - Creating Pod ctest-busybox-pod-03201137 2024-08-24 01:48:39,301 - DEBUG - Pod : ctest-busybox-pod-03201137 UUID is 02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:48:39,309 - DEBUG - Pod ctest-nginx-pod-28958610 not in running state.Currently in Pending 2024-08-24 01:48:44,317 - DEBUG - Pod ctest-nginx-pod-28958610 not in running state.Currently in Pending 2024-08-24 01:48:49,322 - INFO - Pod ctest-nginx-pod-28958610 is in running state.Got IP 10.47.255.251 2024-08-24 01:48:49,334 - DEBUG - Pod ctest-nginx-pod-28958610 has vmi f776db62-61ba-11ef-bf3a-fa163e095e1e 2024-08-24 01:48:49,334 - INFO - Verified pod ctest-nginx-pod-28958610 in contrail-api 2024-08-24 01:48:49,334 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:48:49,355 - DEBUG - VMI f776db62-61ba-11ef-bf3a-fa163e095e1e is active in agent 10.0.0.28 2024-08-24 01:48:49,355 - INFO - Verified Pod ctest-nginx-pod-28958610 in agent 10.0.0.28 2024-08-24 01:48:49,355 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=2c8d0edb-1723-45d8-9201-51545cdffe68 2024-08-24 01:48:49,360 - INFO - Pod ctest-nginx-pod-28958610 with uuid 2c8d0edb-1723-45d8-9201-51545cdffe68 found in kube manager 2024-08-24 01:48:49,360 - INFO - Pod ctest-nginx-pod-28958610 verification passed 2024-08-24 01:48:49,508 - DEBUG - [Pod ctest-nginx-pod-28958610] Cmd: echo ctest-nginx-pod-28958610 > /usr/share/nginx/html/index.html, Output: 2024-08-24 01:48:49,513 - INFO - Pod ctest-nginx-pod-48689853 is in running state.Got IP 10.47.255.250 2024-08-24 01:48:49,524 - DEBUG - Pod ctest-nginx-pod-48689853 has vmi f82abfec-61ba-11ef-bf3a-fa163e095e1e 2024-08-24 01:48:49,524 - INFO - Verified pod ctest-nginx-pod-48689853 in contrail-api 2024-08-24 01:48:49,524 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:48:49,541 - DEBUG - VMI f82abfec-61ba-11ef-bf3a-fa163e095e1e is active in agent 10.0.0.28 2024-08-24 01:48:49,541 - INFO - Verified Pod ctest-nginx-pod-48689853 in agent 10.0.0.28 2024-08-24 01:48:49,541 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=087a4994-baf2-496f-be08-582f5579a20d 2024-08-24 01:48:49,545 - INFO - Pod ctest-nginx-pod-48689853 with uuid 087a4994-baf2-496f-be08-582f5579a20d found in kube manager 2024-08-24 01:48:49,545 - INFO - Pod ctest-nginx-pod-48689853 verification passed 2024-08-24 01:48:49,619 - DEBUG - [Pod ctest-nginx-pod-48689853] Cmd: echo ctest-nginx-pod-48689853 > /usr/share/nginx/html/index.html, Output: 2024-08-24 01:48:49,624 - DEBUG - Pod ctest-busybox-pod-03201137 not in running state.Currently in Pending 2024-08-24 01:48:54,630 - INFO - Pod ctest-busybox-pod-03201137 is in running state.Got IP 10.47.255.248 2024-08-24 01:48:54,681 - DEBUG - Pod ctest-busybox-pod-03201137 has vmi fc304580-61ba-11ef-bf3a-fa163e095e1e 2024-08-24 01:48:54,681 - INFO - Verified pod ctest-busybox-pod-03201137 in contrail-api 2024-08-24 01:48:54,681 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:48:54,699 - DEBUG - VMI fc304580-61ba-11ef-bf3a-fa163e095e1e is active in agent 10.0.0.28 2024-08-24 01:48:54,700 - INFO - Verified Pod ctest-busybox-pod-03201137 in agent 10.0.0.28 2024-08-24 01:48:54,700 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:48:54,706 - INFO - Pod ctest-busybox-pod-03201137 with uuid 02d07132-b022-4173-ae36-451de72d07f5 found in kube manager 2024-08-24 01:48:54,706 - INFO - Pod ctest-busybox-pod-03201137 verification passed 2024-08-24 01:48:54,819 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,819 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,819 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,900 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,900 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,900 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,992 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,992 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:54,992 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,066 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,067 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,067 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,120 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,120 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,120 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,182 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,182 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,182 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,239 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,239 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,239 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,307 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,307 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,307 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,372 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,372 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,372 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,434 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,435 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,435 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:55,435 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:48:57,536 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,537 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,537 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,620 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,620 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,621 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,696 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,696 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,696 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,763 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,764 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,764 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,833 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,834 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,834 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,907 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,907 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,907 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,966 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,966 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:57,966 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,036 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,036 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,036 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,103 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,103 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,103 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,157 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,157 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,157 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:48:58,157 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:00,255 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,255 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,255 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,324 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,324 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,324 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,579 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,580 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,580 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,657 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,657 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,657 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,730 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,730 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,730 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,790 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,790 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,790 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,855 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,855 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,855 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,922 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,922 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,922 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,987 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,987 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:00,987 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:01,056 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:01,056 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:01,056 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:01,056 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:03,165 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,165 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,165 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,237 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,237 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,237 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,313 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,329 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,329 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,418 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,437 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,437 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,514 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,516 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,516 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,570 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,570 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,570 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,627 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,627 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,627 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,703 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,703 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,703 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,759 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,759 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,759 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,822 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,823 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,823 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:03,823 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:05,904 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:05,905 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:05,905 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:05,997 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:05,997 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:05,997 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,080 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,080 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,080 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,150 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,150 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,150 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,215 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,215 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,215 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,274 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,274 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,274 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,326 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,326 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,326 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,401 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,401 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,401 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,465 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,465 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,465 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,529 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,529 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,529 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:06,529 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:08,667 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,667 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,667 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,730 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,730 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,730 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,792 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,792 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,792 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,854 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,854 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,854 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,906 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,906 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,906 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,966 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,966 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:08,966 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,024 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,024 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,024 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,087 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,087 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,087 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,138 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,138 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,138 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,207 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,207 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,207 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:09,208 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:11,347 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,347 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,347 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,432 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,432 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,432 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,500 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,501 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,501 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,558 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,558 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,558 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,608 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,608 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,608 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,669 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,670 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,670 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,728 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,728 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,728 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,774 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,774 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,774 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,830 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,830 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,830 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,878 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,878 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,878 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:11,878 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:13,993 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:13,993 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:13,993 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,113 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,113 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,113 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,180 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,180 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,180 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,246 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,247 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,247 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,318 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,318 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,318 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,384 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,384 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,384 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,457 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,457 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,457 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,531 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,531 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,531 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,604 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,604 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,604 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,671 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,671 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,671 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:14,671 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:16,768 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,768 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,768 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,856 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,856 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,856 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,923 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,923 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,923 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,991 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,991 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:16,991 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,051 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,051 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,051 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,107 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,107 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,107 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,158 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,159 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,159 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,396 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,396 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,396 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,491 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,491 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,492 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,553 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,553 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,553 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:17,553 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:19,683 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,683 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,683 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,778 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,778 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,778 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,854 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,854 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,854 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,932 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,932 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,933 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,989 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,990 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:19,990 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,054 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,054 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,054 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,115 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,115 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,115 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,185 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,185 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,185 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,251 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,251 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,251 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,325 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,325 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,325 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:20,325 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:22,446 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,446 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,447 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,533 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,533 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,533 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,626 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,626 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,626 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,691 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,691 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,691 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,767 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,767 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,767 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,834 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,834 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,834 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,899 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,899 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,899 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,967 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,967 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:22,967 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,041 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,042 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,042 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,104 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,104 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,104 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:23,104 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:25,209 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,209 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,209 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,299 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,299 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,299 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,392 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,392 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,392 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,468 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,468 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,469 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,531 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,531 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,531 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,590 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,590 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,590 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,653 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,653 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,653 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,709 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,709 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,709 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,761 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,761 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,761 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,810 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,810 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,810 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:25,810 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:27,911 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:27,911 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:27,911 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:27,994 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:27,995 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:27,995 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,075 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,076 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,076 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,152 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,152 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,152 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,221 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,221 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,221 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,292 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,292 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,292 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,363 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,363 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,363 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,431 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,431 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,431 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,494 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,494 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,494 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,556 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,556 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,556 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:28,557 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:30,666 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,666 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,666 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,769 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,769 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,769 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,848 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,848 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,848 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,924 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,925 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:30,925 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,007 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,007 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,007 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,071 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,071 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,071 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,129 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,129 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,129 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,182 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,183 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,183 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,238 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,238 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,238 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,299 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,299 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,299 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:31,299 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:33,408 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,408 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,408 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,503 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,503 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,503 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,571 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,571 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,571 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,638 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,638 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,638 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,711 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,711 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,711 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,780 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,780 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,780 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,860 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,860 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,860 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,915 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,915 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,915 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,970 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,970 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:33,970 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:34,026 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:34,026 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:34,026 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:34,027 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:36,156 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,156 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,156 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,250 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,250 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,250 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,321 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,321 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,321 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,388 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,388 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,388 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,446 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,446 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,446 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,514 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,515 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,515 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,603 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,603 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,603 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,941 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,941 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:36,941 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,030 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,030 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,030 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,099 - DEBUG - [Pod ctest-busybox-pod-03201137] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,099 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,099 - DEBUG - [Pod Pod ctest-busybox-pod-03201137] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-24 01:49:37,099 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-28958610': 0, 'ctest-nginx-pod-48689853': 0} 2024-08-24 01:49:37,107 - WARNING - Nothing to delete parallely 2024-08-24 01:49:37,107 - INFO - Deleting pod default:ctest-busybox-pod-03201137 2024-08-24 01:49:37,130 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:49:37,140 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:49:42,141 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:49:42,160 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:49:47,161 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:49:47,175 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:49:52,176 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:49:52,193 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:49:57,194 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:49:57,205 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:50:02,205 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:50:02,215 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:50:07,216 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:50:07,236 - WARNING - Pod uuid 02d07132-b022-4173-ae36-451de72d07f5 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:50:12,237 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=02d07132-b022-4173-ae36-451de72d07f5 2024-08-24 01:50:12,253 - DEBUG - Pod 02d07132-b022-4173-ae36-451de72d07f5 is not in agent 10.0.0.28 VM list 2024-08-24 01:50:12,253 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc304580-61ba-11ef-bf3a-fa163e095e1e 2024-08-24 01:50:12,266 - DEBUG - VMI fc304580-61ba-11ef-bf3a-fa163e095e1e is removed from agent 10.0.0.28 2024-08-24 01:50:12,266 - INFO - Verified that pod ctest-busybox-pod-03201137 is removed in agent 2024-08-24 01:50:12,267 - INFO - Deleting Ingress : ctest-nginx-ingress-01862827 2024-08-24 01:50:12,443 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=e184f85d-9ffc-4f55-af99-f4ed00f53970 2024-08-24 01:50:12,448 - ERROR - Ingress ctest-nginx-ingress-01862827 with uuid e184f85d-9ffc-4f55-af99-f4ed00f53970 still found in kube manager 2024-08-24 01:50:13,449 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=e184f85d-9ffc-4f55-af99-f4ed00f53970 2024-08-24 01:50:13,453 - INFO - Ingress ctest-nginx-ingress-01862827 with uuid e184f85d-9ffc-4f55-af99-f4ed00f53970 deleted successfully from kube manager 2024-08-24 01:50:13,453 - INFO - Verifications on Ingress %s cleanup passed 2024-08-24 01:50:13,453 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-24 01:50:13,523 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-24 01:50:13,529 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-24 01:50:13,529 - INFO - Deleting VN __public__ 2024-08-24 01:50:13,662 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/cae086b9-fde2-46aa-88b4-4ad61734de13 2024-08-24 01:50:13,667 - DEBUG - Response Code: 404 2024-08-24 01:50:13,667 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-08-24 01:50:13,672 - DEBUG - Requesting: http://10.0.0.24:8082/domain/555e61cc-30a0-4767-a4c5-246fda9019b1 2024-08-24 01:50:13,682 - DEBUG - Requesting: http://10.0.0.24:8082/project/c52fb3e2-e8a2-4c45-905a-6821740576e4 2024-08-24 01:50:13,736 - INFO - Validated that VN __public__ is not found in API Server 2024-08-24 01:50:13,736 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-24 01:50:13,746 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:50:13,773 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2024-08-24 01:50:13,773 - INFO - Validated that VN __public__ is not in any agent 2024-08-24 01:50:13,773 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:50:13,799 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-24 01:50:13,805 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-24 01:50:13,811 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-24 01:50:13,811 - INFO - Deleting pod default:ctest-nginx-pod-48689853 2024-08-24 01:50:13,824 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=087a4994-baf2-496f-be08-582f5579a20d 2024-08-24 01:50:13,840 - WARNING - Pod uuid 087a4994-baf2-496f-be08-582f5579a20d is still seen in agent 10.0.0.28 VM list 2024-08-24 01:50:18,841 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=087a4994-baf2-496f-be08-582f5579a20d 2024-08-24 01:50:18,855 - DEBUG - Pod 087a4994-baf2-496f-be08-582f5579a20d is not in agent 10.0.0.28 VM list 2024-08-24 01:50:18,856 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f82abfec-61ba-11ef-bf3a-fa163e095e1e 2024-08-24 01:50:18,867 - DEBUG - VMI f82abfec-61ba-11ef-bf3a-fa163e095e1e is removed from agent 10.0.0.28 2024-08-24 01:50:18,868 - INFO - Verified that pod ctest-nginx-pod-48689853 is removed in agent 2024-08-24 01:50:18,868 - INFO - Deleting pod default:ctest-nginx-pod-28958610 2024-08-24 01:50:18,879 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=2c8d0edb-1723-45d8-9201-51545cdffe68 2024-08-24 01:50:18,909 - WARNING - Pod uuid 2c8d0edb-1723-45d8-9201-51545cdffe68 is still seen in agent 10.0.0.28 VM list 2024-08-24 01:50:23,910 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=2c8d0edb-1723-45d8-9201-51545cdffe68 2024-08-24 01:50:23,939 - DEBUG - Pod 2c8d0edb-1723-45d8-9201-51545cdffe68 is not in agent 10.0.0.28 VM list 2024-08-24 01:50:23,939 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f776db62-61ba-11ef-bf3a-fa163e095e1e 2024-08-24 01:50:23,945 - DEBUG - VMI f776db62-61ba-11ef-bf3a-fa163e095e1e is removed from agent 10.0.0.28 2024-08-24 01:50:23,945 - INFO - Verified that pod ctest-nginx-pod-28958610 is removed in agent 2024-08-24 01:50:23,946 - INFO - Deleting service : ctest-nginx-svc-83010954 2024-08-24 01:50:24,273 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Sat Aug 24 01:49:37 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-24 01:50:24,274 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-24 01:50:24,284 - DEBUG - No XMPP flaps were noticed during the test 2024-08-24 01:50:24,284 - INFO -
2024-08-24 01:50:24,285 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:01:55]
2024-08-24 01:50:24,285 - INFO - -------------------------------------------------------------------------------- 2024-08-24 01:50:30,948 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-24 01:50:31,080 - DEBUG - Output : cluster_project={} 2024-08-24 01:50:31,120 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-24 01:50:31,256 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-24 01:50:31,266 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-24 01:50:31,413 - DEBUG - Output : cluster_project={} 2024-08-24 01:50:41,539 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:46,592 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:46,689 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:46,784 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:51,829 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:51,917 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:51,969 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:52,019 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-24 01:50:52,372 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-24 01:50:54,310 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_ApplicationPolicySetReq? 2024-08-24 01:50:54,317 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-08-24 01:50:54,353 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-08-24 01:50:56,383 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-08-24 01:53:59,693 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-24 01:53:59,749 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1aa6bb33-3b97-44f9-9e6a-59ee7c2db329 2024-08-24 01:53:59,762 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:53:59,771 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:53:59,775 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=17c8ff40-9f45-44ce-9218-b25b70c9cf73 2024-08-24 01:53:59,783 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=9c6c96d7-fdda-47a9-b98a-44741bac2f47 2024-08-24 01:53:59,787 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:53:59,793 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=7e9d033e-a12c-4f92-a51e-556d8fcb1f52 2024-08-24 01:53:59,800 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:04,804 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1aa6bb33-3b97-44f9-9e6a-59ee7c2db329 2024-08-24 01:54:04,820 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f736fe8-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:04,867 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=17c8ff40-9f45-44ce-9218-b25b70c9cf73 2024-08-24 01:54:04,869 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:04,870 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:04,871 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:04,873 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=9c6c96d7-fdda-47a9-b98a-44741bac2f47 2024-08-24 01:54:04,875 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=7e9d033e-a12c-4f92-a51e-556d8fcb1f52 2024-08-24 01:54:04,876 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:04,938 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4072b5e8-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:04,940 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40e81270-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:04,942 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3fe449a2-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:09,937 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:09,938 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:09,940 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:09,941 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:14,977 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:14,984 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:14,986 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:14,989 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:19,993 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:20,028 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:20,031 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:20,032 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:25,009 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:25,064 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:25,066 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:25,067 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:30,025 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:30,095 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:30,097 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:30,098 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:35,043 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=65ec1192-4af1-41c8-80b0-709f9acd6214 2024-08-24 01:54:35,058 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41c522c8-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:35,126 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a39421a7-e646-40a5-8110-98fb24ac9a83 2024-08-24 01:54:35,128 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=63d1b4e1-5fde-4f2d-a772-3fe49cf908f9 2024-08-24 01:54:35,129 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=720c6929-1201-47b6-ad06-2ae21f0903f3 2024-08-24 01:54:35,160 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42394f86-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:35,166 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:415b6b4e-61bb-11ef-bf3a-fa163e095e1e 2024-08-24 01:54:35,168 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42aafd84-61bb-11ef-bf3a-fa163e095e1e