++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Mon Aug 11 02:01:43 UTC 2025 ===================' INFO: =================== Mon Aug 11 02:01:43 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ cut -d / -f 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.38:8081 10.0.0.141:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.38:8081 10.0.0.141:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.38:8081 10.0.0.141:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.38:9042 10.0.0.141:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.38:9042 10.0.0.141:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.38:9042 10.0.0.141:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.38:8086 10.0.0.141:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.38:8086 10.0.0.141:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.38:8086 10.0.0.141:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.38:8082 10.0.0.141:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.38:8082 10.0.0.141:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.38:8082 10.0.0.141:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.38:9161 10.0.0.141:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.38:9161 10.0.0.141:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.38:9161 10.0.0.141:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.38:9041 10.0.0.141:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.38:9041 10.0.0.141:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.38:9041 10.0.0.141:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.38:2181,10.0.0.141:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.38:2181,10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.38:2181,10.0.0.141:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.38:2181 10.0.0.141:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.38:2181 10.0.0.141:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.38:2181 10.0.0.141:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.38:5673,10.0.0.141:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.38:5673,10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.38:5673,10.0.0.141:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.38:6379 10.0.0.141:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.38:6379 10.0.0.141:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.38:6379 10.0.0.141:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.38:9092 10.0.0.141:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.38:9092 10.0.0.141:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.38:9092 10.0.0.141:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.38,10.0.0.141 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + REDIS_NODES=10.0.0.23,10.0.0.38,10.0.0.141,10.0.0.23,10.0.0.38,10.0.0.141 + [[ -z '' ]] + [[ -n 10.0.0.23,10.0.0.38,10.0.0.141,10.0.0.23,10.0.0.38,10.0.0.141 ]] + for i in '{1..10}' ++ find_my_ip_and_order_for_node REDIS ++ local server_typ=REDIS_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.38,10.0.0.141,10.0.0.23,10.0.0.38,10.0.0.141 ++ local servers=10.0.0.23,10.0.0.38,10.0.0.141,10.0.0.23,10.0.0.38,10.0.0.141 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ awk '/32 host/ { print f } {f=$2}' +++ sort +++ uniq +++ grep -vi host ++ local local_ips=,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' ++ local server_ip=10.0.0.23 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.23 ]] ++ [[ ,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] ++ echo 10.0.0.23 1 ++ return + my_ip_and_order='10.0.0.23 1' + '[' -n '10.0.0.23 1' ']' + break ++ echo 10.0.0.23 1 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.23 + '[' -n 10.0.0.23 ']' + REDIS_LISTEN_ADDRESS=10.0.0.23 + redis_opts='--lua-time-limit 15000' + redis_opts+=' --dbfilename '\'''\''' + redis_opts+=' --bind 127.0.0.1' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ 10.0.0.23 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.23 ']' + redis_opts+=' 10.0.0.23' + '[' -n 6379 ']' + redis_opts+=' --port 6379' + '[' -n '' ']' + '[' -n '' ']' + echo 'INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '\'''\'' --bind 127.0.0.1 10.0.0.23 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.23 --port 6379 ++ id -u redis + CONTRAIL_UID=999 ++ id -g redis + CONTRAIL_GID=998 + find . '!' -user redis -exec chown redis '{}' + + do_run_service redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.23 --port 6379 + [[ -n 999 ]] + [[ -n 998 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 999 + local user_name=redis + export HOME=/home/redis + HOME=/home/redis + mkdir -p /home/redis + chown -R 999:998 /home/redis + exec setpriv --reuid 999 --regid 998 --clear-groups --no-new-privs redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.23 --port 6379 1:C 11 Aug 2025 02:01:43.575 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 11 Aug 2025 02:01:43.575 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 11 Aug 2025 02:01:43.575 # Configuration loaded 1:M 11 Aug 2025 02:01:43.577 * Running mode=standalone, port=6379. 1:M 11 Aug 2025 02:01:43.577 # Server initialized 1:M 11 Aug 2025 02:01:43.577 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:M 11 Aug 2025 02:01:43.577 * Ready to accept connections 1:M 11 Aug 2025 02:06:09.085 * WARNING: Flushing Redis UVE DB 1:M 11 Aug 2025 02:06:09.085 * WARNING: Flushing Redis UVE DB done 1:M 11 Aug 2025 02:06:09.087 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 11 Aug 2025 02:06:09.087 * Add cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:09.087 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 11 Aug 2025 02:06:09.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.092 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Aug 2025 02:06:09.092 * Add cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:09.093 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Aug 2025 02:06:09.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.095 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Aug 2025 02:06:09.095 * Add cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:09.095 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Aug 2025 02:06:09.097 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Aug 2025 02:06:09.097 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:09.097 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Aug 2025 02:06:09.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 1:M 11 Aug 2025 02:06:09.101 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:1 to NGENERATORS 1:M 11 Aug 2025 02:06:09.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 done 1:M 11 Aug 2025 02:06:09.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 1:M 11 Aug 2025 02:06:09.108 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 11 Aug 2025 02:06:09.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 done 1:M 11 Aug 2025 02:06:09.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:09.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:12.850 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 1:M 11 Aug 2025 02:06:12.850 * Add cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:12.850 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 done 1:M 11 Aug 2025 02:06:12.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:12.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:12.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:13.618 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 1:M 11 Aug 2025 02:06:13.618 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 11 Aug 2025 02:06:13.618 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 done 1:M 11 Aug 2025 02:06:13.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:13.623 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 1:M 11 Aug 2025 02:06:13.623 * Add cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 to NGENERATORS 1:M 11 Aug 2025 02:06:13.623 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 done 1:M 11 Aug 2025 02:06:13.623 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:13.626 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:13.629 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:13.632 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:13.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.075 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 1:M 11 Aug 2025 02:06:19.075 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.075 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 done 1:M 11 Aug 2025 02:06:19.075 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Aug 2025 02:06:19.076 * Add cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Aug 2025 02:06:19.076 * Add cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Aug 2025 02:06:19.076 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 1:M 11 Aug 2025 02:06:19.076 * Add cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 done 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 1:M 11 Aug 2025 02:06:19.076 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.076 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 done 1:M 11 Aug 2025 02:06:19.080 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 11 Aug 2025 02:06:19.080 * Add cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.080 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 11 Aug 2025 02:06:19.080 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 1:M 11 Aug 2025 02:06:19.080 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:1 to NGENERATORS 1:M 11 Aug 2025 02:06:19.080 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 done 1:M 11 Aug 2025 02:06:19.080 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 1:M 11 Aug 2025 02:06:19.080 * Add cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 to NGENERATORS 1:M 11 Aug 2025 02:06:19.080 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 done 1:M 11 Aug 2025 02:06:19.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:19.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:20.312 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 11 Aug 2025 02:06:20.312 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:20.312 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 11 Aug 2025 02:06:20.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:20.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:20.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:27.159 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 11 Aug 2025 02:06:27.160 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 11 Aug 2025 02:06:27.160 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 11 Aug 2025 02:06:27.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:27.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:27.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:32.513 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 11 Aug 2025 02:06:32.513 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:06:32.513 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 11 Aug 2025 02:06:32.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:32.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:32.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:37.123 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 1:M 11 Aug 2025 02:06:37.123 * Add cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 11 Aug 2025 02:06:37.123 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 done 1:M 11 Aug 2025 02:06:37.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:37.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:37.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:38.090 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 1:M 11 Aug 2025 02:06:38.090 * Add cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 11 Aug 2025 02:06:38.090 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 done 1:M 11 Aug 2025 02:06:38.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:38.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:38.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:06:39.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:07:09.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:07:39.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:09.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:14.009 * GetSeq for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 1:M 11 Aug 2025 02:08:14.009 * Add an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 11 Aug 2025 02:08:14.009 * GetSeq for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 done 1:M 11 Aug 2025 02:08:14.017 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:14.017 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:17.757 * GetSeq for an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 1:M 11 Aug 2025 02:08:17.757 * Add an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 11 Aug 2025 02:08:17.757 * GetSeq for an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 11 Aug 2025 02:08:17.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:17.762 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:17.762 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:21.323 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3794-2 1:M 11 Aug 2025 02:08:39.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:08:43.999 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:09:09.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:09:14.001 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:09:39.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:09:44.000 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:10:09.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:10:13.999 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:10:39.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:10:44.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:11:09.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:11:14.002 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:11:39.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:11:44.000 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:12:09.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:12:14.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:12:39.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:12:44.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:13:09.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:13:14.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:13:39.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:13:44.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:14:09.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:14:14.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:14:39.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:14:44.004 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:15:09.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:15:13.725 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaS-57118418:ctest-bgpaas_vn-02686184 part 25 1:M 11 Aug 2025 02:15:13.725 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:312b87dc-c303-475b-a03d-df6f9d63e433 part 5 1:M 11 Aug 2025 02:15:13.725 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:312b87dc-c303-475b-a03d-df6f9d63e433 part 5 1:M 11 Aug 2025 02:15:13.730 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaS-57118418:fbfce615-44a6-41f1-9915-d77ae0253e13 part 14 1:M 11 Aug 2025 02:15:13.730 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaS-57118418:fbfce615-44a6-41f1-9915-d77ae0253e13 part 14 1:M 11 Aug 2025 02:15:13.730 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaS-57118418:fbfce615-44a6-41f1-9915-d77ae0253e13 part 14 1:M 11 Aug 2025 02:15:14.002 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:15:39.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:15:44.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:16:09.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:16:14.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:16:39.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:16:44.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:17:09.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:17:14.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:17:39.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:17:44.008 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:18:09.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:18:14.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:18:39.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:18:44.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:19:09.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:19:14.004 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:19:39.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:19:43.727 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDSNAT-09942130:ctest-dsnat_vn-19146526 part 21 1:M 11 Aug 2025 02:19:43.727 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b53f4e3a-647f-4f1e-bad4-b40ca2985119 part 5 1:M 11 Aug 2025 02:19:43.727 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b53f4e3a-647f-4f1e-bad4-b40ca2985119 part 5 1:M 11 Aug 2025 02:19:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDSNAT-09942130:3a04711b-3a24-42a0-9e86-5ebf53ebbc82 part 19 1:M 11 Aug 2025 02:19:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDSNAT-09942130:3a04711b-3a24-42a0-9e86-5ebf53ebbc82 part 19 1:M 11 Aug 2025 02:19:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDSNAT-09942130:3a04711b-3a24-42a0-9e86-5ebf53ebbc82 part 19 1:M 11 Aug 2025 02:19:44.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:20:09.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:20:14.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:20:39.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:20:44.006 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:21:09.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:21:14.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:21:39.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:21:43.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-13878732:ctest-left_ctest-TestMultiInlineSVC-13878732-47901450 part 25 1:M 11 Aug 2025 02:21:43.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c0588cdf-8a12-4c7f-bab1-6e52d8231226 part 10 1:M 11 Aug 2025 02:21:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-13878732:e3c333a6-ba12-4c35-a3ef-01cc08a84ba8 part 16 1:M 11 Aug 2025 02:21:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-13878732:e3c333a6-ba12-4c35-a3ef-01cc08a84ba8 part 16 1:M 11 Aug 2025 02:21:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-13878732:e3c333a6-ba12-4c35-a3ef-01cc08a84ba8 part 16 1:M 11 Aug 2025 02:21:44.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:22:09.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:22:14.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:22:39.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:22:44.024 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:23:09.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:23:14.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:23:39.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:23:43.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestFirewallDraftBasic-87678259:ctest-vn-83314336 part 24 1:M 11 Aug 2025 02:23:43.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08ea06cc-faeb-4b1d-9994-5ba1fdff62d4 part 10 1:M 11 Aug 2025 02:23:43.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08ea06cc-faeb-4b1d-9994-5ba1fdff62d4 part 10 1:M 11 Aug 2025 02:23:43.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:aa7834cd-50aa-4f9c-bdb0-d58260483174 part 9 1:M 11 Aug 2025 02:23:43.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:aa7834cd-50aa-4f9c-bdb0-d58260483174 part 9 1:M 11 Aug 2025 02:23:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestFirewallDraftBasic-87678259:aad89a7f-b924-44ee-b66f-69f37e45326e part 19 1:M 11 Aug 2025 02:23:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestFirewallDraftBasic-87678259:aad89a7f-b924-44ee-b66f-69f37e45326e part 19 1:M 11 Aug 2025 02:23:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestFirewallDraftBasic-87678259:aad89a7f-b924-44ee-b66f-69f37e45326e part 19 1:M 11 Aug 2025 02:23:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestFirewallDraftBasic-87678259:abe4f95a-3193-4644-8f1e-009f3dd30fb9 part 15 1:M 11 Aug 2025 02:23:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestFirewallDraftBasic-87678259:abe4f95a-3193-4644-8f1e-009f3dd30fb9 part 15 1:M 11 Aug 2025 02:23:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestFirewallDraftBasic-87678259:abe4f95a-3193-4644-8f1e-009f3dd30fb9 part 15 1:M 11 Aug 2025 02:23:44.008 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:24:09.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:24:14.072 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:24:39.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:24:44.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:25:09.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:25:14.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:25:39.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:25:44.023 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:26:09.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:26:13.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestIntfMirror-47881168:ctest-vn3-54998834 part 22 1:M 11 Aug 2025 02:26:13.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ef3f152d-92f0-4f25-886c-2bb36c89e336 part 8 1:M 11 Aug 2025 02:26:13.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ef3f152d-92f0-4f25-886c-2bb36c89e336 part 8 1:M 11 Aug 2025 02:26:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestIntfMirror-47881168:a4f312b4-43d6-4c1e-8a26-84813fe59d16 part 14 1:M 11 Aug 2025 02:26:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestIntfMirror-47881168:a4f312b4-43d6-4c1e-8a26-84813fe59d16 part 14 1:M 11 Aug 2025 02:26:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestIntfMirror-47881168:a4f312b4-43d6-4c1e-8a26-84813fe59d16 part 14 1:M 11 Aug 2025 02:26:14.012 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:26:39.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:26:43.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestIntfMirror-47881168:ctest-vn2-70835010 part 27 1:M 11 Aug 2025 02:26:43.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a6206b4-c735-414c-bfcc-a6f0d76b3468 part 9 1:M 11 Aug 2025 02:26:43.728 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a6206b4-c735-414c-bfcc-a6f0d76b3468 part 9 1:M 11 Aug 2025 02:26:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestIntfMirror-47881168:6284eea5-2582-4e20-ba60-c4888283f54e part 13 1:M 11 Aug 2025 02:26:43.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestIntfMirror-47881168:6284eea5-2582-4e20-ba60-c4888283f54e part 13 1:M 11 Aug 2025 02:26:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestIntfMirror-47881168:6284eea5-2582-4e20-ba60-c4888283f54e part 13 1:M 11 Aug 2025 02:26:44.008 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:27:09.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:27:14.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:27:39.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:27:44.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:28:09.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:28:14.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:28:39.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:28:44.008 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:29:09.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:29:14.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:29:39.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:29:44.012 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:30:09.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:30:13.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestLBaaSV2-40914132:ctest-vn-79310688 part 27 1:M 11 Aug 2025 02:30:13.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:76d4a8e8-99dc-42a6-bc33-3a3956ec353c part 6 1:M 11 Aug 2025 02:30:13.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d184f7d7-2ee0-4804-8d9b-1fe97336a0ae part 4 1:M 11 Aug 2025 02:30:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestLBaaSV2-40914132:a63c9ecd-4b97-4ff6-8b09-86ad083e5fd7 part 18 1:M 11 Aug 2025 02:30:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestLBaaSV2-40914132:a63c9ecd-4b97-4ff6-8b09-86ad083e5fd7 part 18 1:M 11 Aug 2025 02:30:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestLBaaSV2-40914132:a63c9ecd-4b97-4ff6-8b09-86ad083e5fd7 part 18 1:M 11 Aug 2025 02:30:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestLBaaSV2-40914132:f8ae28c3-3b0b-47ed-90ae-f94f3dc83596 part 16 1:M 11 Aug 2025 02:30:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestLBaaSV2-40914132:f8ae28c3-3b0b-47ed-90ae-f94f3dc83596 part 16 1:M 11 Aug 2025 02:30:14.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:30:15.112 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3794-2 1:M 11 Aug 2025 02:30:39.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:30:44.011 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:31:09.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:31:13.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPorts-56721828:ctest-fvn-07796858 part 29 1:M 11 Aug 2025 02:31:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e9df7179-b5a5-4d76-99b0-51e815428eba part 6 1:M 11 Aug 2025 02:31:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e9df7179-b5a5-4d76-99b0-51e815428eba part 6 1:M 11 Aug 2025 02:31:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-56721828:b7300d69-73e3-4334-8aa8-0b6912bb1ba9 part 18 1:M 11 Aug 2025 02:31:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-56721828:b7300d69-73e3-4334-8aa8-0b6912bb1ba9 part 18 1:M 11 Aug 2025 02:31:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-56721828:b7300d69-73e3-4334-8aa8-0b6912bb1ba9 part 18 1:M 11 Aug 2025 02:31:14.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:31:39.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:31:44.013 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:32:09.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:32:14.012 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:32:39.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:32:43.729 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-84681036:ctest-vn1-46600064 part 27 1:M 11 Aug 2025 02:32:43.730 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-84681036:ctest-vn2-69460680 part 25 1:M 11 Aug 2025 02:32:43.733 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:500e413e-be85-48c4-bdc6-83b632dff01e part 4 1:M 11 Aug 2025 02:32:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-84681036:d5e551f7-c6ab-48b0-b63b-101199ba2ac2 part 18 1:M 11 Aug 2025 02:32:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-84681036:d5e551f7-c6ab-48b0-b63b-101199ba2ac2 part 18 1:M 11 Aug 2025 02:32:43.735 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-84681036:d5e551f7-c6ab-48b0-b63b-101199ba2ac2 part 18 1:M 11 Aug 2025 02:32:44.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:33:09.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:33:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-84082442:ctest-ext_vn-79831333 part 21 1:M 11 Aug 2025 02:33:13.733 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-84082442:ctest-vn-79759838 part 28 1:M 11 Aug 2025 02:33:13.733 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-84082442:snat-si-left_snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11 part 28 1:M 11 Aug 2025 02:33:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:44528246-ec46-455e-96ab-51112333f60a part 11 1:M 11 Aug 2025 02:33:13.735 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2 part 9 1:M 11 Aug 2025 02:33:13.741 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:8779cc57-0932-47c7-95dd-e7ae1809fa24 part 14 1:M 11 Aug 2025 02:33:13.741 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:8779cc57-0932-47c7-95dd-e7ae1809fa24 part 14 1:M 11 Aug 2025 02:33:13.741 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:8779cc57-0932-47c7-95dd-e7ae1809fa24 part 14 1:M 11 Aug 2025 02:33:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2__left__2 part 12 1:M 11 Aug 2025 02:33:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2__left__2 part 12 1:M 11 Aug 2025 02:33:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2__left__2 part 12 1:M 11 Aug 2025 02:33:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2__right__1 part 14 1:M 11 Aug 2025 02:33:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2__right__1 part 14 1:M 11 Aug 2025 02:33:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-84082442:default-domain__ctest-TestRoutersBasic-84082442__snat_a3fae2f8-b2a5-4a7f-b8d0-2ce829473e3c_06108547-be72-4854-9891-640a8d33cf11__2__right__1 part 14 1:M 11 Aug 2025 02:33:14.012 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:33:39.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:33:44.022 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:34:09.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:34:14.017 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:34:39.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:34:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:ctest-vn-16976946 part 28 1:M 11 Aug 2025 02:34:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cafed177-30ae-450c-9e83-993ef5cb75fa part 6 1:M 11 Aug 2025 02:34:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cafed177-30ae-450c-9e83-993ef5cb75fa part 6 1:M 11 Aug 2025 02:34:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:f691dc46-551a-4fb8-a010-49b10387484d part 12 1:M 11 Aug 2025 02:34:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:f691dc46-551a-4fb8-a010-49b10387484d part 12 1:M 11 Aug 2025 02:34:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:f691dc46-551a-4fb8-a010-49b10387484d part 12 1:M 11 Aug 2025 02:34:44.015 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:35:09.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:35:14.017 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:35:39.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:35:44.018 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:36:09.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:36:13.731 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:ctest-vn1-31469622 part 26 1:M 11 Aug 2025 02:36:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c70d5f74-4e41-411b-9b07-fa9794abe006 part 7 1:M 11 Aug 2025 02:36:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c70d5f74-4e41-411b-9b07-fa9794abe006 part 7 1:M 11 Aug 2025 02:36:13.735 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:300aadfd-045f-4711-bd9e-3f8c1aaec597 part 12 1:M 11 Aug 2025 02:36:13.735 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:300aadfd-045f-4711-bd9e-3f8c1aaec597 part 12 1:M 11 Aug 2025 02:36:13.735 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-95272051:300aadfd-045f-4711-bd9e-3f8c1aaec597 part 12 1:M 11 Aug 2025 02:36:14.014 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:36:39.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:36:44.017 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:37:09.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:37:14.015 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:37:39.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:37:44.015 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:38:09.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:38:14.016 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:38:39.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:38:44.016 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:39:09.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:39:14.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:39:39.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:39:44.018 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:40:09.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:40:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64413137:ctest-vn-27490066 part 21 1:M 11 Aug 2025 02:40:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:88ee46cf-3d01-4eaa-adef-f9d65a2f6e7c part 5 1:M 11 Aug 2025 02:40:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:88ee46cf-3d01-4eaa-adef-f9d65a2f6e7c part 5 1:M 11 Aug 2025 02:40:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64413137:4a22a1ff-94b1-47c5-876b-1145cc9fbf5e part 15 1:M 11 Aug 2025 02:40:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64413137:4a22a1ff-94b1-47c5-876b-1145cc9fbf5e part 15 1:M 11 Aug 2025 02:40:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64413137:4a22a1ff-94b1-47c5-876b-1145cc9fbf5e part 15 1:M 11 Aug 2025 02:40:14.020 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:40:39.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:40:44.020 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:41:09.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:41:14.020 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:41:39.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:41:44.018 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:42:09.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:42:14.021 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:42:39.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:42:44.022 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:43:09.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:43:14.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:43:39.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:43:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-53338708:ctest-vn-34019692 part 20 1:M 11 Aug 2025 02:43:43.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-53338708:ctest-vn-42565337 part 21 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:447852d8-d8dc-4707-8cf4-34fa7c906849 part 9 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:447852d8-d8dc-4707-8cf4-34fa7c906849 part 9 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:61795cd1-aa29-4d1d-9bfe-02baf8291ae6 part 8 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:61795cd1-aa29-4d1d-9bfe-02baf8291ae6 part 8 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-53338708:4c0d5f6a-df90-494f-b94e-fab5dd9928d2 part 16 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-53338708:4c0d5f6a-df90-494f-b94e-fab5dd9928d2 part 16 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-53338708:4c0d5f6a-df90-494f-b94e-fab5dd9928d2 part 16 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-53338708:9ea9805b-4b25-4530-8098-079e8fa797ff part 13 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-53338708:9ea9805b-4b25-4530-8098-079e8fa797ff part 13 1:M 11 Aug 2025 02:43:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-53338708:9ea9805b-4b25-4530-8098-079e8fa797ff part 13 1:M 11 Aug 2025 02:43:44.018 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:44:09.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:44:13.732 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-80503259:ctest-bgpaas_vn-09103475 part 20 1:M 11 Aug 2025 02:44:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1ac8d769-df12-429a-b854-05e033738342 part 11 1:M 11 Aug 2025 02:44:13.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:4b772fd6-9c18-477b-937b-b106dfe6b4c1 part 19 1:M 11 Aug 2025 02:44:13.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:4b772fd6-9c18-477b-937b-b106dfe6b4c1 part 19 1:M 11 Aug 2025 02:44:13.746 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:4b772fd6-9c18-477b-937b-b106dfe6b4c1 part 19 1:M 11 Aug 2025 02:44:14.021 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:44:39.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:44:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-80503259:ctest-bgpaas_vn-28825523 part 20 1:M 11 Aug 2025 02:44:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:23f014c9-2b24-42cc-8353-2b6b6a3faba9 part 7 1:M 11 Aug 2025 02:44:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:0cd921ce-c289-4ea8-a412-488f6479a70e part 19 1:M 11 Aug 2025 02:44:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:0cd921ce-c289-4ea8-a412-488f6479a70e part 19 1:M 11 Aug 2025 02:44:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:0cd921ce-c289-4ea8-a412-488f6479a70e part 19 1:M 11 Aug 2025 02:44:44.025 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:45:09.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:45:13.733 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-80503259:ctest-bgpaas_vn-73207725 part 26 1:M 11 Aug 2025 02:45:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2fb54329-e272-45bf-a2fc-977bd794465f part 5 1:M 11 Aug 2025 02:45:13.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:88589b41-d967-444f-b787-73737ad2369f part 18 1:M 11 Aug 2025 02:45:13.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:88589b41-d967-444f-b787-73737ad2369f part 18 1:M 11 Aug 2025 02:45:13.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-80503259:88589b41-d967-444f-b787-73737ad2369f part 18 1:M 11 Aug 2025 02:45:14.023 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:45:39.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:45:44.026 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:46:09.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:46:14.026 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:46:39.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:46:44.024 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:47:09.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:47:14.026 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:47:39.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:47:43.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-53529496:ctest-SecurityGroupBasicRegressionTests1Ipv6-53529496-56353118 part 21 1:M 11 Aug 2025 02:47:43.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ee7f0011-32a7-48e5-9956-f4d302bcd106 part 5 1:M 11 Aug 2025 02:47:43.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ee7f0011-32a7-48e5-9956-f4d302bcd106 part 5 1:M 11 Aug 2025 02:47:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-53529496:f3ae0278-8b62-461e-aec0-76cfc253f7c6 part 13 1:M 11 Aug 2025 02:47:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-53529496:f3ae0278-8b62-461e-aec0-76cfc253f7c6 part 13 1:M 11 Aug 2025 02:47:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-53529496:f3ae0278-8b62-461e-aec0-76cfc253f7c6 part 13 1:M 11 Aug 2025 02:47:44.027 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:48:09.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:48:14.025 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:48:39.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:48:44.026 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:49:09.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:49:14.025 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:49:39.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:49:44.028 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:50:09.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:50:14.025 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:50:39.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:50:44.027 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:51:09.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:51:13.734 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61422100:ctest-SecurityGroupBasicRegressionTests1_contrail-61422100-87878941 part 27 1:M 11 Aug 2025 02:51:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:261f374b-4719-4ea6-9eb3-6ec1b4c887ae part 5 1:M 11 Aug 2025 02:51:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:261f374b-4719-4ea6-9eb3-6ec1b4c887ae part 5 1:M 11 Aug 2025 02:51:13.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61422100:8dd854aa-ae20-4f5f-9eac-2def33a15f14 part 15 1:M 11 Aug 2025 02:51:13.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61422100:8dd854aa-ae20-4f5f-9eac-2def33a15f14 part 15 1:M 11 Aug 2025 02:51:13.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61422100:8dd854aa-ae20-4f5f-9eac-2def33a15f14 part 15 1:M 11 Aug 2025 02:51:14.025 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:51:39.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:51:44.026 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:52:09.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:52:14.028 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:52:39.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:52:44.033 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:53:09.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:53:14.028 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:53:39.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:53:44.027 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:54:09.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:54:14.027 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:54:39.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:54:43.736 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-93730320:ctest-SecurityGroupBasicRegressionTests1-93730320-31111865 part 23 1:M 11 Aug 2025 02:54:43.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:15e84068-37cb-4f1e-a1eb-29602d142b23 part 11 1:M 11 Aug 2025 02:54:43.743 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:15e84068-37cb-4f1e-a1eb-29602d142b23 part 11 1:M 11 Aug 2025 02:54:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-93730320:9030295b-f8ac-4358-9ae4-dee4de135c62 part 18 1:M 11 Aug 2025 02:54:43.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-93730320:9030295b-f8ac-4358-9ae4-dee4de135c62 part 18 1:M 11 Aug 2025 02:54:43.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-93730320:9030295b-f8ac-4358-9ae4-dee4de135c62 part 18 1:M 11 Aug 2025 02:54:44.027 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:55:09.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:55:14.031 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:55:39.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:55:44.031 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:56:09.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:56:13.736 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestStaticRouteTables-83641622:ctest-vn-23437489 part 20 1:M 11 Aug 2025 02:56:13.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:22ec860f-7b56-467e-9c57-e86c7ce69f6f part 9 1:M 11 Aug 2025 02:56:13.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:22ec860f-7b56-467e-9c57-e86c7ce69f6f part 9 1:M 11 Aug 2025 02:56:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestStaticRouteTables-83641622:3085e699-f5f9-4fec-b7d6-4b51e0bc416e part 17 1:M 11 Aug 2025 02:56:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestStaticRouteTables-83641622:3085e699-f5f9-4fec-b7d6-4b51e0bc416e part 17 1:M 11 Aug 2025 02:56:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestStaticRouteTables-83641622:3085e699-f5f9-4fec-b7d6-4b51e0bc416e part 17 1:M 11 Aug 2025 02:56:14.028 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:56:39.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:56:44.031 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:57:09.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:57:14.029 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:57:39.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:57:43.738 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestStaticRouteTables-83641622:ctest-vn-75081688 part 25 1:M 11 Aug 2025 02:57:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:03c19351-d537-4b04-871a-f0b1bed5f217 part 9 1:M 11 Aug 2025 02:57:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:03c19351-d537-4b04-871a-f0b1bed5f217 part 9 1:M 11 Aug 2025 02:57:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestStaticRouteTables-83641622:67898242-0b5f-4f8c-876a-2883238a04b1 part 15 1:M 11 Aug 2025 02:57:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestStaticRouteTables-83641622:67898242-0b5f-4f8c-876a-2883238a04b1 part 15 1:M 11 Aug 2025 02:57:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestStaticRouteTables-83641622:67898242-0b5f-4f8c-876a-2883238a04b1 part 15 1:M 11 Aug 2025 02:57:44.033 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:58:09.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:58:13.738 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-87106933:ctest-third-vn-14602973 part 23 1:M 11 Aug 2025 02:58:13.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:31edc9a5-4430-423e-adc9-72e4f803d38d part 8 1:M 11 Aug 2025 02:58:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-87106933:26e9b9e4-47bf-4838-825a-3e7256f365b7 part 19 1:M 11 Aug 2025 02:58:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-87106933:26e9b9e4-47bf-4838-825a-3e7256f365b7 part 19 1:M 11 Aug 2025 02:58:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-87106933:26e9b9e4-47bf-4838-825a-3e7256f365b7 part 19 1:M 11 Aug 2025 02:58:14.033 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:58:39.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:58:43.738 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-87106933:ctest-left_vn-65937026 part 29 1:M 11 Aug 2025 02:58:43.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:231f62ba-6612-47be-b10d-505447c3ac5d part 4 1:M 11 Aug 2025 02:58:43.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-87106933:70cb68ae-d148-47eb-8d54-95f2dca97d4b part 14 1:M 11 Aug 2025 02:58:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-87106933:70cb68ae-d148-47eb-8d54-95f2dca97d4b part 14 1:M 11 Aug 2025 02:58:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-87106933:70cb68ae-d148-47eb-8d54-95f2dca97d4b part 14 1:M 11 Aug 2025 02:58:44.036 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:59:09.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:59:14.036 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:59:39.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 02:59:44.036 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:00:09.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:00:14.034 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:00:39.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:00:44.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:01:09.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:01:14.040 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:01:39.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:01:44.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:02:09.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:02:14.035 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:02:39.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:02:44.036 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:03:09.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:03:14.036 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:03:39.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:03:43.737 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-95529231:ctest-vn1-vdns-11091133 part 25 1:M 11 Aug 2025 03:03:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ccc08b70-3a01-4f9a-ace5-accbd132333b part 8 1:M 11 Aug 2025 03:03:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ccc08b70-3a01-4f9a-ace5-accbd132333b part 8 1:M 11 Aug 2025 03:03:43.746 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-95529231:7f62df5a-1d5d-41d7-bcc3-9f9960225f89 part 19 1:M 11 Aug 2025 03:03:43.746 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-95529231:7f62df5a-1d5d-41d7-bcc3-9f9960225f89 part 19 1:M 11 Aug 2025 03:03:43.746 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-95529231:7f62df5a-1d5d-41d7-bcc3-9f9960225f89 part 19 1:M 11 Aug 2025 03:03:44.037 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:04:09.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:04:14.039 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:04:39.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:04:44.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:05:09.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:05:14.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:05:39.113 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:05:44.037 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:06:09.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:06:14.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:06:39.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:06:44.040 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:07:09.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:07:14.039 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:07:39.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:07:44.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:08:09.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:08:14.038 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:08:39.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:08:44.057 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:09:09.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:09:14.043 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:09:39.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:09:44.043 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:10:09.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:10:14.039 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:10:39.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:10:44.039 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:11:09.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:11:13.739 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicIPv6VMVNx-58054094:ctest-vn-82454467 part 21 1:M 11 Aug 2025 03:11:13.746 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:045ff942-05e0-421f-99b1-0d986542d975 part 8 1:M 11 Aug 2025 03:11:13.746 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:045ff942-05e0-421f-99b1-0d986542d975 part 8 1:M 11 Aug 2025 03:11:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicIPv6VMVNx-58054094:3619edfa-20bc-4eac-bbba-f21eace5fc0d part 13 1:M 11 Aug 2025 03:11:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicIPv6VMVNx-58054094:3619edfa-20bc-4eac-bbba-f21eace5fc0d part 13 1:M 11 Aug 2025 03:11:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicIPv6VMVNx-58054094:3619edfa-20bc-4eac-bbba-f21eace5fc0d part 13 1:M 11 Aug 2025 03:11:14.040 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:11:39.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:11:44.040 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:12:09.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:12:14.041 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:12:39.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:12:44.042 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:13:09.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:13:14.044 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:13:39.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:13:44.047 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:14:09.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:14:13.740 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-47305447:ctest-fvn-68882308 part 28 1:M 11 Aug 2025 03:14:13.740 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-47305447:ctest-vn1-90008614 part 24 1:M 11 Aug 2025 03:14:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:18c5171a-db0e-474c-931c-e42d416ea5fb part 6 1:M 11 Aug 2025 03:14:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:18c5171a-db0e-474c-931c-e42d416ea5fb part 6 1:M 11 Aug 2025 03:14:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-47305447:ef83f03d-ea6d-469e-8b70-cf191246b993 part 19 1:M 11 Aug 2025 03:14:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-47305447:ef83f03d-ea6d-469e-8b70-cf191246b993 part 19 1:M 11 Aug 2025 03:14:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-47305447:ef83f03d-ea6d-469e-8b70-cf191246b993 part 19 1:M 11 Aug 2025 03:14:14.041 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:14:39.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:14:44.044 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:15:09.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:15:14.046 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:15:39.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:15:43.741 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-61705151:ctest-vn-28782237 part 22 1:M 11 Aug 2025 03:15:43.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:54d3cdef-d6bf-4a5d-a39b-728e57932334 part 4 1:M 11 Aug 2025 03:15:43.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:eac4e944-38da-41d2-b4f7-838ad63b6231 part 9 1:M 11 Aug 2025 03:15:43.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:eac4e944-38da-41d2-b4f7-838ad63b6231 part 9 1:M 11 Aug 2025 03:15:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-61705151:6f1b8c60-4605-47e3-b08b-21f2f742cfc3 part 19 1:M 11 Aug 2025 03:15:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-61705151:6f1b8c60-4605-47e3-b08b-21f2f742cfc3 part 19 1:M 11 Aug 2025 03:15:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-61705151:6f1b8c60-4605-47e3-b08b-21f2f742cfc3 part 19 1:M 11 Aug 2025 03:15:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-61705151:e69d4ac4-063a-4189-b0cc-f5d0fb8de5e0 part 14 1:M 11 Aug 2025 03:15:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-61705151:e69d4ac4-063a-4189-b0cc-f5d0fb8de5e0 part 14 1:M 11 Aug 2025 03:15:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-61705151:e69d4ac4-063a-4189-b0cc-f5d0fb8de5e0 part 14 1:M 11 Aug 2025 03:15:44.044 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:16:09.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:16:14.043 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:16:39.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:16:44.042 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:17:09.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:17:14.044 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:17:39.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:17:44.045 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:18:09.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:18:14.045 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:18:39.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:18:44.047 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:19:09.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:19:14.047 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:19:39.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:19:44.044 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:20:09.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:20:14.045 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:20:39.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:20:44.046 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:21:09.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:21:13.742 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:ctest-vn-17948426 part 25 1:M 11 Aug 2025 03:21:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:82d2e9ea-f9a9-427c-b773-403d00a2451a part 10 1:M 11 Aug 2025 03:21:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:82d2e9ea-f9a9-427c-b773-403d00a2451a part 10 1:M 11 Aug 2025 03:21:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:957dc150-b249-4717-b354-fb19861246e9 part 8 1:M 11 Aug 2025 03:21:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:957dc150-b249-4717-b354-fb19861246e9 part 8 1:M 11 Aug 2025 03:21:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:7584ed85-30d2-4273-8dff-c82dce97a3bd part 15 1:M 11 Aug 2025 03:21:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:7584ed85-30d2-4273-8dff-c82dce97a3bd part 15 1:M 11 Aug 2025 03:21:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:7584ed85-30d2-4273-8dff-c82dce97a3bd part 15 1:M 11 Aug 2025 03:21:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:871df9f5-8df4-4ec6-bbb9-59325cdca38e part 13 1:M 11 Aug 2025 03:21:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:871df9f5-8df4-4ec6-bbb9-59325cdca38e part 13 1:M 11 Aug 2025 03:21:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-07369342:871df9f5-8df4-4ec6-bbb9-59325cdca38e part 13 1:M 11 Aug 2025 03:21:14.055 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:21:39.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:21:44.047 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:22:09.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:22:14.045 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:22:39.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:22:43.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-32020258:ctest-random-67512517 part 25 1:M 11 Aug 2025 03:22:43.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8ce7bbd7-7758-43c3-afb5-9bb0ac8cb443 part 6 1:M 11 Aug 2025 03:22:43.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-32020258:5e36c0e2-ae9b-4390-a980-e59aa6ad6b41 part 18 1:M 11 Aug 2025 03:22:43.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-32020258:5e36c0e2-ae9b-4390-a980-e59aa6ad6b41 part 18 1:M 11 Aug 2025 03:22:43.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-32020258:5e36c0e2-ae9b-4390-a980-e59aa6ad6b41 part 18 1:M 11 Aug 2025 03:22:44.050 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:23:09.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:23:14.052 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:23:39.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:23:44.051 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:24:09.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:24:14.047 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:24:39.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:24:44.050 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:25:09.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:25:14.049 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:25:39.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:25:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vn-05196645 part 29 1:M 11 Aug 2025 03:25:43.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vn-10966688 part 23 1:M 11 Aug 2025 03:25:43.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vn-17187359 part 24 1:M 11 Aug 2025 03:25:43.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:793f9a0d-9d12-4c9f-97d2-3a9ecf5a6ea6 part 7 1:M 11 Aug 2025 03:25:43.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:793f9a0d-9d12-4c9f-97d2-3a9ecf5a6ea6 part 7 1:M 11 Aug 2025 03:25:43.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:972af883-0d1b-4283-b9ea-698ceb98de00 part 9 1:M 11 Aug 2025 03:25:43.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:972af883-0d1b-4283-b9ea-698ceb98de00 part 9 1:M 11 Aug 2025 03:25:43.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-42624040 part 17 1:M 11 Aug 2025 03:25:43.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-42624040 part 17 1:M 11 Aug 2025 03:25:43.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-42624040 part 17 1:M 11 Aug 2025 03:25:43.764 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-67161524 part 19 1:M 11 Aug 2025 03:25:43.765 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-67161524 part 19 1:M 11 Aug 2025 03:25:43.765 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-67161524 part 19 1:M 11 Aug 2025 03:25:43.767 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-73104667 part 13 1:M 11 Aug 2025 03:25:43.768 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-73104667 part 13 1:M 11 Aug 2025 03:25:43.768 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-73104667 part 13 1:M 11 Aug 2025 03:25:43.769 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-77000347 part 15 1:M 11 Aug 2025 03:25:43.770 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-77000347 part 15 1:M 11 Aug 2025 03:25:43.772 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-56849397:ctest-vmi-77000347 part 15 1:M 11 Aug 2025 03:25:44.048 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:26:09.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:26:14.050 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:26:39.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:26:44.050 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:27:09.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:27:14.051 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:27:39.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:27:44.052 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:28:09.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:28:13.744 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-13334863:ctest-vn-72689943 part 25 1:M 11 Aug 2025 03:28:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:55f6be5a-aa28-4c6f-ad1f-58bd05460e5d part 7 1:M 11 Aug 2025 03:28:13.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:55f6be5a-aa28-4c6f-ad1f-58bd05460e5d part 7 1:M 11 Aug 2025 03:28:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:58361fdb-f24b-4319-8371-ead71d2f01cc part 12 1:M 11 Aug 2025 03:28:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:58361fdb-f24b-4319-8371-ead71d2f01cc part 12 1:M 11 Aug 2025 03:28:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:58361fdb-f24b-4319-8371-ead71d2f01cc part 12 1:M 11 Aug 2025 03:28:14.050 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:28:39.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:28:44.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:29:09.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:29:14.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:29:39.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:29:44.052 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:30:09.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:30:14.052 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:30:39.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:30:44.052 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:31:09.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:31:14.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:31:39.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:31:43.745 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-13334863:ctest-vn-58773820 part 25 1:M 11 Aug 2025 03:31:43.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5cc4fd67-f24a-4abc-801c-bb577f119d75 part 10 1:M 11 Aug 2025 03:31:43.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5cc4fd67-f24a-4abc-801c-bb577f119d75 part 10 1:M 11 Aug 2025 03:31:43.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:abd16427-e69a-43de-b9cf-4bc97707814c part 4 1:M 11 Aug 2025 03:31:43.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:abd16427-e69a-43de-b9cf-4bc97707814c part 4 1:M 11 Aug 2025 03:31:43.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:49866cd9-1912-4013-a1af-3197554f848a part 14 1:M 11 Aug 2025 03:31:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:49866cd9-1912-4013-a1af-3197554f848a part 14 1:M 11 Aug 2025 03:31:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:49866cd9-1912-4013-a1af-3197554f848a part 14 1:M 11 Aug 2025 03:31:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:660b1e07-0ebf-4772-a797-049a7bd6255f part 17 1:M 11 Aug 2025 03:31:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:660b1e07-0ebf-4772-a797-049a7bd6255f part 17 1:M 11 Aug 2025 03:31:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-13334863:660b1e07-0ebf-4772-a797-049a7bd6255f part 17 1:M 11 Aug 2025 03:31:44.051 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:32:09.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:32:14.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:32:39.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:32:44.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:33:09.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:33:14.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:33:39.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:33:43.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:ctest-vn1-39161027 part 29 1:M 11 Aug 2025 03:33:43.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:74854032-3d0f-41c2-b06a-25cd496540f0 part 10 1:M 11 Aug 2025 03:33:43.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:74854032-3d0f-41c2-b06a-25cd496540f0 part 10 1:M 11 Aug 2025 03:33:43.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:feed52eb-637d-48f4-8d65-6e537ec16469 part 8 1:M 11 Aug 2025 03:33:43.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:feed52eb-637d-48f4-8d65-6e537ec16469 part 8 1:M 11 Aug 2025 03:33:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:86585f76-d97c-45d9-b264-bf034093cf67 part 17 1:M 11 Aug 2025 03:33:43.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:86585f76-d97c-45d9-b264-bf034093cf67 part 17 1:M 11 Aug 2025 03:33:43.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:86585f76-d97c-45d9-b264-bf034093cf67 part 17 1:M 11 Aug 2025 03:33:43.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:de080b27-e871-45a4-ae8c-6a6585353eb3 part 14 1:M 11 Aug 2025 03:33:43.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:de080b27-e871-45a4-ae8c-6a6585353eb3 part 14 1:M 11 Aug 2025 03:33:43.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-40575817:de080b27-e871-45a4-ae8c-6a6585353eb3 part 14 1:M 11 Aug 2025 03:33:44.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:34:09.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:34:14.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:34:39.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:34:44.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:35:09.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:35:14.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:35:39.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:35:44.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:36:09.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:36:14.053 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:36:39.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:36:44.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:37:09.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:37:14.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:37:39.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:37:44.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:38:09.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:38:14.055 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:38:39.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:38:44.054 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:39:09.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:39:14.058 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:39:39.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:39:44.055 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:40:09.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:40:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:ctest-vn1-61012477 part 28 1:M 11 Aug 2025 03:40:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:ctest-vn2-64555423 part 27 1:M 11 Aug 2025 03:40:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:008a50a4-aadf-416d-8c0c-35b916dce3d2 part 4 1:M 11 Aug 2025 03:40:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:008a50a4-aadf-416d-8c0c-35b916dce3d2 part 4 1:M 11 Aug 2025 03:40:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:70976a35-1935-42f5-8631-02fe7b0d718f part 4 1:M 11 Aug 2025 03:40:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:70976a35-1935-42f5-8631-02fe7b0d718f part 4 1:M 11 Aug 2025 03:40:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c581c1fa-d9a0-438e-9deb-9e16d8834918 part 5 1:M 11 Aug 2025 03:40:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c581c1fa-d9a0-438e-9deb-9e16d8834918 part 5 1:M 11 Aug 2025 03:40:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:187c8e8b-97a9-4b27-9b2a-6d5163fcc95f part 16 1:M 11 Aug 2025 03:40:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:187c8e8b-97a9-4b27-9b2a-6d5163fcc95f part 16 1:M 11 Aug 2025 03:40:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:187c8e8b-97a9-4b27-9b2a-6d5163fcc95f part 16 1:M 11 Aug 2025 03:40:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:9f54aeee-5449-4dc0-92e0-191857c31ce8 part 13 1:M 11 Aug 2025 03:40:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:9f54aeee-5449-4dc0-92e0-191857c31ce8 part 13 1:M 11 Aug 2025 03:40:13.764 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:9f54aeee-5449-4dc0-92e0-191857c31ce8 part 13 1:M 11 Aug 2025 03:40:13.764 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:b3a63b95-4536-4317-8731-571429d0dea6 part 17 1:M 11 Aug 2025 03:40:13.764 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:b3a63b95-4536-4317-8731-571429d0dea6 part 17 1:M 11 Aug 2025 03:40:13.766 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:b3a63b95-4536-4317-8731-571429d0dea6 part 17 1:M 11 Aug 2025 03:40:13.767 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:c9e2c79f-0e29-47a2-8006-07301c3b3fb2 part 14 1:M 11 Aug 2025 03:40:13.767 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:c9e2c79f-0e29-47a2-8006-07301c3b3fb2 part 14 1:M 11 Aug 2025 03:40:13.768 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87051251:c9e2c79f-0e29-47a2-8006-07301c3b3fb2 part 14 1:M 11 Aug 2025 03:40:14.059 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:40:39.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:40:44.056 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:41:09.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:41:14.163 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:41:39.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:41:44.059 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:42:09.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:42:14.057 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:42:39.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:42:44.058 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:43:09.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:43:13.747 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-14377496:ctest-bgpaas_vn-71251831 part 25 1:M 11 Aug 2025 03:43:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5e981217-3521-4f27-939f-e7f7dd9ec7c3 part 7 1:M 11 Aug 2025 03:43:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5e981217-3521-4f27-939f-e7f7dd9ec7c3 part 7 1:M 11 Aug 2025 03:43:13.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-14377496:f5a566fb-bf77-430a-97c7-786eaab304a1 part 15 1:M 11 Aug 2025 03:43:13.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-14377496:f5a566fb-bf77-430a-97c7-786eaab304a1 part 15 1:M 11 Aug 2025 03:43:13.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-14377496:f5a566fb-bf77-430a-97c7-786eaab304a1 part 15 1:M 11 Aug 2025 03:43:14.057 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:43:39.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:43:44.060 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:44:09.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:44:14.059 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:44:39.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:44:44.058 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:45:09.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:45:14.059 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:45:39.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:45:44.059 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:46:09.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:46:14.058 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:46:39.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:46:44.061 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:47:09.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:47:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-19878428:ctest-cnz_vn-66676608 part 24 1:M 11 Aug 2025 03:47:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:523fd59a-de50-4d44-b4b5-03d138ee695f part 6 1:M 11 Aug 2025 03:47:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:523fd59a-de50-4d44-b4b5-03d138ee695f part 6 1:M 11 Aug 2025 03:47:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ab62d755-b733-4aa7-a109-0713f8e95aea part 11 1:M 11 Aug 2025 03:47:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ab62d755-b733-4aa7-a109-0713f8e95aea part 11 1:M 11 Aug 2025 03:47:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:cf0abc6e-6b8c-42da-a5aa-3d4d8282db0a part 16 1:M 11 Aug 2025 03:47:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:cf0abc6e-6b8c-42da-a5aa-3d4d8282db0a part 16 1:M 11 Aug 2025 03:47:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:cf0abc6e-6b8c-42da-a5aa-3d4d8282db0a part 16 1:M 11 Aug 2025 03:47:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:fe7df844-8da4-44f2-849a-bada17090876 part 15 1:M 11 Aug 2025 03:47:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:fe7df844-8da4-44f2-849a-bada17090876 part 15 1:M 11 Aug 2025 03:47:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:fe7df844-8da4-44f2-849a-bada17090876 part 15 1:M 11 Aug 2025 03:47:14.060 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:47:39.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:47:44.060 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:48:09.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:48:14.060 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:48:39.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:48:44.064 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:49:09.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:49:14.060 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:49:39.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:49:43.749 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-19878428:ctest-cnz_vn-04466468 part 27 1:M 11 Aug 2025 03:49:43.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0de27f6d-b658-4507-b075-74365619e435 part 8 1:M 11 Aug 2025 03:49:43.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0de27f6d-b658-4507-b075-74365619e435 part 8 1:M 11 Aug 2025 03:49:43.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:954f1b9f-f809-4296-8eaa-644542816297 part 13 1:M 11 Aug 2025 03:49:43.758 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:954f1b9f-f809-4296-8eaa-644542816297 part 13 1:M 11 Aug 2025 03:49:43.759 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-19878428:954f1b9f-f809-4296-8eaa-644542816297 part 13 1:M 11 Aug 2025 03:49:44.061 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:50:09.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:50:14.061 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:50:39.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:50:44.062 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:51:09.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:51:14.061 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:51:39.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:51:44.063 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:52:09.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:52:13.748 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDSNAT-81723129:ctest-dsnat_vn-96001968 part 25 1:M 11 Aug 2025 03:52:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8b723780-e0bc-47b3-9b9b-d4e20cdaf5b2 part 4 1:M 11 Aug 2025 03:52:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8b723780-e0bc-47b3-9b9b-d4e20cdaf5b2 part 4 1:M 11 Aug 2025 03:52:13.759 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDSNAT-81723129:8f0e36d1-4806-441c-bc07-8dbd2fce68a5 part 17 1:M 11 Aug 2025 03:52:13.759 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDSNAT-81723129:8f0e36d1-4806-441c-bc07-8dbd2fce68a5 part 17 1:M 11 Aug 2025 03:52:13.759 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDSNAT-81723129:8f0e36d1-4806-441c-bc07-8dbd2fce68a5 part 17 1:M 11 Aug 2025 03:52:14.061 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:52:39.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:52:44.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:53:09.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:53:14.062 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:53:39.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:53:44.063 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:54:09.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:54:14.065 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:54:39.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:54:44.067 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:55:09.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:55:14.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:55:39.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:55:44.065 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:56:09.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:56:14.063 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:56:39.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:56:44.069 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:57:09.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:57:14.064 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:57:39.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:57:44.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:58:09.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:58:14.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:58:39.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:58:44.067 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:59:09.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:59:14.067 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:59:39.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 03:59:44.065 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:00:09.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:00:14.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:00:39.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:00:44.070 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:01:09.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:01:14.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:01:39.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:01:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesVxlan-36262215:EVPN-L2-VN part 24 1:M 11 Aug 2025 04:01:43.750 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesVxlan-36262215:EVPN-MGMT-VN part 23 1:M 11 Aug 2025 04:01:43.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cae5dc9d-27f3-4704-aa0d-631f9425f896 part 11 1:M 11 Aug 2025 04:01:43.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cae5dc9d-27f3-4704-aa0d-631f9425f896 part 11 1:M 11 Aug 2025 04:01:43.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesVxlan-36262215:9f183950-de28-4b12-bde0-ae7a52b3b659 part 17 1:M 11 Aug 2025 04:01:43.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesVxlan-36262215:9f183950-de28-4b12-bde0-ae7a52b3b659 part 17 1:M 11 Aug 2025 04:01:43.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesVxlan-36262215:9f183950-de28-4b12-bde0-ae7a52b3b659 part 17 1:M 11 Aug 2025 04:01:43.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesVxlan-36262215:be2a9a6b-6d5b-4e60-b132-7bc2cc66803c part 19 1:M 11 Aug 2025 04:01:43.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesVxlan-36262215:be2a9a6b-6d5b-4e60-b132-7bc2cc66803c part 19 1:M 11 Aug 2025 04:01:43.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesVxlan-36262215:be2a9a6b-6d5b-4e60-b132-7bc2cc66803c part 19 1:M 11 Aug 2025 04:01:44.067 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:02:09.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:02:14.066 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:02:39.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:02:44.070 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:03:09.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:03:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-08525560:test_vnv6sr part 23 1:M 11 Aug 2025 04:03:13.756 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:103337f3-586a-47ad-a1bd-f5ea00ec0f92 part 9 1:M 11 Aug 2025 04:03:13.757 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:103337f3-586a-47ad-a1bd-f5ea00ec0f92 part 9 1:M 11 Aug 2025 04:03:13.772 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:28049d25-d8c0-44f2-8f7f-38959dc4bc62 part 17 1:M 11 Aug 2025 04:03:13.774 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:28049d25-d8c0-44f2-8f7f-38959dc4bc62 part 17 1:M 11 Aug 2025 04:03:13.775 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:28049d25-d8c0-44f2-8f7f-38959dc4bc62 part 17 1:M 11 Aug 2025 04:03:14.128 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:03:39.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:03:44.067 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:04:09.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:04:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-08525560:test_vnv6sr part 23 1:M 11 Aug 2025 04:04:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-08525560:vn1 part 24 1:M 11 Aug 2025 04:04:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:81fc08f0-e3d0-46a3-bbe9-71bd024c7487 part 6 1:M 11 Aug 2025 04:04:13.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:aefe845e-e1ae-44b6-a759-ed381f656c73 part 11 1:M 11 Aug 2025 04:04:13.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:aefe845e-e1ae-44b6-a759-ed381f656c73 part 11 1:M 11 Aug 2025 04:04:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:d0a9c15c-2f5c-478f-9af4-8ab3dcae649d part 12 1:M 11 Aug 2025 04:04:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:d0a9c15c-2f5c-478f-9af4-8ab3dcae649d part 12 1:M 11 Aug 2025 04:04:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:d0a9c15c-2f5c-478f-9af4-8ab3dcae649d part 12 1:M 11 Aug 2025 04:04:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:d2b7ca22-18a1-4775-b4ab-5f0afaa6a0b0 part 18 1:M 11 Aug 2025 04:04:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:d2b7ca22-18a1-4775-b4ab-5f0afaa6a0b0 part 18 1:M 11 Aug 2025 04:04:13.764 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-08525560:d2b7ca22-18a1-4775-b4ab-5f0afaa6a0b0 part 18 1:M 11 Aug 2025 04:04:14.069 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:04:39.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:04:44.072 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:05:09.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:05:14.069 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:05:39.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:05:44.070 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:06:09.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:06:14.069 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:06:39.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:06:44.074 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:07:09.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:07:14.069 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:07:39.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:07:44.070 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:08:09.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:08:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPbbEvpnMacLearning-23920326:vn1 part 29 1:M 11 Aug 2025 04:08:13.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6fb3b651-c14d-419f-8fbf-adcae28457df part 8 1:M 11 Aug 2025 04:08:13.755 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6fb3b651-c14d-419f-8fbf-adcae28457df part 8 1:M 11 Aug 2025 04:08:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPbbEvpnMacLearning-23920326:ctest-vmi-37798996 part 13 1:M 11 Aug 2025 04:08:13.766 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPbbEvpnMacLearning-23920326:ctest-vmi-37798996 part 13 1:M 11 Aug 2025 04:08:13.768 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPbbEvpnMacLearning-23920326:ctest-vmi-37798996 part 13 1:M 11 Aug 2025 04:08:14.071 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:08:39.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:08:44.073 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:09:09.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:09:13.751 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRbac-65977225:ctest-TestRbac-65977225-59934785 part 23 1:M 11 Aug 2025 04:09:13.753 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:371a509b-2b4a-4900-9942-590884a08112 part 10 1:M 11 Aug 2025 04:09:13.761 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbac-63150586:55bff7c7-c756-45d3-bc7c-7fd3038e24ac part 18 1:M 11 Aug 2025 04:09:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbac-63150586:55bff7c7-c756-45d3-bc7c-7fd3038e24ac part 18 1:M 11 Aug 2025 04:09:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbac-63150586:55bff7c7-c756-45d3-bc7c-7fd3038e24ac part 18 1:M 11 Aug 2025 04:09:14.071 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:09:39.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:09:44.075 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:10:09.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:10:14.075 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:10:39.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:10:44.071 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:11:09.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:11:14.072 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:11:39.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:11:44.075 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:12:09.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:12:14.074 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:12:39.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:12:44.076 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:00.106 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 1:M 11 Aug 2025 04:13:00.106 * Add cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 to NGENERATORS 1:M 11 Aug 2025 04:13:00.106 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 done 1:M 11 Aug 2025 04:13:00.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:00.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:09.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:14.074 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:30.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:39.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:13:44.073 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:14:00.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:14:09.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:14:13.752 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn1-26888578 part 20 1:M 11 Aug 2025 04:14:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:edd857ec-0e43-43e7-a7a3-acd06f4fbc9f part 7 1:M 11 Aug 2025 04:14:13.754 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:edd857ec-0e43-43e7-a7a3-acd06f4fbc9f part 7 1:M 11 Aug 2025 04:14:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-55060299:badb07f4-63c2-4ae2-a4a4-cdc9a98f5f4e part 15 1:M 11 Aug 2025 04:14:13.762 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-55060299:badb07f4-63c2-4ae2-a4a4-cdc9a98f5f4e part 15 1:M 11 Aug 2025 04:14:13.763 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-55060299:badb07f4-63c2-4ae2-a4a4-cdc9a98f5f4e part 15 1:M 11 Aug 2025 04:14:14.073 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:14:15.386 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn1-26888578 part 20 1:M 11 Aug 2025 04:14:30.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:14:39.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:14:44.077 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:00.113 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:09.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:14.074 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:30.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:39.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:44.076 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:48.153 * DelRequest for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 1:M 11 Aug 2025 04:15:48.153 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 11 Aug 2025 04:15:48.153 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 11 Aug 2025 04:15:48.154 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 11 Aug 2025 04:15:48.154 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 11 Aug 2025 04:15:48.154 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 11 Aug 2025 04:15:48.154 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 11 Aug 2025 04:15:48.154 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 11 Aug 2025 04:15:48.154 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 11 Aug 2025 04:15:48.154 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 11 Aug 2025 04:15:48.154 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 11 Aug 2025 04:15:48.154 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 11 Aug 2025 04:15:48.154 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 11 Aug 2025 04:15:48.155 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 11 Aug 2025 04:15:48.155 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 11 Aug 2025 04:15:48.155 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 11 Aug 2025 04:15:48.155 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 11 Aug 2025 04:15:48.155 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 11 Aug 2025 04:15:48.155 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 11 Aug 2025 04:15:48.155 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 11 Aug 2025 04:15:48.155 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 11 Aug 2025 04:15:48.155 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 11 Aug 2025 04:15:48.155 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 11 Aug 2025 04:15:48.155 * Read UVES:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 11 Aug 2025 04:15:48.155 * Delete an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 11 Aug 2025 04:15:48.155 * Remove an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 11 Aug 2025 04:15:48.155 * Delete Request for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 successful 1:M 11 Aug 2025 04:15:48.159 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:10.20.0.201 part 27 1:M 11 Aug 2025 04:15:48.159 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:10.20.0.201 part 27 1:M 11 Aug 2025 04:15:52.111 * GetSeq for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 1:M 11 Aug 2025 04:15:52.111 * Add an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 11 Aug 2025 04:15:52.111 * GetSeq for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 done 1:M 11 Aug 2025 04:15:52.113 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:52.114 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:56.595 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:NodeStatus 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:NodeStatus [#1] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:PeerStatsData 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:PeerStatsData [#2] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:ModuleClientState 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:ModuleClientState [#1] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:XmppPeerInfoData 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:PeerFlapData 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:PeerFlapData [#2] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:BgpRouterState 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:BgpRouterState [#1] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:RoutingInstanceStatsData 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:RoutingInstanceStatsData [#7] 1:M 11 Aug 2025 04:15:56.595 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:BgpPeerInfoData 1:M 11 Aug 2025 04:15:56.595 * Delete cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 11 Aug 2025 04:15:56.595 * Remove cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 from NGENERATORS 1:M 11 Aug 2025 04:15:56.595 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 successful 1:M 11 Aug 2025 04:15:56.977 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 1:M 11 Aug 2025 04:15:56.977 * Add cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 to NGENERATORS 1:M 11 Aug 2025 04:15:56.977 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 done 1:M 11 Aug 2025 04:15:56.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:15:57.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:02.597 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 1:M 11 Aug 2025 04:16:02.597 * Add cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 to NGENERATORS 1:M 11 Aug 2025 04:16:02.597 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 done 1:M 11 Aug 2025 04:16:02.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:02.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:08.177 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 1:M 11 Aug 2025 04:16:08.177 * Add cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 to NGENERATORS 1:M 11 Aug 2025 04:16:08.178 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 done 1:M 11 Aug 2025 04:16:08.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:08.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:09.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:22.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:26.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:32.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:38.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:39.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:52.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:16:57.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:02.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:08.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:09.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:22.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:26.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:32.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:38.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:39.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:52.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:17:56.988 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:02.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:08.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:09.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:22.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:26.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:32.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:38.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:39.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:52.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:18:56.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:02.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:08.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:09.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:22.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:26.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:32.599 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:38.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:39.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:41.158 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3794-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3794-2 1:M 11 Aug 2025 04:19:41.985 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn2-36308942 part 22 1:M 11 Aug 2025 04:19:41.986 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn2-36308942 part 22 1:M 11 Aug 2025 04:19:41.989 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn2-36308942 part 22 1:M 11 Aug 2025 04:19:42.570 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn1-86476671 part 27 1:M 11 Aug 2025 04:19:42.570 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn1-86476671 part 27 1:M 11 Aug 2025 04:19:42.576 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn1-86476671 part 27 1:M 11 Aug 2025 04:19:51.910 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-55060299:ctest-vn1-86476671 part 27 1:M 11 Aug 2025 04:19:51.910 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:26d857f3-e82f-40e4-90dc-c16126c6476f part 7 1:M 11 Aug 2025 04:19:51.910 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:26d857f3-e82f-40e4-90dc-c16126c6476f part 7 1:M 11 Aug 2025 04:19:51.910 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-55060299:66f12e56-f30c-429f-be15-5c29903c01a0 part 17 1:M 11 Aug 2025 04:19:51.910 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-55060299:66f12e56-f30c-429f-be15-5c29903c01a0 part 17 1:M 11 Aug 2025 04:19:51.911 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-55060299:66f12e56-f30c-429f-be15-5c29903c01a0 part 17 1:M 11 Aug 2025 04:19:52.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:19:56.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:02.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:08.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:09.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:22.112 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:26.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:32.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:38.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:39.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:52.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:20:56.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:02.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:08.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:09.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:21.912 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-93890435 part 23 1:M 11 Aug 2025 04:21:21.912 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:95629a55-5ff3-4411-9ac8-1286f4fa3dba part 10 1:M 11 Aug 2025 04:21:21.912 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:95629a55-5ff3-4411-9ac8-1286f4fa3dba part 10 1:M 11 Aug 2025 04:21:21.912 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-84817136:0181e162-cde5-4b79-8c17-ecf43ce6a627 part 12 1:M 11 Aug 2025 04:21:21.912 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-84817136:0181e162-cde5-4b79-8c17-ecf43ce6a627 part 12 1:M 11 Aug 2025 04:21:21.912 * DelUVE on an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-84817136:0181e162-cde5-4b79-8c17-ecf43ce6a627 part 12 1:M 11 Aug 2025 04:21:22.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:26.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:32.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:38.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:39.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:45.119 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-93890435 part 23 1:M 11 Aug 2025 04:21:45.119 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-93890435 part 23 1:M 11 Aug 2025 04:21:45.119 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-93890435 part 23 1:M 11 Aug 2025 04:21:45.288 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-81674662 part 28 1:M 11 Aug 2025 04:21:45.288 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-81674662 part 28 1:M 11 Aug 2025 04:21:45.290 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-84817136:ctest-vn-81674662 part 28 1:M 11 Aug 2025 04:21:52.115 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:56.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:21:57.216 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-07404566:ctest-vn-55763425 part 26 1:M 11 Aug 2025 04:21:57.634 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-07404566:ctest-vn-65663142 part 26 1:M 11 Aug 2025 04:22:02.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:08.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:08.393 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-73106632:ctest-vn-72142729 part 26 1:M 11 Aug 2025 04:22:09.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:22.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:26.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:32.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:38.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:39.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:52.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:22:56.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:02.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:08.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:09.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:22.112 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:26.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:32.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:38.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:39.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:52.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3794-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:23:56.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Aug 2025 04:24:02.624 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3794-2:Control:contrail-control:0 type:attr ModuleClientState:client_info