2024-08-26 10:06:49,856 - DEBUG - [10.0.0.36]: Running cmd : hostname 2024-08-26 10:06:50,145 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-250-1.novalocal 2024-08-26 10:06:50,145 - DEBUG - [10.0.0.36]: Running cmd : hostname -f 2024-08-26 10:06:50,277 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-250-1.novalocal 2024-08-26 10:06:50,278 - DEBUG - [10.0.0.36]: 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 10:06:50,471 - DEBUG - Output : NAMES contrail_test_O5XjV95hu vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_svcmonitor_1 config_dnsmasq_1 config_schema_1 config_api_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2024-08-26 10:06:50,471 - DEBUG - [10.0.0.36]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 10:06:50,630 - DEBUG - Output : 172.17.0.1/16 10.0.0.36/24 2024-08-26 10:06:50,630 - DEBUG - [10.0.0.36]: Running cmd : getent hosts 10.0.0.36 | head -n 1 | awk '{print $2}' 2024-08-26 10:06:50,762 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-250-1.novalocal 2024-08-26 10:06:50,763 - DEBUG - [10.0.0.36]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 10:06:50,911 - DEBUG - Output : 10.0.0.36/24 2024-08-26 10:06:51,275 - INFO - Using existing project ['default-domain', 'k8s-default'](27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3) 2024-08-26 10:06:51,438 - INFO - Using existing project ['default-domain', 'k8s-default'](27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3) 2024-08-26 10:06:51,636 - INFO - ================================================================================ 2024-08-26 10:06:51,636 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-26 10:06:51,637 - 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 10:06:51,876 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 10:06:51,883 - DEBUG - Nothing to compare xmpp stats {'10.0.0.36': {'10.0.0.36': '0'}} with 2024-08-26 10:06:51,884 - INFO - Initial checks done. Running the testcase now 2024-08-26 10:06:51,884 - INFO - 2024-08-26 10:06:51,889 - INFO - Namespace default already exists 2024-08-26 10:06:51,890 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 10:06:52,121 - DEBUG - Output : cluster_project={} 2024-08-26 10:06:52,205 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-26 10:06:52,205 - DEBUG - Project uuid in Contrail is 27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:06:52,206 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 10:06:52,441 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 10:06:52,441 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_NamespaceDatabaseList?namespace_uuid=d1f2ac9b-c9fc-47b1-9077-d213c985fff1 2024-08-26 10:06:52,445 - INFO - Namespace default with uuid d1f2ac9b-c9fc-47b1-9077-d213c985fff1 found in kube manager 2024-08-26 10:06:52,445 - INFO - Namespace default verification passed 2024-08-26 10:06:52,449 - DEBUG - Service ctest-nginx-svc-05985659 not present 2024-08-26 10:06:52,449 - INFO - Creating service ctest-nginx-svc-05985659 2024-08-26 10:06:52,474 - INFO - Created Service ctest-nginx-svc-05985659 2024-08-26 10:06:52,480 - DEBUG - Pod ctest-nginx-pod-97479322 not present 2024-08-26 10:06:52,480 - INFO - Creating Pod ctest-nginx-pod-97479322 2024-08-26 10:06:52,539 - DEBUG - Pod : ctest-nginx-pod-97479322 UUID is 6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 2024-08-26 10:06:52,544 - DEBUG - Pod ctest-nginx-pod-68338735 not present 2024-08-26 10:06:52,544 - INFO - Creating Pod ctest-nginx-pod-68338735 2024-08-26 10:06:52,588 - DEBUG - Pod : ctest-nginx-pod-68338735 UUID is f86eea1f-1c3e-4410-a884-c03f2468a18d 2024-08-26 10:06:52,905 - INFO - Created VN __public__, UUID :cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:53,192 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-08-26 10:06:53,201 - DEBUG - Requesting: http://10.0.0.36:8082/domain/e108aef9-06f7-4f7f-bb30-36d89cf3a332 2024-08-26 10:06:53,217 - DEBUG - Requesting: http://10.0.0.36:8082/project/27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:06:53,261 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:53,270 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:53,277 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:53,286 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:53,292 - DEBUG - Route Targets: [] 2024-08-26 10:06:53,293 - DEBUG - RT names not yet present for VN __public__ 2024-08-26 10:06:58,294 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-08-26 10:06:58,302 - DEBUG - Requesting: http://10.0.0.36:8082/domain/e108aef9-06f7-4f7f-bb30-36d89cf3a332 2024-08-26 10:06:58,310 - DEBUG - Requesting: http://10.0.0.36:8082/project/27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:06:58,362 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:58,372 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:58,382 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:58,391 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:58,399 - DEBUG - Requesting: http://10.0.0.36:8082/route-target/b04b62f3-fd70-4fba-b14d-dfcbfd213d24 2024-08-26 10:06:58,406 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 10:06:58,406 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:58,413 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:58,424 - INFO - Verified VN network id 15 for VN cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:58,424 - INFO - Verifications in API Server for VN __public__ passed 2024-08-26 10:06:58,424 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:58,431 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:58,437 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:06:58,442 - DEBUG - Requesting: http://10.0.0.36:8082/route-target/b04b62f3-fd70-4fba-b14d-dfcbfd213d24 2024-08-26 10:06:58,448 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 10:06:58,457 - DEBUG - Control-node 10.0.0.36 : 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': '14812498000197993980', 'uuid-lslong': '10934605093749925568'}, 'enable': 'true', 'created': '2024-08-26T10:06:52', 'last-modified': '2024-08-26T10:06:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.418737'} 2024-08-26 10:06:58,457 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:06:58,471 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 10:06:58,471 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-26 10:06:58,472 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-26 10:06:58,472 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-08-26 10:06:58,478 - DEBUG - Requesting: http://10.0.0.36:8082/domain/e108aef9-06f7-4f7f-bb30-36d89cf3a332 2024-08-26 10:06:58,485 - DEBUG - Requesting: http://10.0.0.36:8082/project/27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:06:58,526 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:58,535 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-26 10:06:58,535 - DEBUG - Verifying the vn in opserver 2024-08-26 10:06:58,535 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.36 2024-08-26 10:06:58,535 - DEBUG - Requesting: http://10.0.0.36:8081/analytics/uves/virtual-networks 2024-08-26 10:06:58,541 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.36:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-26 10:06:58,541 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-26 10:06:58,541 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:06:58,548 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:06:58,556 - DEBUG - Do not have enough data to verify VN in agent 2024-08-26 10:06:58,556 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:06:58,565 - DEBUG - VRF ids for VN __public__: {} 2024-08-26 10:06:58,731 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-26 10:06:58,952 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-08-26 10:06:58,959 - DEBUG - Requesting: http://10.0.0.36:8082/domain/e108aef9-06f7-4f7f-bb30-36d89cf3a332 2024-08-26 10:06:58,968 - DEBUG - Requesting: http://10.0.0.36:8082/project/27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:06:59,010 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:59,022 - DEBUG - Requesting: http://10.0.0.36:8082/floating-ip-pool/fd304b56-9907-4587-963a-ec6621cc7ea1 2024-08-26 10:06:59,029 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-08-26 10:06:59,034 - DEBUG - Requesting: http://10.0.0.36:8082/domain/e108aef9-06f7-4f7f-bb30-36d89cf3a332 2024-08-26 10:06:59,043 - DEBUG - Requesting: http://10.0.0.36:8082/project/27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:06:59,083 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/cd909073-81fc-45fc-97bf-8566142426c0 2024-08-26 10:06:59,092 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-26 10:06:59,092 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-26 10:06:59,097 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 10:06:59,106 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-26 10:06:59,106 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-26 10:06:59,110 - DEBUG - Ingress ctest-nginx-ingress-25120516 not present 2024-08-26 10:06:59,110 - INFO - Creating Ingress ctest-nginx-ingress-25120516 2024-08-26 10:06:59,117 - INFO - Created Ingress ctest-nginx-ingress-25120516 2024-08-26 10:06:59,121 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-25120516 2024-08-26 10:07:02,127 - DEBUG - For Ingress ctest-nginx-ingress-25120516, Cluster IP: 10.47.255.246, External IPs ['2.69.60.124'] 2024-08-26 10:07:02,127 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-25120516 2024-08-26 10:07:02,127 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=d8594dcd-0295-4c37-bd72-d91205d4542c 2024-08-26 10:07:02,133 - INFO - Ingress ctest-nginx-ingress-25120516 with uuid d8594dcd-0295-4c37-bd72-d91205d4542c found in kube manager 2024-08-26 10:07:02,133 - INFO - Ingress ctest-nginx-ingress-25120516 verification passed 2024-08-26 10:07:02,136 - DEBUG - Pod ctest-busybox-pod-18727828 not present 2024-08-26 10:07:02,137 - INFO - Creating Pod ctest-busybox-pod-18727828 2024-08-26 10:07:02,193 - DEBUG - Pod : ctest-busybox-pod-18727828 UUID is 814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:07:02,204 - DEBUG - Pod ctest-nginx-pod-97479322 not in running state.Currently in Pending 2024-08-26 10:07:07,213 - INFO - Pod ctest-nginx-pod-97479322 is in running state.Got IP 10.47.255.248 2024-08-26 10:07:07,268 - DEBUG - Pod ctest-nginx-pod-97479322 has vmi ec1b7b90-6392-11ef-8635-fa163eb64d73 2024-08-26 10:07:07,268 - INFO - Verified pod ctest-nginx-pod-97479322 in contrail-api 2024-08-26 10:07:07,269 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:07:07,284 - DEBUG - VMI ec1b7b90-6392-11ef-8635-fa163eb64d73 is active in agent 10.0.0.36 2024-08-26 10:07:07,284 - INFO - Verified Pod ctest-nginx-pod-97479322 in agent 10.0.0.36 2024-08-26 10:07:07,284 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 2024-08-26 10:07:07,290 - INFO - Pod ctest-nginx-pod-97479322 with uuid 6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 found in kube manager 2024-08-26 10:07:07,290 - INFO - Pod ctest-nginx-pod-97479322 verification passed 2024-08-26 10:07:07,365 - DEBUG - [Pod ctest-nginx-pod-97479322] Cmd: echo ctest-nginx-pod-97479322 > /usr/share/nginx/html/index.html, Output: 2024-08-26 10:07:07,374 - DEBUG - Pod ctest-nginx-pod-68338735 not in running state.Currently in Pending 2024-08-26 10:07:12,382 - INFO - Pod ctest-nginx-pod-68338735 is in running state.Got IP 10.47.255.247 2024-08-26 10:07:12,434 - DEBUG - Pod ctest-nginx-pod-68338735 has vmi eccbdd78-6392-11ef-8635-fa163eb64d73 2024-08-26 10:07:12,434 - INFO - Verified pod ctest-nginx-pod-68338735 in contrail-api 2024-08-26 10:07:12,434 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:07:12,443 - DEBUG - VMI eccbdd78-6392-11ef-8635-fa163eb64d73 is active in agent 10.0.0.36 2024-08-26 10:07:12,444 - INFO - Verified Pod ctest-nginx-pod-68338735 in agent 10.0.0.36 2024-08-26 10:07:12,444 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=f86eea1f-1c3e-4410-a884-c03f2468a18d 2024-08-26 10:07:12,448 - INFO - Pod ctest-nginx-pod-68338735 with uuid f86eea1f-1c3e-4410-a884-c03f2468a18d found in kube manager 2024-08-26 10:07:12,448 - INFO - Pod ctest-nginx-pod-68338735 verification passed 2024-08-26 10:07:12,530 - DEBUG - [Pod ctest-nginx-pod-68338735] Cmd: echo ctest-nginx-pod-68338735 > /usr/share/nginx/html/index.html, Output: 2024-08-26 10:07:12,536 - INFO - Pod ctest-busybox-pod-18727828 is in running state.Got IP 10.47.255.245 2024-08-26 10:07:12,586 - DEBUG - Pod ctest-busybox-pod-18727828 has vmi f1771a2c-6392-11ef-8635-fa163eb64d73 2024-08-26 10:07:12,586 - INFO - Verified pod ctest-busybox-pod-18727828 in contrail-api 2024-08-26 10:07:12,586 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:07:12,597 - DEBUG - VMI f1771a2c-6392-11ef-8635-fa163eb64d73 is active in agent 10.0.0.36 2024-08-26 10:07:12,597 - INFO - Verified Pod ctest-busybox-pod-18727828 in agent 10.0.0.36 2024-08-26 10:07:12,597 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:07:12,603 - INFO - Pod ctest-busybox-pod-18727828 with uuid 814c137b-1782-4afa-8c97-7c66af77b469 found in kube manager 2024-08-26 10:07:12,603 - INFO - Pod ctest-busybox-pod-18727828 verification passed 2024-08-26 10:07:12,654 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,654 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,654 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,719 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,719 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,719 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,783 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,783 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,783 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,852 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,852 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,852 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,914 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,914 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,914 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,975 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,976 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:12,976 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,024 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,024 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,024 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,076 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,076 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,076 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,130 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,130 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,130 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,189 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,189 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,189 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:13,189 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:15,277 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,277 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,277 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,340 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,340 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,340 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,387 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,387 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,387 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,448 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,449 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,449 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,501 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,502 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,502 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,545 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,545 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,545 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,593 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,593 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,593 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,661 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,661 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,661 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,735 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,735 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,735 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,804 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,804 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,804 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:15,804 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:17,873 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:17,874 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:17,874 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:17,962 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:17,962 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:17,962 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,064 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,064 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,064 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,143 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,143 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,144 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,223 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,223 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,223 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,343 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,343 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,343 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,444 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,444 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,444 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,553 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,553 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,553 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,618 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,618 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,618 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,695 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,695 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,696 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:18,696 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:20,750 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,750 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,750 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,816 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,816 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,816 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,868 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,868 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,868 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,915 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,915 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,915 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,962 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,963 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:20,963 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,016 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,017 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,017 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,058 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,058 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,058 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,108 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,108 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,108 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,161 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,161 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,161 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,228 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,228 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,228 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:21,228 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:23,359 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,359 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,359 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,417 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,417 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,418 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,468 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,468 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,468 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,537 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,537 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,537 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,632 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,632 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,632 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,706 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,707 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,707 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,788 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,788 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,788 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,844 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,844 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,844 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,894 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,894 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,894 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,941 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,941 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,941 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:23,941 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:25,997 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:25,997 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:25,997 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,053 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,053 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,053 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,103 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,103 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,103 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,158 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,158 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,158 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,206 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,206 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,206 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,255 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,255 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,255 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,305 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,305 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,305 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,354 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,354 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,354 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,406 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,407 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,407 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,474 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,474 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,474 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:26,474 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:28,558 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,558 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,559 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,636 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,636 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,637 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,716 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,716 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,716 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,796 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,796 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,796 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,874 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,874 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,874 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,946 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,946 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:28,946 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,032 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,032 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,032 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,153 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,154 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,154 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,243 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,243 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,243 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,335 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,335 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,335 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:29,336 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:31,393 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,393 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,393 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,449 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,449 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,449 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,510 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,510 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,510 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,561 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,561 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,561 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,621 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,621 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,621 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,675 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,675 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,675 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,717 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,717 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,717 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,771 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,771 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,771 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,836 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,836 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,836 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,888 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,888 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,888 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:31,888 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:33,950 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:33,951 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:33,951 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,037 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,037 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,038 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,093 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,093 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,093 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,142 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,142 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,143 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,212 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,212 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,212 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,267 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,267 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,267 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,312 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,312 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,312 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,356 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,356 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,356 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,401 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,401 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,401 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,446 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,446 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,446 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:34,446 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:36,509 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,509 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,509 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,567 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,567 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,567 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,624 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,625 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,625 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,677 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,677 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,677 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,724 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,724 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,724 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,770 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,770 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,770 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,820 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,820 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,820 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,870 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,870 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,870 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,928 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,928 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,928 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,976 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,977 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,977 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:36,977 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:39,119 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,119 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,119 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,177 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,177 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,177 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,232 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,232 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,232 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,277 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,278 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,278 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,322 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,322 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,322 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,371 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,371 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,372 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,419 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,419 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,419 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,468 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,468 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,468 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,520 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,520 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,520 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,567 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,567 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,567 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:39,567 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:41,627 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,627 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,627 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,673 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,674 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,674 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,729 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,729 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,729 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,774 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,775 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,775 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,824 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,824 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,824 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,875 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,875 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,875 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,925 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,925 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,925 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,980 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,980 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:41,980 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,028 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,028 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,028 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,073 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,073 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,073 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:42,073 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:44,150 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,150 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,150 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,208 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,208 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,208 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,272 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,272 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,272 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,322 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,322 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,322 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,372 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,372 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,372 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,419 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,419 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,419 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,465 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,466 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,466 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,515 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,515 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,515 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,565 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,565 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,565 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,624 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,624 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,624 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:44,624 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:46,676 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,676 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,676 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,734 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,734 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,734 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,785 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,785 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,785 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,833 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,833 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,833 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,895 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,895 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,895 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,950 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,950 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:46,950 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,005 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,005 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,005 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,049 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,049 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,049 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,099 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,099 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,099 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,151 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,151 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,151 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:47,151 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:49,262 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,262 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,262 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,347 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,347 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,347 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,407 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,407 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,407 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,451 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,451 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,451 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,497 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,498 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,498 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,557 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,557 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,557 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,601 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,602 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,602 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,646 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,646 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,646 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,706 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,706 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,706 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,751 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,751 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,751 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:49,752 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:51,808 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,808 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,808 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,876 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,877 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,877 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,929 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,929 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,929 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,978 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,978 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:51,979 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,023 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,023 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,023 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,071 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,071 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,071 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,116 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,116 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,116 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,162 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,162 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,162 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,209 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,209 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,209 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,256 - DEBUG - [Pod ctest-busybox-pod-18727828] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,256 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,257 - DEBUG - [Pod Pod ctest-busybox-pod-18727828] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-26 10:07:52,257 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-97479322': 0, 'ctest-nginx-pod-68338735': 0} 2024-08-26 10:07:52,264 - WARNING - Nothing to delete parallely 2024-08-26 10:07:52,265 - INFO - Deleting pod default:ctest-busybox-pod-18727828 2024-08-26 10:07:52,279 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:07:52,295 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:07:57,296 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:07:57,303 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:02,304 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:08:02,310 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:07,312 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:08:07,330 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:12,331 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:08:12,338 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:17,339 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:08:17,347 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:22,349 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:08:22,357 - WARNING - Pod uuid 814c137b-1782-4afa-8c97-7c66af77b469 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:27,358 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=814c137b-1782-4afa-8c97-7c66af77b469 2024-08-26 10:08:27,364 - DEBUG - Pod 814c137b-1782-4afa-8c97-7c66af77b469 is not in agent 10.0.0.36 VM list 2024-08-26 10:08:27,364 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1771a2c-6392-11ef-8635-fa163eb64d73 2024-08-26 10:08:27,370 - DEBUG - VMI f1771a2c-6392-11ef-8635-fa163eb64d73 is removed from agent 10.0.0.36 2024-08-26 10:08:27,370 - INFO - Verified that pod ctest-busybox-pod-18727828 is removed in agent 2024-08-26 10:08:27,370 - INFO - Deleting Ingress : ctest-nginx-ingress-25120516 2024-08-26 10:08:27,377 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=d8594dcd-0295-4c37-bd72-d91205d4542c 2024-08-26 10:08:27,385 - ERROR - Ingress ctest-nginx-ingress-25120516 with uuid d8594dcd-0295-4c37-bd72-d91205d4542c still found in kube manager 2024-08-26 10:08:28,386 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=d8594dcd-0295-4c37-bd72-d91205d4542c 2024-08-26 10:08:28,390 - INFO - Ingress ctest-nginx-ingress-25120516 with uuid d8594dcd-0295-4c37-bd72-d91205d4542c deleted successfully from kube manager 2024-08-26 10:08:28,391 - INFO - Verifications on Ingress %s cleanup passed 2024-08-26 10:08:28,391 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-26 10:08:28,550 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 10:08:28,571 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-26 10:08:28,572 - INFO - Deleting VN __public__ 2024-08-26 10:08:28,795 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/912c1fa2-49bf-4c5b-bb90-27efdc2883e4 2024-08-26 10:08:28,807 - DEBUG - Response Code: 404 2024-08-26 10:08:28,807 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-08-26 10:08:28,841 - DEBUG - Requesting: http://10.0.0.36:8082/domain/e108aef9-06f7-4f7f-bb30-36d89cf3a332 2024-08-26 10:08:28,864 - DEBUG - Requesting: http://10.0.0.36:8082/project/27a2ded6-e0cb-4a34-b6d9-cb80ee06f1b3 2024-08-26 10:08:28,921 - INFO - Validated that VN __public__ is not found in API Server 2024-08-26 10:08:28,921 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-26 10:08:28,953 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:08:28,968 - DEBUG - VN __public__ is not present in Agent 10.0.0.36 2024-08-26 10:08:28,968 - INFO - Validated that VN __public__ is not in any agent 2024-08-26 10:08:28,968 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:08:28,977 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 10:08:28,985 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 10:08:28,992 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-26 10:08:28,992 - INFO - Deleting pod default:ctest-nginx-pod-68338735 2024-08-26 10:08:29,012 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f86eea1f-1c3e-4410-a884-c03f2468a18d 2024-08-26 10:08:29,024 - WARNING - Pod uuid f86eea1f-1c3e-4410-a884-c03f2468a18d is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:34,025 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f86eea1f-1c3e-4410-a884-c03f2468a18d 2024-08-26 10:08:34,032 - DEBUG - Pod f86eea1f-1c3e-4410-a884-c03f2468a18d is not in agent 10.0.0.36 VM list 2024-08-26 10:08:34,032 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eccbdd78-6392-11ef-8635-fa163eb64d73 2024-08-26 10:08:34,041 - DEBUG - VMI eccbdd78-6392-11ef-8635-fa163eb64d73 is removed from agent 10.0.0.36 2024-08-26 10:08:34,041 - INFO - Verified that pod ctest-nginx-pod-68338735 is removed in agent 2024-08-26 10:08:34,041 - INFO - Deleting pod default:ctest-nginx-pod-97479322 2024-08-26 10:08:34,074 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 2024-08-26 10:08:34,084 - WARNING - Pod uuid 6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 is still seen in agent 10.0.0.36 VM list 2024-08-26 10:08:39,085 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 2024-08-26 10:08:39,092 - DEBUG - Pod 6e1d2b9e-64ee-44bf-9860-2dfbf00b53d8 is not in agent 10.0.0.36 VM list 2024-08-26 10:08:39,092 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ec1b7b90-6392-11ef-8635-fa163eb64d73 2024-08-26 10:08:39,099 - DEBUG - VMI ec1b7b90-6392-11ef-8635-fa163eb64d73 is removed from agent 10.0.0.36 2024-08-26 10:08:39,099 - INFO - Verified that pod ctest-nginx-pod-97479322 is removed in agent 2024-08-26 10:08:39,100 - INFO - Deleting service : ctest-nginx-svc-05985659 2024-08-26 10:08:39,563 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Mon Aug 26 10:07:52 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 10:08:39,563 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 10:08:39,572 - DEBUG - No XMPP flaps were noticed during the test 2024-08-26 10:08:39,572 - INFO -
2024-08-26 10:08:39,572 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:01:48]
2024-08-26 10:08:39,573 - INFO - -------------------------------------------------------------------------------- 2024-08-26 10:08:46,066 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 10:08:46,278 - DEBUG - Output : cluster_project={} 2024-08-26 10:08:46,352 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 10:08:46,563 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 10:08:46,572 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 10:08:46,788 - DEBUG - Output : cluster_project={} 2024-08-26 10:08:56,960 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:02,095 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:07,184 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:07,311 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:07,435 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:12,519 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:12,641 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:12,736 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 10:09:13,034 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 10:09:16,163 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_ApplicationPolicySetReq? 2024-08-26 10:09:16,174 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2024-08-26 10:09:16,232 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2024-08-26 10:09:18,272 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2024-08-26 10:09:20,311 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AclReq? 2024-08-26 10:12:20,540 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 10:12:20,645 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:20,656 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7a0d5ae7-d338-422f-853c-fff98fe0ea87 2024-08-26 10:12:20,671 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=3636857a-60fe-47a5-87b9-57a6eb247e55 2024-08-26 10:12:20,682 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f34696b4-e2e6-44e0-8f29-8788b39e84ce 2024-08-26 10:12:20,692 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:20,699 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=df437024-d3f8-42c0-a5fc-343f210da2cd 2024-08-26 10:12:20,710 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:20,714 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:25,763 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:25,765 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=f34696b4-e2e6-44e0-8f29-8788b39e84ce 2024-08-26 10:12:25,766 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:25,767 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7a0d5ae7-d338-422f-853c-fff98fe0ea87 2024-08-26 10:12:25,769 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=3636857a-60fe-47a5-87b9-57a6eb247e55 2024-08-26 10:12:25,770 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:25,772 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:25,773 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=df437024-d3f8-42c0-a5fc-343f210da2cd 2024-08-26 10:12:25,806 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32682fbc-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:25,808 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31a608ba-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:25,809 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2fe9c098-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:25,814 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30a99580-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:30,808 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:30,810 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:30,815 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:30,817 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:35,829 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:35,830 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:35,832 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:35,833 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:40,848 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:40,850 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:40,852 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:40,853 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:45,867 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:45,869 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:45,871 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:45,872 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:50,887 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:50,889 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:50,891 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:50,892 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:55,909 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=a0245c78-7940-4090-b520-5e68128fb75d 2024-08-26 10:12:55,911 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=7ce2da5d-b80a-4a1e-974f-47d1228a155f 2024-08-26 10:12:55,913 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=67048cdd-2a2b-4c16-9e95-27ef44dca5c0 2024-08-26 10:12:55,915 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_VmListReq?uuid=b56280e8-16c5-4339-a761-86c5b80b3c3c 2024-08-26 10:12:55,927 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:34a59288-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:55,931 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:355d9db0-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:55,932 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33f4b44a-6393-11ef-8635-fa163eb64d73 2024-08-26 10:12:55,934 - DEBUG - Requesting: http://10.0.0.36:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33437eb4-6393-11ef-8635-fa163eb64d73