2024-08-26 17:17:04,988 - DEBUG - [10.0.0.42]: Running cmd : hostname 2024-08-26 17:17:05,242 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-592-1 2024-08-26 17:17:05,242 - DEBUG - [10.0.0.42]: Running cmd : hostname -f 2024-08-26 17:17:05,276 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-592-1 2024-08-26 17:17:05,277 - DEBUG - [10.0.0.42]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-26 17:17:05,413 - DEBUG - Output : NAMES contrail_test_ZO71TYDsR analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 contrail-kubernetes-master_kubemanager_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 2024-08-26 17:17:05,413 - DEBUG - [10.0.0.42]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 17:17:05,447 - DEBUG - Output : 10.0.0.42/24 172.17.0.1/16 2024-08-26 17:17:05,447 - DEBUG - [10.0.0.42]: Running cmd : getent hosts 10.0.0.42 | head -n 1 | awk '{print $2}' 2024-08-26 17:17:05,492 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-592-1 2024-08-26 17:17:05,603 - DEBUG - [10.0.0.60]: Running cmd : hostname 2024-08-26 17:17:05,817 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-592-1 2024-08-26 17:17:05,817 - DEBUG - [10.0.0.60]: Running cmd : hostname -f 2024-08-26 17:17:05,842 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-592-1 2024-08-26 17:17:05,842 - DEBUG - [10.0.0.60]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-26 17:17:05,938 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-26 17:17:05,938 - DEBUG - [10.0.0.60]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 17:17:05,974 - DEBUG - Output : 10.0.0.60/24 2024-08-26 17:17:05,974 - DEBUG - [10.0.0.60]: Running cmd : getent hosts 10.0.0.60 | head -n 1 | awk '{print $2}' 2024-08-26 17:17:06,043 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-592-1 2024-08-26 17:17:06,136 - INFO - Using existing project ['default-domain', 'k8s-default'](8412b264-9fc4-40e3-858e-da58ed210734) 2024-08-26 17:17:06,258 - INFO - Using existing project ['default-domain', 'k8s-default'](8412b264-9fc4-40e3-858e-da58ed210734) 2024-08-26 17:17:06,427 - INFO - ================================================================================ 2024-08-26 17:17:06,427 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-26 17:17:06,428 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2024-08-26 17:17:06,656 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 17:17:06,664 - DEBUG - Nothing to compare xmpp stats {'10.0.0.60': {'10.0.0.42': '0'}} with 2024-08-26 17:17:06,664 - INFO - Initial checks done. Running the testcase now 2024-08-26 17:17:06,664 - INFO - 2024-08-26 17:17:06,668 - INFO - Namespace default already exists 2024-08-26 17:17:06,669 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 17:17:06,797 - DEBUG - Output : cluster_project={} 2024-08-26 17:17:06,836 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-26 17:17:06,837 - DEBUG - Project uuid in Contrail is 8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:17:06,838 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 17:17:06,978 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 17:17:06,978 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_NamespaceDatabaseList?namespace_uuid=7afbe6be-ece7-4e9d-8e2c-838e35b7d66b 2024-08-26 17:17:06,984 - INFO - Namespace default with uuid 7afbe6be-ece7-4e9d-8e2c-838e35b7d66b found in kube manager 2024-08-26 17:17:06,985 - INFO - Namespace default verification passed 2024-08-26 17:17:06,992 - DEBUG - Service ctest-nginx-svc-99391592 not present 2024-08-26 17:17:06,992 - INFO - Creating service ctest-nginx-svc-99391592 2024-08-26 17:17:07,017 - INFO - Created Service ctest-nginx-svc-99391592 2024-08-26 17:17:07,026 - DEBUG - Pod ctest-nginx-pod-90241129 not present 2024-08-26 17:17:07,026 - INFO - Creating Pod ctest-nginx-pod-90241129 2024-08-26 17:17:07,084 - DEBUG - Pod : ctest-nginx-pod-90241129 UUID is e4221f4d-9f75-4238-a59c-85ded33198b1 2024-08-26 17:17:07,087 - DEBUG - Pod ctest-nginx-pod-74851409 not present 2024-08-26 17:17:07,087 - INFO - Creating Pod ctest-nginx-pod-74851409 2024-08-26 17:17:07,133 - DEBUG - Pod : ctest-nginx-pod-74851409 UUID is 247735d7-748b-4e22-af88-27917ba49559 2024-08-26 17:17:07,319 - INFO - Created VN __public__, UUID :824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:07,545 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-08-26 17:17:07,557 - DEBUG - Requesting: http://10.0.0.42:8082/domain/df63db17-8d5c-43d4-a364-a4c4acdfd650 2024-08-26 17:17:07,580 - DEBUG - Requesting: http://10.0.0.42:8082/project/8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:17:07,641 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:07,656 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:07,667 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:07,683 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:07,695 - DEBUG - Route Targets: [] 2024-08-26 17:17:07,695 - DEBUG - RT names not yet present for VN __public__ 2024-08-26 17:17:12,696 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-08-26 17:17:12,707 - DEBUG - Requesting: http://10.0.0.42:8082/domain/df63db17-8d5c-43d4-a364-a4c4acdfd650 2024-08-26 17:17:12,727 - DEBUG - Requesting: http://10.0.0.42:8082/project/8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:17:12,817 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:12,826 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:12,834 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:12,842 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:12,849 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/7e83dad0-2ad3-4701-a553-be37a43fa0a0 2024-08-26 17:17:12,856 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 17:17:12,856 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:12,864 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:12,881 - INFO - Verified VN network id 14 for VN 824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:12,881 - INFO - Verifications in API Server for VN __public__ passed 2024-08-26 17:17:12,881 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:12,892 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:12,900 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:17:12,908 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/7e83dad0-2ad3-4701-a553-be37a43fa0a0 2024-08-26 17:17:12,915 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 17:17:12,926 - DEBUG - Control-node 10.0.0.42 : 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': '9389222741893008240', 'uuid-lslong': '9320606287477551134'}, 'enable': 'true', 'created': '2024-08-26T17:17:07', 'last-modified': '2024-08-26T17:17:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.445790'} 2024-08-26 17:17:12,926 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:17:12,936 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 17:17:12,936 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-26 17:17:12,937 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-26 17:17:12,937 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-08-26 17:17:12,945 - DEBUG - Requesting: http://10.0.0.42:8082/domain/df63db17-8d5c-43d4-a364-a4c4acdfd650 2024-08-26 17:17:12,955 - DEBUG - Requesting: http://10.0.0.42:8082/project/8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:17:12,992 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:13,003 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-26 17:17:13,003 - DEBUG - Verifying the vn in opserver 2024-08-26 17:17:13,003 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.42 2024-08-26 17:17:13,003 - DEBUG - Requesting: http://10.0.0.42:8081/analytics/uves/virtual-networks 2024-08-26 17:17:13,010 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.42:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-26 17:17:13,010 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-26 17:17:13,010 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:17:13,018 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:17:13,025 - DEBUG - Do not have enough data to verify VN in agent 2024-08-26 17:17:13,025 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:17:13,032 - DEBUG - VRF ids for VN __public__: {} 2024-08-26 17:17:13,134 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-26 17:17:13,288 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-08-26 17:17:13,295 - DEBUG - Requesting: http://10.0.0.42:8082/domain/df63db17-8d5c-43d4-a364-a4c4acdfd650 2024-08-26 17:17:13,303 - DEBUG - Requesting: http://10.0.0.42:8082/project/8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:17:13,356 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:13,371 - DEBUG - Requesting: http://10.0.0.42:8082/floating-ip-pool/983ed042-4d68-41d3-981f-40fccb55a8d3 2024-08-26 17:17:13,381 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-08-26 17:17:13,389 - DEBUG - Requesting: http://10.0.0.42:8082/domain/df63db17-8d5c-43d4-a364-a4c4acdfd650 2024-08-26 17:17:13,399 - DEBUG - Requesting: http://10.0.0.42:8082/project/8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:17:13,443 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/824d3856-678d-4b70-8159-7209285f301e 2024-08-26 17:17:13,452 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-26 17:17:13,452 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-26 17:17:13,463 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 17:17:13,471 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-26 17:17:13,471 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-26 17:17:13,475 - DEBUG - Ingress ctest-nginx-ingress-55480974 not present 2024-08-26 17:17:13,475 - INFO - Creating Ingress ctest-nginx-ingress-55480974 2024-08-26 17:17:13,483 - INFO - Created Ingress ctest-nginx-ingress-55480974 2024-08-26 17:17:13,486 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-55480974 2024-08-26 17:17:16,492 - DEBUG - For Ingress ctest-nginx-ingress-55480974, Cluster IP: 10.47.255.249, External IPs ['195.137.41.60'] 2024-08-26 17:17:16,492 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-55480974 2024-08-26 17:17:16,492 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=731b7418-0cf7-4df6-896a-7cdf3e259cd5 2024-08-26 17:17:16,497 - INFO - Ingress ctest-nginx-ingress-55480974 with uuid 731b7418-0cf7-4df6-896a-7cdf3e259cd5 found in kube manager 2024-08-26 17:17:16,497 - INFO - Ingress ctest-nginx-ingress-55480974 verification passed 2024-08-26 17:17:16,500 - DEBUG - Pod ctest-busybox-pod-10654310 not present 2024-08-26 17:17:16,500 - INFO - Creating Pod ctest-busybox-pod-10654310 2024-08-26 17:17:16,516 - DEBUG - Node for Pod ctest-busybox-pod-10654310 not yet populated 2024-08-26 17:17:19,525 - DEBUG - Pod : ctest-busybox-pod-10654310 UUID is 25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:17:19,530 - DEBUG - Pod ctest-nginx-pod-90241129 not in running state.Currently in Pending 2024-08-26 17:17:24,536 - INFO - Pod ctest-nginx-pod-90241129 is in running state.Got IP 10.47.255.251 2024-08-26 17:17:24,550 - DEBUG - Pod ctest-nginx-pod-90241129 has vmi 064e6068-63cf-11ef-820a-fa163efab78c 2024-08-26 17:17:24,550 - INFO - Verified pod ctest-nginx-pod-90241129 in contrail-api 2024-08-26 17:17:24,550 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:17:24,564 - DEBUG - VMI 064e6068-63cf-11ef-820a-fa163efab78c is active in agent 10.0.0.60 2024-08-26 17:17:24,564 - INFO - Verified Pod ctest-nginx-pod-90241129 in agent 10.0.0.60 2024-08-26 17:17:24,564 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=e4221f4d-9f75-4238-a59c-85ded33198b1 2024-08-26 17:17:24,569 - INFO - Pod ctest-nginx-pod-90241129 with uuid e4221f4d-9f75-4238-a59c-85ded33198b1 found in kube manager 2024-08-26 17:17:24,569 - INFO - Pod ctest-nginx-pod-90241129 verification passed 2024-08-26 17:17:24,639 - DEBUG - [Pod ctest-nginx-pod-90241129] Cmd: echo ctest-nginx-pod-90241129 > /usr/share/nginx/html/index.html, Output: 2024-08-26 17:17:24,646 - INFO - Pod ctest-nginx-pod-74851409 is in running state.Got IP 10.47.255.250 2024-08-26 17:17:24,659 - DEBUG - Pod ctest-nginx-pod-74851409 has vmi 06dc49c8-63cf-11ef-820a-fa163efab78c 2024-08-26 17:17:24,659 - INFO - Verified pod ctest-nginx-pod-74851409 in contrail-api 2024-08-26 17:17:24,660 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:17:24,674 - DEBUG - VMI 06dc49c8-63cf-11ef-820a-fa163efab78c is active in agent 10.0.0.60 2024-08-26 17:17:24,675 - INFO - Verified Pod ctest-nginx-pod-74851409 in agent 10.0.0.60 2024-08-26 17:17:24,675 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=247735d7-748b-4e22-af88-27917ba49559 2024-08-26 17:17:24,680 - INFO - Pod ctest-nginx-pod-74851409 with uuid 247735d7-748b-4e22-af88-27917ba49559 found in kube manager 2024-08-26 17:17:24,680 - INFO - Pod ctest-nginx-pod-74851409 verification passed 2024-08-26 17:17:24,747 - DEBUG - [Pod ctest-nginx-pod-74851409] Cmd: echo ctest-nginx-pod-74851409 > /usr/share/nginx/html/index.html, Output: 2024-08-26 17:17:24,753 - DEBUG - Pod ctest-busybox-pod-10654310 not in running state.Currently in Pending 2024-08-26 17:17:29,761 - INFO - Pod ctest-busybox-pod-10654310 is in running state.Got IP 10.47.255.248 2024-08-26 17:17:29,828 - DEBUG - Pod ctest-busybox-pod-10654310 has vmi 0b1d88f8-63cf-11ef-820a-fa163efab78c 2024-08-26 17:17:29,829 - INFO - Verified pod ctest-busybox-pod-10654310 in contrail-api 2024-08-26 17:17:29,829 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:17:29,841 - DEBUG - VMI 0b1d88f8-63cf-11ef-820a-fa163efab78c is active in agent 10.0.0.60 2024-08-26 17:17:29,841 - INFO - Verified Pod ctest-busybox-pod-10654310 in agent 10.0.0.60 2024-08-26 17:17:29,841 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:17:29,847 - INFO - Pod ctest-busybox-pod-10654310 with uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 found in kube manager 2024-08-26 17:17:29,848 - INFO - Pod ctest-busybox-pod-10654310 verification passed 2024-08-26 17:17:29,894 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:29,895 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:29,895 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:29,950 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:29,950 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:29,950 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,018 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,018 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,018 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,070 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,070 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,071 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,137 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,137 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,137 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,191 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,192 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,192 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,249 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,249 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,249 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,310 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,310 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,310 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,371 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,371 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,371 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,451 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,452 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,452 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:30,452 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:32,511 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,511 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,511 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,583 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,583 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,583 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,639 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,639 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,639 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,714 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,714 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,714 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,774 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,774 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,774 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,834 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,835 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,835 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,892 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,892 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,892 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,963 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,963 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:32,963 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,030 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,030 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,030 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,090 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,090 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,090 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:33,090 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:35,149 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,149 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,149 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,215 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,215 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,215 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,277 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,277 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,277 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,342 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,342 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,342 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,406 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,406 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,406 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,478 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,478 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,478 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,542 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,542 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,542 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,601 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,601 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,601 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,660 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,660 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,660 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,727 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,727 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,727 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:35,727 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:37,793 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,793 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,793 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,860 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,860 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,861 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,925 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,926 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,926 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,979 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,979 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:37,979 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,044 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,045 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,045 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,111 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,111 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,111 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,176 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,176 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,176 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,234 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,235 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,235 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,304 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,304 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,304 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,388 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,388 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,388 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:38,388 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:40,454 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,454 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,454 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,519 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,519 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,519 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,578 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,578 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,578 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,647 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,647 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,647 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,703 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,703 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,703 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,763 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,763 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,764 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,823 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,824 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,824 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,894 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,894 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,894 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,958 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,958 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:40,958 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:41,039 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:41,039 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:41,039 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:41,039 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:43,110 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,110 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,110 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,177 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,177 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,177 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,238 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,238 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,238 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,300 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,301 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,301 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,365 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,365 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,365 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,426 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,426 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,426 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,492 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,492 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,492 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,562 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,562 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,562 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,617 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,617 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,617 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,674 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,674 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,674 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:43,674 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:45,743 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,743 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,743 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,808 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,808 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,808 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,888 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,888 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,888 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,945 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,946 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:45,946 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,010 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,010 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,010 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,077 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,077 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,077 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,145 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,146 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,146 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,203 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,203 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,203 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,259 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,259 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,259 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,307 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,307 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,307 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:46,307 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:48,376 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,376 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,376 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,440 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,440 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,440 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,503 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,503 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,503 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,556 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,556 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,556 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,603 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,604 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,604 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,679 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,679 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,679 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,747 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,747 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,747 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,806 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,806 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,806 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,862 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,862 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,862 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,927 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,927 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,927 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:48,928 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:51,281 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,281 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,282 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,335 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,335 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,335 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,399 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,399 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,399 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,459 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,459 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,459 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,517 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,517 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,518 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,574 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,574 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,574 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,634 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,634 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,634 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,702 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,702 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,702 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,753 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,753 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,753 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,819 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,820 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,820 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:51,820 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:53,884 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:53,884 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:53,884 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:53,949 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:53,950 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:53,950 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,005 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,005 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,005 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,058 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,058 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,058 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,109 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,109 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,109 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,161 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,164 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,164 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,220 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,220 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,220 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,272 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,272 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,272 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,322 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,323 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,323 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,389 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,389 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,389 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:54,389 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:56,454 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,454 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,454 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,522 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,522 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,522 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,577 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,577 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,577 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,645 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,645 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,645 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,702 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,702 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,702 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,750 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,750 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,750 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,802 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,802 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,803 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,855 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,855 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,855 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,916 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,916 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,916 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,974 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,974 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,974 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:56,974 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:17:59,034 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,034 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,034 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,091 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,091 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,091 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,151 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,151 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,151 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,213 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,213 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,213 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,279 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,279 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,279 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,335 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,335 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,335 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,395 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,396 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,396 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,463 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,463 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,463 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,522 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,523 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,523 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,602 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,602 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,602 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:17:59,602 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:18:01,656 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,656 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,656 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,713 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,714 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,714 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,780 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,781 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,781 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,843 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,844 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,844 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,909 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,909 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,909 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,971 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,972 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:01,972 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,038 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,038 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,038 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,094 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,094 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,094 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,164 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,164 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,164 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,222 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,223 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,223 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:02,223 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:18:04,277 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,277 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,277 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,354 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,355 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,355 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,415 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,415 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,416 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,492 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,492 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,492 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,556 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,556 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,556 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,626 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,627 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,627 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,699 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,699 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,699 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,765 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,765 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,765 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,817 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,817 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,817 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,893 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,893 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,894 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:04,894 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:18:06,949 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:06,950 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:06,950 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,005 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,005 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,005 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,059 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,060 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,060 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,127 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,127 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,127 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,187 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,187 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,187 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,248 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,248 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,248 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,306 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,306 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,306 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,376 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,376 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,376 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,440 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,440 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,440 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,503 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,503 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,503 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:07,503 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:18:09,573 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,574 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,574 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,646 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,647 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,647 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,707 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,707 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,707 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,761 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,762 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,762 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,829 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,829 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,829 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,890 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,890 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,890 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,952 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,953 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:09,953 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,016 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,016 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,016 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,078 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,078 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,078 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,138 - DEBUG - [Pod ctest-busybox-pod-10654310] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,138 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,138 - DEBUG - [Pod Pod ctest-busybox-pod-10654310] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 17:18:10,138 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-90241129': 0, 'ctest-nginx-pod-74851409': 0} 2024-08-26 17:18:10,149 - WARNING - Nothing to delete parallely 2024-08-26 17:18:10,149 - INFO - Deleting pod default:ctest-busybox-pod-10654310 2024-08-26 17:18:10,164 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:10,175 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:15,175 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:15,183 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:20,184 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:20,192 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:25,193 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:25,200 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:30,202 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:30,211 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:35,211 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:35,218 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:40,219 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:40,227 - WARNING - Pod uuid 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:45,228 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=25659707-f693-4ac6-99b2-dcd1ce8d4e06 2024-08-26 17:18:45,237 - DEBUG - Pod 25659707-f693-4ac6-99b2-dcd1ce8d4e06 is not in agent 10.0.0.60 VM list 2024-08-26 17:18:45,237 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b1d88f8-63cf-11ef-820a-fa163efab78c 2024-08-26 17:18:45,244 - DEBUG - VMI 0b1d88f8-63cf-11ef-820a-fa163efab78c is removed from agent 10.0.0.60 2024-08-26 17:18:45,244 - INFO - Verified that pod ctest-busybox-pod-10654310 is removed in agent 2024-08-26 17:18:45,245 - INFO - Deleting Ingress : ctest-nginx-ingress-55480974 2024-08-26 17:18:45,253 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=731b7418-0cf7-4df6-896a-7cdf3e259cd5 2024-08-26 17:18:45,264 - ERROR - Ingress ctest-nginx-ingress-55480974 with uuid 731b7418-0cf7-4df6-896a-7cdf3e259cd5 still found in kube manager 2024-08-26 17:18:46,264 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=731b7418-0cf7-4df6-896a-7cdf3e259cd5 2024-08-26 17:18:46,271 - INFO - Ingress ctest-nginx-ingress-55480974 with uuid 731b7418-0cf7-4df6-896a-7cdf3e259cd5 deleted successfully from kube manager 2024-08-26 17:18:46,271 - INFO - Verifications on Ingress %s cleanup passed 2024-08-26 17:18:46,271 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-26 17:18:46,429 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 17:18:46,444 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-26 17:18:46,444 - INFO - Deleting VN __public__ 2024-08-26 17:18:46,662 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/2abbd7df-25a3-4c9b-a922-1276fe9fa496 2024-08-26 17:18:46,672 - DEBUG - Response Code: 404 2024-08-26 17:18:46,672 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-08-26 17:18:46,679 - DEBUG - Requesting: http://10.0.0.42:8082/domain/df63db17-8d5c-43d4-a364-a4c4acdfd650 2024-08-26 17:18:46,698 - DEBUG - Requesting: http://10.0.0.42:8082/project/8412b264-9fc4-40e3-858e-da58ed210734 2024-08-26 17:18:46,746 - INFO - Validated that VN __public__ is not found in API Server 2024-08-26 17:18:46,747 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-26 17:18:46,757 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:18:46,766 - DEBUG - VN __public__ is not present in Agent 10.0.0.60 2024-08-26 17:18:46,766 - INFO - Validated that VN __public__ is not in any agent 2024-08-26 17:18:46,767 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:18:46,776 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 17:18:46,783 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 17:18:46,788 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-26 17:18:46,789 - INFO - Deleting pod default:ctest-nginx-pod-74851409 2024-08-26 17:18:46,806 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=247735d7-748b-4e22-af88-27917ba49559 2024-08-26 17:18:46,821 - WARNING - Pod uuid 247735d7-748b-4e22-af88-27917ba49559 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:51,822 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=247735d7-748b-4e22-af88-27917ba49559 2024-08-26 17:18:51,830 - DEBUG - Pod 247735d7-748b-4e22-af88-27917ba49559 is not in agent 10.0.0.60 VM list 2024-08-26 17:18:51,830 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:06dc49c8-63cf-11ef-820a-fa163efab78c 2024-08-26 17:18:51,838 - DEBUG - VMI 06dc49c8-63cf-11ef-820a-fa163efab78c is removed from agent 10.0.0.60 2024-08-26 17:18:51,838 - INFO - Verified that pod ctest-nginx-pod-74851409 is removed in agent 2024-08-26 17:18:51,839 - INFO - Deleting pod default:ctest-nginx-pod-90241129 2024-08-26 17:18:51,866 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=e4221f4d-9f75-4238-a59c-85ded33198b1 2024-08-26 17:18:51,877 - WARNING - Pod uuid e4221f4d-9f75-4238-a59c-85ded33198b1 is still seen in agent 10.0.0.60 VM list 2024-08-26 17:18:56,877 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=e4221f4d-9f75-4238-a59c-85ded33198b1 2024-08-26 17:18:56,886 - DEBUG - Pod e4221f4d-9f75-4238-a59c-85ded33198b1 is not in agent 10.0.0.60 VM list 2024-08-26 17:18:56,886 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:064e6068-63cf-11ef-820a-fa163efab78c 2024-08-26 17:18:56,894 - DEBUG - VMI 064e6068-63cf-11ef-820a-fa163efab78c is removed from agent 10.0.0.60 2024-08-26 17:18:56,894 - INFO - Verified that pod ctest-nginx-pod-90241129 is removed in agent 2024-08-26 17:18:56,894 - INFO - Deleting service : ctest-nginx-svc-99391592 2024-08-26 17:18:57,141 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Mon Aug 26 17:18:10 2024 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={}) 79 log.info('Initial checks done. Running the testcase now') 80 log.info('') 81 result = function(self, *args, **kwargs) 82 if self.inputs.upgrade: 83 pid = os.getpid() result = None function = self = args = () kwargs = {} /contrail-test/scripts/k8s_scripts/test_ingress.py in test_ingress_ip_assignment(self=) 75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip, 76 test_pod=pod3) 77 validate() 78 self.validate_post_upgrade = validate 79 # end test_ingress_ip_assignment validate = .validate> /contrail-test/scripts/k8s_scripts/test_ingress.py in validate() 74 # Now validate ingress from within the cluster network 75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip, 76 test_pod=pod3) 77 validate() 78 self.validate_post_upgrade = validate test_pod undefined pod3 = AssertionError: __cause__ = None __class__ = __context__ = None __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = args = () with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/contrail-test/tcutils/wrappers.py", line 81, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 77, in test_ingress_ip_assignment validate() File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 76, in validate test_pod=pod3) AssertionError 2024-08-26 17:18:57,142 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 17:18:57,152 - DEBUG - No XMPP flaps were noticed during the test 2024-08-26 17:18:57,152 - INFO - 2024-08-26 17:18:57,152 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:01:51] 2024-08-26 17:18:57,152 - INFO - -------------------------------------------------------------------------------- 2024-08-26 17:19:03,586 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 17:19:03,737 - DEBUG - Output : cluster_project={} 2024-08-26 17:19:03,809 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 17:19:04,003 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 17:19:04,014 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 17:19:04,141 - DEBUG - Output : cluster_project={} 2024-08-26 17:19:19,300 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:19,385 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:19,423 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:19,511 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:19,593 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:19,646 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:24,691 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:24,777 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 17:19:25,126 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 17:19:27,717 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_ApplicationPolicySetReq? 2024-08-26 17:19:27,735 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AclReq? 2024-08-26 17:19:27,777 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AclReq? 2024-08-26 17:19:29,818 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AclReq? 2024-08-26 17:22:38,929 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 17:22:38,970 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=c2951298-4d63-4129-888c-a644a3251fc2 2024-08-26 17:22:39,063 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:22:39,119 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=b49d7953-3bdc-4b5e-b815-d3308f3eb417 2024-08-26 17:22:39,128 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:22:39,133 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:22:39,137 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=97cc0b22-1a93-4e61-8aff-74d8b650d944 2024-08-26 17:22:39,142 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:22:39,147 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=4b47b45a-e765-445d-8bd8-76fbc9142604 2024-08-26 17:22:44,021 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=c2951298-4d63-4129-888c-a644a3251fc2 2024-08-26 17:22:44,030 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4b9881c6-63cf-11ef-820a-fa163efab78c 2024-08-26 17:22:44,160 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=b49d7953-3bdc-4b5e-b815-d3308f3eb417 2024-08-26 17:22:44,162 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:22:44,175 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4c12e3c6-63cf-11ef-820a-fa163efab78c 2024-08-26 17:22:44,183 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:22:44,185 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:22:44,186 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:22:44,188 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=4b47b45a-e765-445d-8bd8-76fbc9142604 2024-08-26 17:22:44,189 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=97cc0b22-1a93-4e61-8aff-74d8b650d944 2024-08-26 17:22:44,213 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4cc577b6-63cf-11ef-820a-fa163efab78c 2024-08-26 17:22:44,215 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d4fd078-63cf-11ef-820a-fa163efab78c 2024-08-26 17:22:49,175 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:22:49,212 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:22:49,213 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:22:49,215 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:22:54,184 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:22:54,240 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:22:54,241 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:22:54,244 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:22:59,193 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:22:59,257 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:22:59,259 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:22:59,260 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:23:04,203 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:23:04,276 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:23:04,278 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:23:04,280 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:23:09,211 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:23:09,292 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:23:09,294 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:23:09,295 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:23:14,239 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=fc99b75a-9403-4b40-bb3c-6f7190f0012e 2024-08-26 17:23:14,247 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4eea825c-63cf-11ef-820a-fa163efab78c 2024-08-26 17:23:14,317 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=bdc2089b-e663-4963-9471-f5ac5a5999ee 2024-08-26 17:23:14,320 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=3720d41e-3eed-43da-aec9-f0e426a789cc 2024-08-26 17:23:14,322 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_VmListReq?uuid=8e0e59d2-a9aa-47c6-96e5-b1074f0ff9b6 2024-08-26 17:23:14,339 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e6cc70e-63cf-11ef-820a-fa163efab78c 2024-08-26 17:23:14,343 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f5fadc0-63cf-11ef-820a-fa163efab78c 2024-08-26 17:23:14,344 - DEBUG - Requesting: http://10.0.0.60:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4de0d21c-63cf-11ef-820a-fa163efab78c