2025-02-05 11:56:56,721 - DEBUG - [10.0.0.22]: Running cmd : hostname
2025-02-05 11:56:57,244 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-287-1
2025-02-05 11:56:57,245 - DEBUG - [10.0.0.22]: Running cmd : hostname -f
2025-02-05 11:56:57,304 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-287-1.
2025-02-05 11:56:57,304 - DEBUG - [10.0.0.22]: 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}'
2025-02-05 11:56:57,405 - DEBUG - Output : NAMES
contrail_test_HWcqhsK5U
vrouter_vrouter-agent_1
vrouter_nodemgr_1
rsyslogd_rsyslogd_1
kubemanager_k8s_kubemanager_1
analytics_snmp_nodemgr_1
analytics_snmp_topology_1
analytics_snmp_snmp-collector_1
analytics_alarm_nodemgr_1
analytics_alarm_alarm-gen_1
analytics_alarm_kafka_1
analytics_api_1
analytics_nodemgr_1
analytics_collector_1
analytics_database_query-engine_1
analytics_database_nodemgr_1
analytics_database_cassandra_1
control_named_1
control_control_1
control_nodemgr_1
control_dns_1
webui_web_1
webui_job_1
config_devicemgr_1
config_dnsmasq_1
config_svcmonitor_1
config_api_1
config_schema_1
config_nodemgr_1
config_database_nodemgr_1
config_database_rabbitmq_1
config_database_zookeeper_1
config_database_cassandra_1
redis_redis_1
2025-02-05 11:56:57,405 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}'
2025-02-05 11:56:57,464 - DEBUG - Output : 172.17.0.1/16
10.0.0.22/24
2025-02-05 11:56:57,464 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}'
2025-02-05 11:56:57,528 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-287-1.
2025-02-05 11:56:57,528 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}'
2025-02-05 11:56:57,609 - DEBUG - Output : 10.0.0.22/24
2025-02-05 11:56:57,863 - INFO - Using existing project ['default-domain', 'k8s-default'](80ea60e7-e47a-4641-826b-eaa738cc2360)
2025-02-05 11:56:58,007 - INFO - Using existing project ['default-domain', 'k8s-default'](80ea60e7-e47a-4641-826b-eaa738cc2360)
2025-02-05 11:56:58,208 - INFO - ================================================================================
2025-02-05 11:56:58,208 - INFO - STARTING TEST : test_ingress_ip_assignment
2025-02-05 11:56:58,209 - 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
2025-02-05 11:56:58,329 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq?
2025-02-05 11:56:58,337 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.22': '0'}} with
2025-02-05 11:56:58,337 - INFO - Initial checks done. Running the testcase now
2025-02-05 11:56:58,337 - INFO -
2025-02-05 11:56:58,341 - INFO - Namespace default already exists
2025-02-05 11:56:58,341 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf'
2025-02-05 11:56:58,454 - DEBUG - Output : cluster_project={}
2025-02-05 11:56:58,519 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api
2025-02-05 11:56:58,519 - DEBUG - Project uuid in Contrail is 80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 11:56:58,520 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN'
2025-02-05 11:56:58,616 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3
2025-02-05 11:56:58,616 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=1425f2b7-c2f3-463f-af8d-7d8506fc1d98
2025-02-05 11:56:58,621 - INFO - Namespace default with uuid 1425f2b7-c2f3-463f-af8d-7d8506fc1d98 found in kube manager
2025-02-05 11:56:58,621 - INFO - Namespace default verification passed
2025-02-05 11:56:58,624 - DEBUG - Service ctest-nginx-svc-91089065 not present
2025-02-05 11:56:58,625 - INFO - Creating service ctest-nginx-svc-91089065
2025-02-05 11:56:58,649 - INFO - Created Service ctest-nginx-svc-91089065
2025-02-05 11:56:58,659 - DEBUG - Pod ctest-nginx-pod-22356058 not present
2025-02-05 11:56:58,660 - INFO - Creating Pod ctest-nginx-pod-22356058
2025-02-05 11:56:58,719 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:01,728 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:04,735 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:07,743 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:10,750 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:13,756 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:16,762 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:19,769 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:22,775 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:25,782 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:28,790 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:31,796 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:34,803 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:37,809 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:40,815 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:43,821 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:46,827 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:49,834 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:52,840 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:55,848 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:58,854 - DEBUG - Node for Pod ctest-nginx-pod-22356058 not yet populated
2025-02-05 11:57:58,854 - DEBUG - Pod : ctest-nginx-pod-22356058 UUID is 511bc4bf-164a-400b-92b8-1882be56f5a7
2025-02-05 11:57:58,858 - DEBUG - Pod ctest-nginx-pod-56308563 not present
2025-02-05 11:57:58,859 - INFO - Creating Pod ctest-nginx-pod-56308563
2025-02-05 11:57:58,894 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:01,900 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:04,906 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:07,912 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:10,919 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:13,926 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:16,935 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:19,942 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:22,950 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:25,957 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:28,964 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:31,969 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:34,975 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:37,984 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:40,990 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:43,996 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:47,003 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:50,009 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:53,016 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:56,023 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:59,036 - DEBUG - Node for Pod ctest-nginx-pod-56308563 not yet populated
2025-02-05 11:58:59,036 - DEBUG - Pod : ctest-nginx-pod-56308563 UUID is 1f8eb8ec-e7fc-4abe-a0dd-7f1cf430a969
2025-02-05 11:58:59,245 - INFO - Created VN __public__, UUID :92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:58:59,439 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-02-05 11:58:59,448 - DEBUG - Requesting: http://10.0.0.22:8082/domain/67195584-aee0-4513-89a5-8277269f7e48
2025-02-05 11:58:59,467 - DEBUG - Requesting: http://10.0.0.22:8082/project/80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 11:58:59,543 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:58:59,560 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:58:59,576 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:58:59,588 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:58:59,604 - DEBUG - Route Targets: []
2025-02-05 11:58:59,604 - DEBUG - RT names not yet present for VN __public__
2025-02-05 11:59:04,605 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-02-05 11:59:04,611 - DEBUG - Requesting: http://10.0.0.22:8082/domain/67195584-aee0-4513-89a5-8277269f7e48
2025-02-05 11:59:04,622 - DEBUG - Requesting: http://10.0.0.22:8082/project/80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 11:59:04,697 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:04,716 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:04,740 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:59:04,756 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:59:04,765 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/e17a2890-de31-4367-ad7c-7df934adaa4c
2025-02-05 11:59:04,774 - DEBUG - Route Targets: ['target:64512:8000006']
2025-02-05 11:59:04,774 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:04,785 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:59:04,801 - INFO - Verified VN network id 15 for VN 92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:04,801 - INFO - Verifications in API Server for VN __public__ passed
2025-02-05 11:59:04,801 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:04,814 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:59:04,834 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 11:59:04,842 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/e17a2890-de31-4367-ad7c-7df934adaa4c
2025-02-05 11:59:04,851 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__
2025-02-05 11:59:04,857 - DEBUG - Control-node 10.0.0.22 : 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': '10526966678275704235', 'uuid-lslong': '13485911125707959300'}, 'enable': 'true', 'created': '2025-02-05T11:58:59', 'last-modified': '2025-02-05T11:58:59', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.527894'}
2025-02-05 11:59:04,858 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 11:59:04,866 - DEBUG - Route Targets: ['target:64512:8000006']
2025-02-05 11:59:04,867 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed
2025-02-05 11:59:04,867 - DEBUG - ====Verifying policy data for __public__ in API_Server ======
2025-02-05 11:59:04,867 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-02-05 11:59:04,873 - DEBUG - Requesting: http://10.0.0.22:8082/domain/67195584-aee0-4513-89a5-8277269f7e48
2025-02-05 11:59:04,885 - DEBUG - Requesting: http://10.0.0.22:8082/project/80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 11:59:04,948 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:04,959 - DEBUG - =>VN __public__ has no policy to be verified
2025-02-05 11:59:04,960 - DEBUG - Verifying the vn in opserver
2025-02-05 11:59:04,960 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22
2025-02-05 11:59:04,960 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks
2025-02-05 11:59:04,966 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'}
2025-02-05 11:59:04,966 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver
2025-02-05 11:59:04,966 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 11:59:04,975 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 11:59:04,983 - DEBUG - Do not have enough data to verify VN in agent
2025-02-05 11:59:04,983 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 11:59:04,989 - DEBUG - VRF ids for VN __public__: {}
2025-02-05 11:59:05,084 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server
2025-02-05 11:59:05,199 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-02-05 11:59:05,208 - DEBUG - Requesting: http://10.0.0.22:8082/domain/67195584-aee0-4513-89a5-8277269f7e48
2025-02-05 11:59:05,223 - DEBUG - Requesting: http://10.0.0.22:8082/project/80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 11:59:05,291 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:05,303 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/4749a9f0-84d2-4cac-a858-9570b807db73
2025-02-05 11:59:05,310 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-02-05 11:59:05,316 - DEBUG - Requesting: http://10.0.0.22:8082/domain/67195584-aee0-4513-89a5-8277269f7e48
2025-02-05 11:59:05,324 - DEBUG - Requesting: http://10.0.0.22:8082/project/80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 11:59:05,375 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/92174c6b-6cff-45ab-bb27-94b7a84fac04
2025-02-05 11:59:05,387 - DEBUG - FIP Pool __fip_pool_public__ found in API Server
2025-02-05 11:59:05,387 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed
2025-02-05 11:59:05,395 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__
2025-02-05 11:59:05,402 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information
2025-02-05 11:59:05,402 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed
2025-02-05 11:59:05,406 - DEBUG - Ingress ctest-nginx-ingress-32605559 not present
2025-02-05 11:59:05,406 - INFO - Creating Ingress ctest-nginx-ingress-32605559
2025-02-05 11:59:05,415 - INFO - Created Ingress ctest-nginx-ingress-32605559
2025-02-05 11:59:05,419 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32605559
2025-02-05 11:59:08,424 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32605559
2025-02-05 11:59:11,430 - DEBUG - For Ingress ctest-nginx-ingress-32605559, Cluster IP: 10.47.255.250, External IPs ['216.150.192.252']
2025-02-05 11:59:11,430 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-32605559
2025-02-05 11:59:11,430 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 11:59:11,435 - INFO - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 found in kube manager
2025-02-05 11:59:11,435 - INFO - Ingress ctest-nginx-ingress-32605559 verification passed
2025-02-05 11:59:11,439 - DEBUG - Pod ctest-busybox-pod-36084908 not present
2025-02-05 11:59:11,439 - INFO - Creating Pod ctest-busybox-pod-36084908
2025-02-05 11:59:11,463 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:14,470 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:17,476 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:20,482 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:23,488 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:26,494 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:29,501 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:32,508 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:35,514 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:38,521 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:41,528 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:44,534 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:47,541 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:50,547 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:53,554 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:56,559 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 11:59:59,567 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 12:00:02,574 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 12:00:05,581 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 12:00:08,587 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 12:00:11,597 - DEBUG - Node for Pod ctest-busybox-pod-36084908 not yet populated
2025-02-05 12:00:11,597 - DEBUG - Pod : ctest-busybox-pod-36084908 UUID is 82dfc15c-6c99-443f-bbe8-c6c8440c4999
2025-02-05 12:00:11,605 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:16,612 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:21,618 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:26,625 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:31,633 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:36,639 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:41,646 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:46,652 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:51,661 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:00:56,667 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:01,679 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:06,685 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:11,691 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:16,697 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:21,703 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:26,710 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:31,717 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:36,723 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:41,730 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:46,736 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:51,742 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:01:56,748 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:01,756 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:06,764 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:11,769 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:16,776 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:21,784 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:26,790 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:31,796 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:36,804 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:41,813 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:46,819 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:51,825 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:02:56,831 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:01,838 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:06,845 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:11,851 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:16,858 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:21,866 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:26,872 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:31,878 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:36,885 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:41,890 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:46,897 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:51,903 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:03:56,910 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:01,916 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:06,924 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:11,930 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:16,936 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:21,941 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:26,947 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:31,954 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:36,960 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:41,966 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:46,974 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:51,983 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:04:56,990 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:05:01,997 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:05:07,005 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:05:12,011 - DEBUG - Pod ctest-nginx-pod-22356058 not in running state.Currently in Pending
2025-02-05 12:05:12,011 - ERROR - Pod ctest-nginx-pod-22356058 is not in running state
2025-02-05 12:05:12,022 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:17,029 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:22,036 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:27,042 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:32,049 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:37,055 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:42,061 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:47,069 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:52,075 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:05:57,082 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:02,088 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:07,094 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:12,101 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:17,107 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:22,115 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:27,122 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:32,129 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:37,135 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:42,142 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:47,148 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:52,154 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:06:57,161 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:02,168 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:07,174 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:12,180 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:17,186 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:22,192 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:27,198 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:32,205 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:37,211 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:42,217 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:47,223 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:52,228 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:07:57,235 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:02,241 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:07,247 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:12,254 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:17,260 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:22,266 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:27,275 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:32,281 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:37,287 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:42,293 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:47,300 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:52,306 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:08:57,313 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:02,320 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:07,326 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:12,333 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:17,338 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:22,345 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:27,351 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:32,357 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:37,364 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:42,370 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:47,376 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:52,383 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:09:57,389 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:10:02,396 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:10:07,401 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:10:12,409 - DEBUG - Pod ctest-nginx-pod-56308563 not in running state.Currently in Pending
2025-02-05 12:10:12,409 - ERROR - Pod ctest-nginx-pod-56308563 is not in running state
2025-02-05 12:10:12,414 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:17,422 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:22,427 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:27,433 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:32,439 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:37,445 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:42,451 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:47,457 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:52,464 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:10:57,470 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:02,477 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:07,484 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:12,489 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:17,497 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:22,503 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:27,510 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:32,516 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:37,522 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:42,530 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:47,537 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:52,543 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:11:57,549 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:02,558 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:07,564 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:12,570 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:17,575 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:22,581 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:27,587 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:32,595 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:37,601 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:42,607 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:47,614 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:52,620 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:12:57,626 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:02,633 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:07,639 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:12,645 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:17,652 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:22,660 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:27,666 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:32,672 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:37,679 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:42,685 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:47,691 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:52,697 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:13:57,704 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:02,710 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:07,716 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:12,723 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:17,731 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:22,738 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:27,745 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:32,752 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:37,759 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:42,765 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:47,771 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:52,778 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:14:57,784 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:15:02,791 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:15:07,798 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:15:12,805 - DEBUG - Pod ctest-busybox-pod-36084908 not in running state.Currently in Pending
2025-02-05 12:15:12,805 - ERROR - Pod ctest-busybox-pod-36084908 is not in running state
2025-02-05 12:15:12,812 - WARNING - Nothing to delete parallely
2025-02-05 12:15:12,812 - INFO - Deleting pod default:ctest-busybox-pod-36084908
2025-02-05 12:15:12,832 - DEBUG - Pod ctest-busybox-pod-36084908 may not have launched at all..no need to check further in agent
2025-02-05 12:15:12,833 - INFO - Deleting Ingress : ctest-nginx-ingress-32605559
2025-02-05 12:15:12,838 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 12:15:12,843 - ERROR - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 still found in kube manager
2025-02-05 12:15:13,844 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 12:15:13,850 - ERROR - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 still found in kube manager
2025-02-05 12:15:14,850 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 12:15:14,856 - ERROR - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 still found in kube manager
2025-02-05 12:15:15,858 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 12:15:15,863 - ERROR - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 still found in kube manager
2025-02-05 12:15:16,864 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 12:15:16,869 - ERROR - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 still found in kube manager
2025-02-05 12:15:17,870 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=85b1c0ca-d109-4fbf-881b-3b34964d2aa0
2025-02-05 12:15:17,877 - INFO - Ingress ctest-nginx-ingress-32605559 with uuid 85b1c0ca-d109-4fbf-881b-3b34964d2aa0 deleted successfully from kube manager
2025-02-05 12:15:17,877 - INFO - Verifications on Ingress %s cleanup passed
2025-02-05 12:15:17,878 - INFO - Deleting the FIP pool __fip_pool_public__
2025-02-05 12:15:18,036 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__
2025-02-05 12:15:18,043 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information
2025-02-05 12:15:18,044 - INFO - Deleting VN __public__
2025-02-05 12:15:18,441 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/1b6022aa-4ebc-4d1a-a758-194b75fb7ba7
2025-02-05 12:15:18,452 - DEBUG - Response Code: 404
2025-02-05 12:15:18,452 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-02-05 12:15:18,467 - DEBUG - Requesting: http://10.0.0.22:8082/domain/67195584-aee0-4513-89a5-8277269f7e48
2025-02-05 12:15:18,496 - DEBUG - Requesting: http://10.0.0.22:8082/project/80ea60e7-e47a-4641-826b-eaa738cc2360
2025-02-05 12:15:18,562 - INFO - Validated that VN __public__ is not found in API Server
2025-02-05 12:15:18,562 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__
2025-02-05 12:15:18,572 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 12:15:18,581 - DEBUG - VN __public__ is not present in Agent 10.0.0.22
2025-02-05 12:15:18,581 - INFO - Validated that VN __public__ is not in any agent
2025-02-05 12:15:18,581 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 12:15:18,591 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__
2025-02-05 12:15:18,597 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__
2025-02-05 12:15:18,602 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info
2025-02-05 12:15:18,603 - INFO - Deleting pod default:ctest-nginx-pod-56308563
2025-02-05 12:15:18,620 - DEBUG - Pod ctest-nginx-pod-56308563 may not have launched at all..no need to check further in agent
2025-02-05 12:15:18,620 - INFO - Deleting pod default:ctest-nginx-pod-22356058
2025-02-05 12:15:18,636 - DEBUG - Pod ctest-nginx-pod-22356058 may not have launched at all..no need to check further in agent
2025-02-05 12:15:18,636 - INFO - Deleting service : ctest-nginx-svc-91089065
2025-02-05 12:15:18,761 - ERROR - AssertionError
Python 3.6.8: /usr/bin/python3
Wed Feb 5 12:15:12 2025
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=