2024-08-21 20:16:56,410 - DEBUG - [10.0.0.47]: Running cmd : hostname 2024-08-21 20:16:56,772 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-574-1 2024-08-21 20:16:56,773 - DEBUG - [10.0.0.47]: Running cmd : hostname -f 2024-08-21 20:16:56,809 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-574-1 2024-08-21 20:16:56,809 - DEBUG - [10.0.0.47]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-21 20:16:56,935 - DEBUG - Output : NAMES contrail_test_qZVnPg7o5 contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_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_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_schema_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_api_1 2024-08-21 20:16:56,936 - DEBUG - [10.0.0.47]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-21 20:16:56,993 - DEBUG - Output : 10.0.0.47/24 172.17.0.1/16 2024-08-21 20:16:56,994 - DEBUG - [10.0.0.47]: Running cmd : getent hosts 10.0.0.47 | head -n 1 | awk '{print $2}' 2024-08-21 20:16:57,039 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-574-1 2024-08-21 20:16:57,142 - DEBUG - [10.0.0.64]: Running cmd : hostname 2024-08-21 20:16:57,348 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-574-1 2024-08-21 20:16:57,349 - DEBUG - [10.0.0.64]: Running cmd : hostname -f 2024-08-21 20:16:57,374 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-574-1 2024-08-21 20:16:57,375 - DEBUG - [10.0.0.64]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-21 20:16:57,420 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-21 20:16:57,420 - DEBUG - [10.0.0.64]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-21 20:16:57,445 - DEBUG - Output : 10.0.0.64/24 2024-08-21 20:16:57,445 - DEBUG - [10.0.0.64]: Running cmd : getent hosts 10.0.0.64 | head -n 1 | awk '{print $2}' 2024-08-21 20:16:57,512 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-574-1 2024-08-21 20:16:57,605 - INFO - Using existing project ['default-domain', 'k8s-default'](614a11d9-e4eb-4852-a321-7779a5e4dec8) 2024-08-21 20:16:57,711 - INFO - Using existing project ['default-domain', 'k8s-default'](614a11d9-e4eb-4852-a321-7779a5e4dec8) 2024-08-21 20:16:57,884 - INFO - ================================================================================ 2024-08-21 20:16:57,884 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-21 20:16:57,885 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2024-08-21 20:16:58,151 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:16:58,160 - DEBUG - Nothing to compare xmpp stats {'10.0.0.64': {'10.0.0.47': '0'}} with 2024-08-21 20:16:58,160 - INFO - Initial checks done. Running the testcase now 2024-08-21 20:16:58,160 - INFO - 2024-08-21 20:16:58,166 - INFO - Namespace default already exists 2024-08-21 20:16:58,166 - DEBUG - [10.0.0.47]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-21 20:16:58,294 - DEBUG - Output : cluster_project={} 2024-08-21 20:16:58,337 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-21 20:16:58,337 - DEBUG - Project uuid in Contrail is 614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:16:58,337 - DEBUG - [10.0.0.47]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-21 20:16:58,449 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-21 20:16:58,449 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_NamespaceDatabaseList?namespace_uuid=95e9c4a1-2d84-48d5-af2f-c441c709e7ff 2024-08-21 20:16:58,456 - INFO - Namespace default with uuid 95e9c4a1-2d84-48d5-af2f-c441c709e7ff found in kube manager 2024-08-21 20:16:58,456 - INFO - Namespace default verification passed 2024-08-21 20:16:58,461 - DEBUG - Service ctest-nginx-svc-30664470 not present 2024-08-21 20:16:58,461 - INFO - Creating service ctest-nginx-svc-30664470 2024-08-21 20:16:58,481 - INFO - Created Service ctest-nginx-svc-30664470 2024-08-21 20:16:58,504 - DEBUG - Pod ctest-nginx-pod-20218288 not present 2024-08-21 20:16:58,504 - INFO - Creating Pod ctest-nginx-pod-20218288 2024-08-21 20:16:58,577 - DEBUG - Pod : ctest-nginx-pod-20218288 UUID is 400ed920-197f-4d0f-9322-0f6123261134 2024-08-21 20:16:58,581 - DEBUG - Pod ctest-nginx-pod-31260369 not present 2024-08-21 20:16:58,581 - INFO - Creating Pod ctest-nginx-pod-31260369 2024-08-21 20:16:58,609 - DEBUG - Pod : ctest-nginx-pod-31260369 UUID is f4b1475d-0255-4344-baa2-42e3d4eb5a6b 2024-08-21 20:16:58,808 - INFO - Created VN __public__, UUID :b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:16:59,104 - DEBUG - Requesting: http://10.0.0.47:8082/domains 2024-08-21 20:16:59,112 - DEBUG - Requesting: http://10.0.0.47:8082/domain/29e79681-2647-4dcc-93d3-c8b48d537441 2024-08-21 20:16:59,136 - DEBUG - Requesting: http://10.0.0.47:8082/project/614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:16:59,257 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:16:59,287 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:16:59,297 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:16:59,313 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:16:59,323 - DEBUG - Route Targets: [] 2024-08-21 20:16:59,323 - DEBUG - RT names not yet present for VN __public__ 2024-08-21 20:17:04,324 - DEBUG - Requesting: http://10.0.0.47:8082/domains 2024-08-21 20:17:04,333 - DEBUG - Requesting: http://10.0.0.47:8082/domain/29e79681-2647-4dcc-93d3-c8b48d537441 2024-08-21 20:17:04,345 - DEBUG - Requesting: http://10.0.0.47:8082/project/614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:17:04,403 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,416 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,430 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:17:04,442 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:17:04,450 - DEBUG - Requesting: http://10.0.0.47:8082/route-target/c75905ef-82d3-41b8-b7c5-8cf60a07ff32 2024-08-21 20:17:04,459 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-21 20:17:04,459 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,470 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:17:04,488 - INFO - Verified VN network id 13 for VN b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,491 - INFO - Verifications in API Server for VN __public__ passed 2024-08-21 20:17:04,491 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,502 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:17:04,514 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:17:04,524 - DEBUG - Requesting: http://10.0.0.47:8082/route-target/c75905ef-82d3-41b8-b7c5-8cf60a07ff32 2024-08-21 20:17:04,534 - DEBUG - Requesting: http://10.0.0.47:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-21 20:17:04,543 - DEBUG - Control-node 10.0.0.47 : 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': '12891986781219408947', 'uuid-lslong': '10153584301333678306'}, 'enable': 'true', 'created': '2024-08-21T20:16:58', 'last-modified': '2024-08-21T20:16:58', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.523522'} 2024-08-21 20:17:04,543 - DEBUG - Requesting: http://10.0.0.47:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:17:04,552 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-21 20:17:04,552 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-21 20:17:04,553 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-21 20:17:04,553 - DEBUG - Requesting: http://10.0.0.47:8082/domains 2024-08-21 20:17:04,561 - DEBUG - Requesting: http://10.0.0.47:8082/domain/29e79681-2647-4dcc-93d3-c8b48d537441 2024-08-21 20:17:04,575 - DEBUG - Requesting: http://10.0.0.47:8082/project/614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:17:04,628 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,639 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-21 20:17:04,639 - DEBUG - Verifying the vn in opserver 2024-08-21 20:17:04,639 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.47 2024-08-21 20:17:04,640 - DEBUG - Requesting: http://10.0.0.47:8081/analytics/uves/virtual-networks 2024-08-21 20:17:04,647 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.47:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-21 20:17:04,647 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-21 20:17:04,648 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:17:04,658 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:17:04,667 - DEBUG - Do not have enough data to verify VN in agent 2024-08-21 20:17:04,667 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:17:04,678 - DEBUG - VRF ids for VN __public__: {} 2024-08-21 20:17:04,775 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-21 20:17:04,886 - DEBUG - Requesting: http://10.0.0.47:8082/domains 2024-08-21 20:17:04,894 - DEBUG - Requesting: http://10.0.0.47:8082/domain/29e79681-2647-4dcc-93d3-c8b48d537441 2024-08-21 20:17:04,903 - DEBUG - Requesting: http://10.0.0.47:8082/project/614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:17:04,953 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:04,969 - DEBUG - Requesting: http://10.0.0.47:8082/floating-ip-pool/227d102a-5dc3-44ff-88af-d1e5eac9204e 2024-08-21 20:17:04,979 - DEBUG - Requesting: http://10.0.0.47:8082/domains 2024-08-21 20:17:04,987 - DEBUG - Requesting: http://10.0.0.47:8082/domain/29e79681-2647-4dcc-93d3-c8b48d537441 2024-08-21 20:17:04,999 - DEBUG - Requesting: http://10.0.0.47:8082/project/614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:17:05,044 - DEBUG - Requesting: http://10.0.0.47:8082/virtual-network/b2e989ac-3f9d-4c33-8ce8-c72045fa08e2 2024-08-21 20:17:05,056 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-21 20:17:05,056 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-21 20:17:05,064 - DEBUG - Requesting: http://10.0.0.47:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-21 20:17:05,073 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-21 20:17:05,074 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-21 20:17:05,079 - DEBUG - Ingress ctest-nginx-ingress-25295532 not present 2024-08-21 20:17:05,079 - INFO - Creating Ingress ctest-nginx-ingress-25295532 2024-08-21 20:17:05,095 - INFO - Created Ingress ctest-nginx-ingress-25295532 2024-08-21 20:17:05,101 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-25295532 2024-08-21 20:17:08,121 - DEBUG - For Ingress ctest-nginx-ingress-25295532, Cluster IP: 10.47.255.249, External IPs ['195.214.86.188'] 2024-08-21 20:17:08,121 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-25295532 2024-08-21 20:17:08,122 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_LoadbalancerDatabaseList?x=3b34f491-dde0-4359-ae20-27ac9853bb36 2024-08-21 20:17:08,142 - INFO - Ingress ctest-nginx-ingress-25295532 with uuid 3b34f491-dde0-4359-ae20-27ac9853bb36 found in kube manager 2024-08-21 20:17:08,143 - INFO - Ingress ctest-nginx-ingress-25295532 verification passed 2024-08-21 20:17:08,153 - DEBUG - Pod ctest-busybox-pod-06394302 not present 2024-08-21 20:17:08,153 - INFO - Creating Pod ctest-busybox-pod-06394302 2024-08-21 20:17:08,194 - DEBUG - Node for Pod ctest-busybox-pod-06394302 not yet populated 2024-08-21 20:17:11,205 - DEBUG - Pod : ctest-busybox-pod-06394302 UUID is 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:17:11,211 - DEBUG - Pod ctest-nginx-pod-20218288 not in running state.Currently in Pending 2024-08-21 20:17:16,219 - INFO - Pod ctest-nginx-pod-20218288 is in running state.Got IP 10.47.255.251 2024-08-21 20:17:16,233 - DEBUG - Pod ctest-nginx-pod-20218288 has vmi 527b2a58-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:17:16,233 - INFO - Verified pod ctest-nginx-pod-20218288 in contrail-api 2024-08-21 20:17:16,233 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:17:16,247 - DEBUG - VMI 527b2a58-5ffa-11ef-ae50-fa163ed00908 is active in agent 10.0.0.64 2024-08-21 20:17:16,247 - INFO - Verified Pod ctest-nginx-pod-20218288 in agent 10.0.0.64 2024-08-21 20:17:16,248 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_VirtualMachineDatabaseList?x=400ed920-197f-4d0f-9322-0f6123261134 2024-08-21 20:17:16,258 - INFO - Pod ctest-nginx-pod-20218288 with uuid 400ed920-197f-4d0f-9322-0f6123261134 found in kube manager 2024-08-21 20:17:16,258 - INFO - Pod ctest-nginx-pod-20218288 verification passed 2024-08-21 20:17:16,325 - DEBUG - [Pod ctest-nginx-pod-20218288] Cmd: echo ctest-nginx-pod-20218288 > /usr/share/nginx/html/index.html, Output: 2024-08-21 20:17:16,332 - INFO - Pod ctest-nginx-pod-31260369 is in running state.Got IP 10.47.255.250 2024-08-21 20:17:16,401 - DEBUG - Pod ctest-nginx-pod-31260369 has vmi 52f9d74a-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:17:16,401 - INFO - Verified pod ctest-nginx-pod-31260369 in contrail-api 2024-08-21 20:17:16,401 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:17:16,414 - DEBUG - VMI 52f9d74a-5ffa-11ef-ae50-fa163ed00908 is active in agent 10.0.0.64 2024-08-21 20:17:16,414 - INFO - Verified Pod ctest-nginx-pod-31260369 in agent 10.0.0.64 2024-08-21 20:17:16,414 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_VirtualMachineDatabaseList?x=f4b1475d-0255-4344-baa2-42e3d4eb5a6b 2024-08-21 20:17:16,422 - INFO - Pod ctest-nginx-pod-31260369 with uuid f4b1475d-0255-4344-baa2-42e3d4eb5a6b found in kube manager 2024-08-21 20:17:16,422 - INFO - Pod ctest-nginx-pod-31260369 verification passed 2024-08-21 20:17:16,492 - DEBUG - [Pod ctest-nginx-pod-31260369] Cmd: echo ctest-nginx-pod-31260369 > /usr/share/nginx/html/index.html, Output: 2024-08-21 20:17:16,499 - DEBUG - Pod ctest-busybox-pod-06394302 not in running state.Currently in Pending 2024-08-21 20:17:21,506 - DEBUG - Pod ctest-busybox-pod-06394302 not in running state.Currently in Pending 2024-08-21 20:17:26,513 - INFO - Pod ctest-busybox-pod-06394302 is in running state.Got IP 10.47.255.248 2024-08-21 20:17:26,530 - DEBUG - Pod ctest-busybox-pod-06394302 has vmi 57a59766-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:17:26,530 - INFO - Verified pod ctest-busybox-pod-06394302 in contrail-api 2024-08-21 20:17:26,530 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:17:26,543 - DEBUG - VMI 57a59766-5ffa-11ef-ae50-fa163ed00908 is active in agent 10.0.0.64 2024-08-21 20:17:26,543 - INFO - Verified Pod ctest-busybox-pod-06394302 in agent 10.0.0.64 2024-08-21 20:17:26,543 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_VirtualMachineDatabaseList?x=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:17:26,550 - INFO - Pod ctest-busybox-pod-06394302 with uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 found in kube manager 2024-08-21 20:17:26,550 - INFO - Pod ctest-busybox-pod-06394302 verification passed 2024-08-21 20:17:26,609 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,609 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,609 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,659 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,660 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,660 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,715 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,715 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,715 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,770 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,770 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,770 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,823 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,823 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,823 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,871 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,872 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,872 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,930 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,930 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,930 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,989 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,989 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:26,989 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,043 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,044 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,044 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,108 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,108 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,108 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:27,108 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:29,162 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,162 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,162 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,223 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,223 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,223 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,285 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,285 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,285 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,334 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,335 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,335 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,399 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,399 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,399 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,468 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,468 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,468 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,528 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,528 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,528 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,586 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,586 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,586 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,659 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,659 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,659 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,718 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,718 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,718 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:29,718 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:31,792 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,792 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,792 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,847 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,848 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,848 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,898 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,898 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,898 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,957 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,957 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:31,957 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,031 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,032 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,032 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,093 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,094 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,094 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,143 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,143 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,143 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,203 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,204 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,204 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,269 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,269 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,269 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,332 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,332 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,332 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:32,332 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:34,400 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,400 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,400 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,466 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,466 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,466 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,535 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,535 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,535 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,584 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,585 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,585 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,643 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,643 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,643 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,729 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,729 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,729 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,787 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,787 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,787 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,857 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,857 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,857 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,919 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,919 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,919 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,977 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,977 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,977 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:34,977 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:37,036 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,036 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,036 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,082 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,083 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,083 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,142 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,143 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,143 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,188 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,188 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,188 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,258 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,258 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,258 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,321 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,321 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,321 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,383 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,383 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,383 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,443 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,444 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,444 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,508 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,508 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,508 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,562 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,562 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,562 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:37,562 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:39,622 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,622 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,622 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,692 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,692 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,692 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,739 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,739 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,739 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,783 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,783 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,783 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,833 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,833 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,833 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,893 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,893 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,893 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,945 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,946 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:39,946 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,008 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,008 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,008 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,065 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,065 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,065 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,123 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,123 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,123 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:40,123 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:42,189 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,189 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,189 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,249 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,249 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,249 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,319 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,319 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,319 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,387 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,387 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,387 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,443 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,443 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,443 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,501 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,502 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,502 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,571 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,572 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,572 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,624 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,625 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,625 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,688 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,688 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,688 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,756 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,756 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,756 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:42,756 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:44,812 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,813 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,813 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,889 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,889 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,889 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,949 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,949 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:44,949 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,005 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,005 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,005 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,064 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,064 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,064 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,129 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,129 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,129 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,184 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,184 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,184 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,261 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,261 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,261 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,327 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,327 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,327 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,386 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,387 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,387 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:45,387 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:47,445 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,445 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,445 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,504 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,504 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,504 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,580 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,580 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,580 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,647 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,647 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,647 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,711 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,711 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,711 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,760 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,760 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,760 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,825 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,825 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,825 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,874 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,874 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,874 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,936 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,936 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,936 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,999 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,999 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,999 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:47,999 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:50,239 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,239 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,239 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,301 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,301 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,301 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,358 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,358 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,358 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,410 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,410 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,410 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,472 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,472 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,472 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,530 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,530 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,530 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,593 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,593 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,593 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,652 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,652 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,652 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,712 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,712 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,712 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,775 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,775 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,775 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:50,775 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:52,844 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,844 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,844 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,904 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,904 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,905 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,957 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,957 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:52,957 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,014 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,014 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,014 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,065 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,065 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,065 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,125 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,125 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,125 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,192 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,192 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,192 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,237 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,237 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,237 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,305 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,305 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,305 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,365 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,365 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,365 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:53,365 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:55,427 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,427 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,427 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,499 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,499 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,499 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,566 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,566 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,566 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,640 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,641 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,641 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,712 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,712 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,712 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,784 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,784 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,784 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,850 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,850 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,851 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,914 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,914 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,915 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,973 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,974 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:55,974 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:56,041 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:56,041 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:56,042 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:56,042 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:17:58,104 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,104 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,104 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,169 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,170 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,170 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,237 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,237 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,237 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,296 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,296 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,296 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,347 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,347 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,348 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,414 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,414 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,414 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,484 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,484 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,484 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,544 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,544 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,544 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,603 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,604 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,604 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,659 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,659 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,659 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:17:58,659 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:18:00,736 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,736 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,736 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,796 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,796 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,796 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,837 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,837 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,837 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,915 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,916 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,916 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,975 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,976 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:00,976 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,042 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,042 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,042 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,116 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,116 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,116 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,167 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,167 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,167 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,236 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,236 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,236 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,303 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,303 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,303 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:01,303 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:18:03,367 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,367 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,367 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,442 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,442 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,442 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,496 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,496 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,496 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,564 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,564 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,564 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,627 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,628 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,628 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,695 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,695 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,695 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,768 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,768 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,768 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,831 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,831 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,831 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,882 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,882 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,882 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,947 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,947 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,947 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:03,947 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:18:06,020 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,020 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,020 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,080 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,081 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,081 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,146 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,146 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,146 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,215 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,216 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,216 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,285 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,285 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,285 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,357 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,357 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,357 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,427 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,428 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,428 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,484 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,484 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,484 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,545 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,545 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,545 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,605 - DEBUG - [Pod ctest-busybox-pod-06394302] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,605 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,605 - DEBUG - [Pod Pod ctest-busybox-pod-06394302] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-21 20:18:06,605 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-20218288': 0, 'ctest-nginx-pod-31260369': 0} 2024-08-21 20:18:06,615 - WARNING - Nothing to delete parallely 2024-08-21 20:18:06,615 - INFO - Deleting pod default:ctest-busybox-pod-06394302 2024-08-21 20:18:06,630 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:06,655 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:11,656 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:11,663 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:16,664 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:16,671 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:21,672 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:21,680 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:26,681 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:26,702 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:31,703 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:31,711 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:36,712 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:36,720 - WARNING - Pod uuid 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:41,721 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=00afefc5-0e46-4ac8-9b88-f4de5f6a2355 2024-08-21 20:18:41,728 - DEBUG - Pod 00afefc5-0e46-4ac8-9b88-f4de5f6a2355 is not in agent 10.0.0.64 VM list 2024-08-21 20:18:41,728 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57a59766-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:18:41,735 - DEBUG - VMI 57a59766-5ffa-11ef-ae50-fa163ed00908 is removed from agent 10.0.0.64 2024-08-21 20:18:41,735 - INFO - Verified that pod ctest-busybox-pod-06394302 is removed in agent 2024-08-21 20:18:41,736 - INFO - Deleting Ingress : ctest-nginx-ingress-25295532 2024-08-21 20:18:41,752 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_LoadbalancerDatabaseList?x=3b34f491-dde0-4359-ae20-27ac9853bb36 2024-08-21 20:18:41,759 - ERROR - Ingress ctest-nginx-ingress-25295532 with uuid 3b34f491-dde0-4359-ae20-27ac9853bb36 still found in kube manager 2024-08-21 20:18:42,760 - DEBUG - Requesting: http://10.0.0.47:8108/Snh_LoadbalancerDatabaseList?x=3b34f491-dde0-4359-ae20-27ac9853bb36 2024-08-21 20:18:42,766 - INFO - Ingress ctest-nginx-ingress-25295532 with uuid 3b34f491-dde0-4359-ae20-27ac9853bb36 deleted successfully from kube manager 2024-08-21 20:18:42,766 - INFO - Verifications on Ingress %s cleanup passed 2024-08-21 20:18:42,766 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-21 20:18:42,841 - DEBUG - Requesting: http://10.0.0.47:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-21 20:18:42,852 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-21 20:18:42,852 - INFO - Deleting VN __public__ 2024-08-21 20:18:43,009 - DEBUG - Requesting: http://10.0.0.47:8082/routing-instance/4814522d-b16f-44fd-a890-7dbcf180abbb 2024-08-21 20:18:43,015 - DEBUG - Response Code: 404 2024-08-21 20:18:43,015 - DEBUG - Requesting: http://10.0.0.47:8082/domains 2024-08-21 20:18:43,025 - DEBUG - Requesting: http://10.0.0.47:8082/domain/29e79681-2647-4dcc-93d3-c8b48d537441 2024-08-21 20:18:43,034 - DEBUG - Requesting: http://10.0.0.47:8082/project/614a11d9-e4eb-4852-a321-7779a5e4dec8 2024-08-21 20:18:43,067 - INFO - Validated that VN __public__ is not found in API Server 2024-08-21 20:18:43,067 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-21 20:18:43,076 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:18:43,083 - DEBUG - VN __public__ is not present in Agent 10.0.0.64 2024-08-21 20:18:43,083 - INFO - Validated that VN __public__ is not in any agent 2024-08-21 20:18:43,083 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:18:43,092 - DEBUG - Requesting: http://10.0.0.47:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:18:43,100 - DEBUG - Requesting: http://10.0.0.47:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-21 20:18:43,105 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-21 20:18:43,106 - INFO - Deleting pod default:ctest-nginx-pod-31260369 2024-08-21 20:18:43,137 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=f4b1475d-0255-4344-baa2-42e3d4eb5a6b 2024-08-21 20:18:43,176 - WARNING - Pod uuid f4b1475d-0255-4344-baa2-42e3d4eb5a6b is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:48,178 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=f4b1475d-0255-4344-baa2-42e3d4eb5a6b 2024-08-21 20:18:48,186 - DEBUG - Pod f4b1475d-0255-4344-baa2-42e3d4eb5a6b is not in agent 10.0.0.64 VM list 2024-08-21 20:18:48,186 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:52f9d74a-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:18:48,194 - DEBUG - VMI 52f9d74a-5ffa-11ef-ae50-fa163ed00908 is removed from agent 10.0.0.64 2024-08-21 20:18:48,194 - INFO - Verified that pod ctest-nginx-pod-31260369 is removed in agent 2024-08-21 20:18:48,195 - INFO - Deleting pod default:ctest-nginx-pod-20218288 2024-08-21 20:18:48,229 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=400ed920-197f-4d0f-9322-0f6123261134 2024-08-21 20:18:48,246 - WARNING - Pod uuid 400ed920-197f-4d0f-9322-0f6123261134 is still seen in agent 10.0.0.64 VM list 2024-08-21 20:18:53,247 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=400ed920-197f-4d0f-9322-0f6123261134 2024-08-21 20:18:53,255 - DEBUG - Pod 400ed920-197f-4d0f-9322-0f6123261134 is not in agent 10.0.0.64 VM list 2024-08-21 20:18:53,256 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:527b2a58-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:18:53,262 - DEBUG - VMI 527b2a58-5ffa-11ef-ae50-fa163ed00908 is removed from agent 10.0.0.64 2024-08-21 20:18:53,263 - INFO - Verified that pod ctest-nginx-pod-20218288 is removed in agent 2024-08-21 20:18:53,263 - INFO - Deleting service : ctest-nginx-svc-30664470 2024-08-21 20:18:53,512 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Wed Aug 21 20:18:06 2024 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={}) 79 log.info('Initial checks done. Running the testcase now') 80 log.info('') 81 result = function(self, *args, **kwargs) 82 if self.inputs.upgrade: 83 pid = os.getpid() result = None function = self = args = () kwargs = {} /contrail-test/scripts/k8s_scripts/test_ingress.py in test_ingress_ip_assignment(self=) 75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip, 76 test_pod=pod3) 77 validate() 78 self.validate_post_upgrade = validate 79 # end test_ingress_ip_assignment validate = .validate> /contrail-test/scripts/k8s_scripts/test_ingress.py in validate() 74 # Now validate ingress from within the cluster network 75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip, 76 test_pod=pod3) 77 validate() 78 self.validate_post_upgrade = validate test_pod undefined pod3 = AssertionError: __cause__ = None __class__ = __context__ = None __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = args = () with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/contrail-test/tcutils/wrappers.py", line 81, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 77, in test_ingress_ip_assignment validate() File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 76, in validate test_pod=pod3) AssertionError 2024-08-21 20:18:53,513 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:18:53,521 - DEBUG - No XMPP flaps were noticed during the test 2024-08-21 20:18:53,521 - INFO -
2024-08-21 20:18:53,522 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:01:56]
2024-08-21 20:18:53,522 - INFO - -------------------------------------------------------------------------------- 2024-08-21 20:18:59,967 - DEBUG - [10.0.0.47]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-21 20:19:00,140 - DEBUG - Output : cluster_project={} 2024-08-21 20:19:00,218 - DEBUG - [10.0.0.47]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-21 20:19:00,412 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-21 20:19:00,445 - DEBUG - [10.0.0.47]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-21 20:19:00,580 - DEBUG - Output : cluster_project={} 2024-08-21 20:19:15,729 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:15,781 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:15,839 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:15,922 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:20,979 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:21,068 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:21,156 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:21,201 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:19:21,464 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:19:24,149 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_ApplicationPolicySetReq? 2024-08-21 20:19:24,159 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AclReq? 2024-08-21 20:19:24,192 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AclReq? 2024-08-21 20:19:26,226 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AclReq? 2024-08-21 20:22:26,793 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:22:26,870 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=174c674b-2de0-4661-b639-669f57c143ae 2024-08-21 20:22:26,876 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=55698f4e-7810-4360-85dd-6bea6195b855 2024-08-21 20:22:26,888 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=62db794a-7214-4016-8b70-8d6aa31135e1 2024-08-21 20:22:26,896 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:22:26,900 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:26,910 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:26,918 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:26,925 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:31,933 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=55698f4e-7810-4360-85dd-6bea6195b855 2024-08-21 20:22:31,936 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=174c674b-2de0-4661-b639-669f57c143ae 2024-08-21 20:22:31,946 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c760f60-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:22:31,949 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:31,954 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9ac5d57e-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:22:31,956 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:22:31,958 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=62db794a-7214-4016-8b70-8d6aa31135e1 2024-08-21 20:22:31,959 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:31,960 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:31,961 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:31,992 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9bf413fc-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:22:36,986 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:36,991 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:36,994 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:36,998 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:36,999 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:22:41,998 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:42,014 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:42,016 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:42,025 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:22:42,026 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:47,008 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:47,042 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:47,046 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:47,048 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:47,050 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:22:52,020 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:52,070 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:22:52,072 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:52,073 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:52,075 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:57,031 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:22:57,093 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:22:57,096 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:22:57,098 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:22:57,099 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:23:02,040 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=14a9792f-9330-45f2-b3ce-fb7f4c2f8dd8 2024-08-21 20:23:02,047 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e74a970-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:23:02,207 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=fe4b9e88-d4e1-4a21-8d0b-6fcc583aaaa0 2024-08-21 20:23:02,210 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=941167d4-3912-4ee8-9b52-94b233ecea8d 2024-08-21 20:23:02,212 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=8ac703c1-7f9a-4185-b0cb-baa9d764bcab 2024-08-21 20:23:02,213 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_VmListReq?uuid=1a33a9f8-bc39-4beb-89b2-67ab84765251 2024-08-21 20:23:02,228 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9dfee6e0-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:23:02,229 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9d866ce2-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:23:02,234 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9b45f196-5ffa-11ef-ae50-fa163ed00908 2024-08-21 20:23:02,236 - DEBUG - Requesting: http://10.0.0.64:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9d07128a-5ffa-11ef-ae50-fa163ed00908