et/lo/address (quiet=False) 2026-04-26 05:08:26,458 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:26,458 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2026-04-26 05:08:26,458 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) 2026-04-26 05:08:26,458 - net[DEBUG]: Interface has no carrier: eth0 2026-04-26 05:08:26,458 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) 2026-04-26 05:08:26,458 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2026-04-26 05:08:26,458 - util.py[DEBUG]: Reading 5 bytes from /sys/class/net/eth0/operstate 2026-04-26 05:08:26,458 - ephemeral.py[DEBUG]: No connectivity URLs provided. Skipping connectivity check before ephemeral network setup. 2026-04-26 05:08:26,458 - ephemeral.py[DEBUG]: No connectivity to IMDS, attempting DHCP setup. 2026-04-26 05:08:26,458 - subp.py[DEBUG]: Running command ['ip', '--json', 'addr'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,476 - performance.py[DEBUG]: Running ['ip', '--json', 'addr'] took 0.017 seconds 2026-04-26 05:08:26,476 - ephemeral.py[DEBUG]: No connectivity URLs provided. Skipping connectivity check before ephemeral network setup. 2026-04-26 05:08:26,476 - distros[DEBUG]: Using configured dhcp client priority list: ['dhclient', 'dhcpcd', 'udhcpc'] 2026-04-26 05:08:26,476 - distros[DEBUG]: DHCP client selected: dhclient 2026-04-26 05:08:26,476 - dhcp.py[DEBUG]: Performing a dhcp discovery on eth0 2026-04-26 05:08:26,477 - subp.py[DEBUG]: Running command ['ip', 'link', 'set', 'dev', 'eth0', 'up'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,480 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False) 2026-04-26 05:08:26,480 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/type 2026-04-26 05:08:26,480 - subp.py[DEBUG]: Running command ['/usr/sbin/dhclient', '-1', '-v', '-lf', '/run/dhclient.lease', '-pf', '/run/dhclient.pid', '-sf', '/bin/true', 'eth0'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,544 - performance.py[DEBUG]: Running ['/usr/sbin/dhclient', '-1', '-v', '-lf', '/run/dhclient.lease', '-pf', '/run/dhclient.pid', '-sf', '/bin/true', 'eth0'] took 0.063 seconds 2026-04-26 05:08:26,544 - util.py[DEBUG]: All files appeared after 0 seconds: ['/run/dhclient.pid', '/run/dhclient.lease'] 2026-04-26 05:08:26,544 - util.py[DEBUG]: Reading from /run/dhclient.pid (quiet=False) 2026-04-26 05:08:26,544 - util.py[DEBUG]: Reading 4 bytes from /run/dhclient.pid 2026-04-26 05:08:26,544 - util.py[DEBUG]: Reading from /proc/431/stat (quiet=True) 2026-04-26 05:08:26,544 - util.py[DEBUG]: Reading 306 bytes from /proc/431/stat 2026-04-26 05:08:26,545 - dhcp.py[DEBUG]: killing dhclient with pid=431 2026-04-26 05:08:26,545 - util.py[DEBUG]: Reading from /run/dhclient.lease (quiet=False) 2026-04-26 05:08:26,545 - util.py[DEBUG]: Reading 530 bytes from /run/dhclient.lease 2026-04-26 05:08:26,545 - ephemeral.py[DEBUG]: Received dhcp lease on eth0 for 172.31.29.215/255.255.240.0 2026-04-26 05:08:26,545 - ephemeral.py[DEBUG]: Attempting setup of ephemeral network on eth0 with 172.31.29.215/20 brd 172.31.31.255 2026-04-26 05:08:26,546 - subp.py[DEBUG]: Running command ['ip', '--json', 'addr'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,548 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'addr', 'add', '172.31.29.215/20', 'broadcast', '172.31.31.255', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,551 - ephemeral.py[DEBUG]: Skip bringing up network link: interface eth0 is already up 2026-04-26 05:08:26,551 - subp.py[DEBUG]: Running command ['ip', 'route', 'show', '0.0.0.0/0'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,554 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'replace', '172.31.16.1', 'dev', 'eth0', 'src', '172.31.29.215'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,556 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'replace', 'default', 'via', '172.31.16.1', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,559 - ephemeral.py[DEBUG]: Successfully brought up eth0 for ephemeral ipv4 networking. 2026-04-26 05:08:26,559 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2026-04-26 05:08:26,559 - util.py[DEBUG]: Reading 3 bytes from /sys/class/net/eth0/operstate 2026-04-26 05:08:26,559 - ephemeral.py[DEBUG]: Successfully brought up eth0 for ephemeral ipv6 networking. 2026-04-26 05:08:26,561 - DataSourceEc2.py[DEBUG]: Removed the following from metadata urls: ['http://instance-data.:8773'] 2026-04-26 05:08:26,561 - DataSourceEc2.py[DEBUG]: Fetching Ec2 IMDSv2 API Token 2026-04-26 05:08:26,562 - url_helper.py[DEBUG]: [0/1] open 'http://169.254.169.254/latest/api/token' with {'url': 'http://169.254.169.254/latest/api/token', 'stream': False, 'allow_redirects': True, 'method': 'PUT', 'timeout': 50.0, 'headers': {'X-aws-ec2-metadata-token-ttl-seconds': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,570 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/api/token (200, 56b) after 1 attempts 2026-04-26 05:08:26,570 - DataSourceEc2.py[DEBUG]: Using metadata source: 'http://169.254.169.254' 2026-04-26 05:08:26,570 - url_helper.py[DEBUG]: [0/1] open 'http://169.254.169.254/2021-03-23/meta-data/instance-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/instance-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,573 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-id (200, 19b) after 1 attempts 2026-04-26 05:08:26,573 - DataSourceEc2.py[DEBUG]: Found preferred metadata version 2021-03-23 2026-04-26 05:08:26,573 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/user-data' with {'url': 'http://169.254.169.254/2021-03-23/user-data', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,575 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,577 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ (200, 326b) after 1 attempts 2026-04-26 05:08:26,577 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,579 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ (200, 8b) after 1 attempts 2026-04-26 05:08:26,579 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ami' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ami', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,582 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ami (200, 4b) after 1 attempts 2026-04-26 05:08:26,582 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/root' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/root', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,583 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/root (200, 9b) after 1 attempts 2026-04-26 05:08:26,583 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/events/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/events/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,584 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/ (200, 12b) after 1 attempts 2026-04-26 05:08:26,585 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/events/maintenance/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/events/maintenance/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,587 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/maintenance/ (200, 17b) after 1 attempts 2026-04-26 05:08:26,587 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/events/maintenance/history' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/events/maintenance/history', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,589 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/maintenance/history (200, 2b) after 1 attempts 2026-04-26 05:08:26,589 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/events/maintenance/scheduled' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/events/maintenance/scheduled', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,590 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/maintenance/scheduled (200, 2b) after 1 attempts 2026-04-26 05:08:26,590 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/hibernation/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/hibernation/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,593 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/hibernation/ (200, 10b) after 1 attempts 2026-04-26 05:08:26,593 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/hibernation/configured' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/hibernation/configured', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,594 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/hibernation/configured (200, 5b) after 1 attempts 2026-04-26 05:08:26,595 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/identity-credentials/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/identity-credentials/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,596 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ (200, 4b) after 1 attempts 2026-04-26 05:08:26,597 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,598 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/ (200, 26b) after 1 attempts 2026-04-26 05:08:26,598 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/info' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/info', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,600 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/info (200, 98b) after 1 attempts 2026-04-26 05:08:26,600 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/metrics/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/metrics/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,602 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/metrics/ (200, 7b) after 1 attempts 2026-04-26 05:08:26,602 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/metrics/vhostmd' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/metrics/vhostmd', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,604 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/metrics/vhostmd (200, 38b) after 1 attempts 2026-04-26 05:08:26,604 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,606 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/ (200, 11b) after 1 attempts 2026-04-26 05:08:26,606 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,607 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/ (200, 5b) after 1 attempts 2026-04-26 05:08:26,607 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,609 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/ (200, 18b) after 1 attempts 2026-04-26 05:08:26,609 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,611 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ (200, 230b) after 1 attempts 2026-04-26 05:08:26,612 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ipv4-associations/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ipv4-associations/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,614 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ipv4-associations/ (200, 12b) after 1 attempts 2026-04-26 05:08:26,615 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ipv4-associations/3.22.251.217' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ipv4-associations/3.22.251.217', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,618 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/ipv4-associations/3.22.251.217 (200, 13b) after 1 attempts 2026-04-26 05:08:26,618 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/device-number' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/device-number', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,620 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/device-number (200, 1b) after 1 attempts 2026-04-26 05:08:26,620 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/interface-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/interface-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,622 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/interface-id (200, 21b) after 1 attempts 2026-04-26 05:08:26,622 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/local-hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/local-hostname', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,624 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/local-hostname (200, 43b) after 1 attempts 2026-04-26 05:08:26,624 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/local-ipv4s' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/local-ipv4s', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,626 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/local-ipv4s (200, 13b) after 1 attempts 2026-04-26 05:08:26,626 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/mac' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/mac', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,628 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/mac (200, 17b) after 1 attempts 2026-04-26 05:08:26,628 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/owner-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/owner-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,630 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/owner-id (200, 12b) after 1 attempts 2026-04-26 05:08:26,630 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/public-hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/public-hostname', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,632 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/public-hostname (200, 48b) after 1 attempts 2026-04-26 05:08:26,632 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/public-ipv4s' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/public-ipv4s', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,634 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/public-ipv4s (200, 12b) after 1 attempts 2026-04-26 05:08:26,634 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/security-group-ids' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/security-group-ids', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,637 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/security-group-ids (200, 20b) after 1 attempts 2026-04-26 05:08:26,637 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/security-groups' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/security-groups', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,638 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/security-groups (200, 11b) after 1 attempts 2026-04-26 05:08:26,639 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/subnet-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/subnet-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,642 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/subnet-id (200, 15b) after 1 attempts 2026-04-26 05:08:26,642 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/subnet-ipv4-cidr-block' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/subnet-ipv4-cidr-block', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,644 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/subnet-ipv4-cidr-block (200, 14b) after 1 attempts 2026-04-26 05:08:26,644 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,646 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-id (200, 12b) after 1 attempts 2026-04-26 05:08:26,646 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-ipv4-cidr-block' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-ipv4-cidr-block', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,649 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-ipv4-cidr-block (200, 13b) after 1 attempts 2026-04-26 05:08:26,649 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-ipv4-cidr-blocks' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-ipv4-cidr-blocks', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,653 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/06:e0:81:ee:3d:38/vpc-ipv4-cidr-blocks (200, 13b) after 1 attempts 2026-04-26 05:08:26,653 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/placement/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/placement/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,654 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/ (200, 45b) after 1 attempts 2026-04-26 05:08:26,654 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,656 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone (200, 10b) after 1 attempts 2026-04-26 05:08:26,656 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,659 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone-id (200, 8b) after 1 attempts 2026-04-26 05:08:26,659 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/placement/region' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/placement/region', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,661 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/region (200, 9b) after 1 attempts 2026-04-26 05:08:26,661 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/public-keys/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/public-keys/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,663 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-keys/ (200, 13b) after 1 attempts 2026-04-26 05:08:26,663 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/public-keys/0/openssh-key' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/public-keys/0/openssh-key', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,666 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-keys/0/openssh-key (200, 393b) after 1 attempts 2026-04-26 05:08:26,666 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/services/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/services/', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,668 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/services/ (200, 16b) after 1 attempts 2026-04-26 05:08:26,668 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/services/domain' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/services/domain', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,670 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/services/domain (200, 13b) after 1 attempts 2026-04-26 05:08:26,670 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/services/partition' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/services/partition', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,673 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/services/partition (200, 3b) after 1 attempts 2026-04-26 05:08:26,673 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/ami-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/ami-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,675 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ami-id (200, 21b) after 1 attempts 2026-04-26 05:08:26,675 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/ami-launch-index' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/ami-launch-index', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,678 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ami-launch-index (200, 1b) after 1 attempts 2026-04-26 05:08:26,678 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/ami-manifest-path' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/ami-manifest-path', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,680 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ami-manifest-path (200, 9b) after 1 attempts 2026-04-26 05:08:26,680 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/hostname', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,682 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/hostname (200, 43b) after 1 attempts 2026-04-26 05:08:26,682 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/instance-action' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/instance-action', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,684 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-action (200, 4b) after 1 attempts 2026-04-26 05:08:26,684 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/instance-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/instance-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,686 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-id (200, 19b) after 1 attempts 2026-04-26 05:08:26,687 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/instance-life-cycle' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/instance-life-cycle', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,689 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-life-cycle (200, 9b) after 1 attempts 2026-04-26 05:08:26,689 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/instance-type' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/instance-type', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,691 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-type (200, 9b) after 1 attempts 2026-04-26 05:08:26,691 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/local-hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/local-hostname', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,694 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/local-hostname (200, 43b) after 1 attempts 2026-04-26 05:08:26,694 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/local-ipv4' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/local-ipv4', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,695 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/local-ipv4 (200, 13b) after 1 attempts 2026-04-26 05:08:26,696 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/mac' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/mac', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,697 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/mac (200, 17b) after 1 attempts 2026-04-26 05:08:26,697 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/profile' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/profile', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,699 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/profile (200, 11b) after 1 attempts 2026-04-26 05:08:26,699 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/public-hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/public-hostname', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,701 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-hostname (200, 48b) after 1 attempts 2026-04-26 05:08:26,701 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/public-ipv4' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/public-ipv4', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,703 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-ipv4 (200, 12b) after 1 attempts 2026-04-26 05:08:26,703 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/reservation-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/reservation-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,704 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/reservation-id (200, 19b) after 1 attempts 2026-04-26 05:08:26,704 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/security-groups' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/security-groups', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,705 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/security-groups (200, 11b) after 1 attempts 2026-04-26 05:08:26,706 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/dynamic/instance-identity' with {'url': 'http://169.254.169.254/2021-03-23/dynamic/instance-identity', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,709 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity (200, 32b) after 1 attempts 2026-04-26 05:08:26,709 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/document' with {'url': 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/document', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,713 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/document (200, 478b) after 1 attempts 2026-04-26 05:08:26,713 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/pkcs7' with {'url': 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/pkcs7', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,715 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/pkcs7 (200, 1175b) after 1 attempts 2026-04-26 05:08:26,715 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/rsa2048' with {'url': 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/rsa2048', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,717 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/rsa2048 (200, 1495b) after 1 attempts 2026-04-26 05:08:26,717 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/signature' with {'url': 'http://169.254.169.254/2021-03-23/dynamic/instance-identity/signature', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED', 'User-Agent': 'Cloud-Init/24.4.1-0ubuntu0~20.04.3'}} configuration 2026-04-26 05:08:26,718 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/signature (200, 174b) after 1 attempts 2026-04-26 05:08:26,718 - DataSourceEc2.py[DEBUG]: Crawled metadata service using link-local ipv6 2026-04-26 05:08:26,719 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'del', 'default', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,721 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'del', '172.31.16.1', 'dev', 'eth0', 'src', '172.31.29.215'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,723 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'link', 'set', 'dev', 'eth0', 'down'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,726 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'addr', 'del', '172.31.29.215/20', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,728 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 12395 bytes 2026-04-26 05:08:26,731 - util.py[DEBUG]: Writing to /run/cloud-init/cloud-id-aws - wb: [644] 4 bytes 2026-04-26 05:08:26,732 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/cloud-id' => '/run/cloud-init/cloud-id-aws' 2026-04-26 05:08:26,732 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data-sensitive.json (via temporary file /run/cloud-init/tmpht5pu6hn) - w: [600] 14887 bytes/chars 2026-04-26 05:08:26,733 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data.json (via temporary file /run/cloud-init/tmpnbvb4maq) - w: [644] 8416 bytes/chars 2026-04-26 05:08:26,733 - performance.py[DEBUG]: Getting metadata took 0.295 seconds 2026-04-26 05:08:26,733 - handlers.py[DEBUG]: finish: init-local/search-Ec2Local: SUCCESS: found local data from DataSourceEc2Local 2026-04-26 05:08:26,733 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2026-04-26 05:08:26,733 - stages.py[INFO]: Loaded datasource DataSourceEc2Local - DataSourceEc2Local 2026-04-26 05:08:26,734 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2026-04-26 05:08:26,734 - util.py[DEBUG]: Reading 3766 bytes from /etc/cloud/cloud.cfg 2026-04-26 05:08:26,734 - util.py[DEBUG]: Attempting to load yaml from string of length 3766 with allowed root types (,) 2026-04-26 05:08:26,743 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2026-04-26 05:08:26,743 - util.py[DEBUG]: Reading 285 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2026-04-26 05:08:26,743 - util.py[DEBUG]: Attempting to load yaml from string of length 285 with allowed root types (,) 2026-04-26 05:08:26,745 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2026-04-26 05:08:26,745 - util.py[DEBUG]: Reading 2071 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2026-04-26 05:08:26,745 - util.py[DEBUG]: Attempting to load yaml from string of length 2071 with allowed root types (,) 2026-04-26 05:08:26,747 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2026-04-26 05:08:26,748 - util.py[DEBUG]: Reading 31 bytes from /run/cloud-init/cloud.cfg 2026-04-26 05:08:26,748 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2026-04-26 05:08:26,748 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:26,748 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:26,749 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2026-04-26 05:08:26,749 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/i-0271cee05a8a558c9' 2026-04-26 05:08:26,749 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/i-0271cee05a8a558c9/datasource (quiet=False) 2026-04-26 05:08:26,750 - util.py[DEBUG]: Reading 39 bytes from /var/lib/cloud/instances/i-0271cee05a8a558c9/datasource 2026-04-26 05:08:26,750 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/datasource - wb: [644] 39 bytes 2026-04-26 05:08:26,751 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 39 bytes 2026-04-26 05:08:26,751 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) 2026-04-26 05:08:26,752 - util.py[DEBUG]: Reading 20 bytes from /var/lib/cloud/data/instance-id 2026-04-26 05:08:26,752 - stages.py[DEBUG]: previous iid found to be i-0271cee05a8a558c9 2026-04-26 05:08:26,752 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 20 bytes 2026-04-26 05:08:26,752 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 20 bytes 2026-04-26 05:08:26,753 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 20 bytes 2026-04-26 05:08:26,753 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 12446 bytes 2026-04-26 05:08:26,753 - main.py[DEBUG]: [local] init will now be targeting instance id: i-0271cee05a8a558c9. new=False 2026-04-26 05:08:26,753 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2026-04-26 05:08:26,754 - util.py[DEBUG]: Reading 3766 bytes from /etc/cloud/cloud.cfg 2026-04-26 05:08:26,754 - util.py[DEBUG]: Attempting to load yaml from string of length 3766 with allowed root types (,) 2026-04-26 05:08:26,762 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2026-04-26 05:08:26,762 - util.py[DEBUG]: Reading 285 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2026-04-26 05:08:26,762 - util.py[DEBUG]: Attempting to load yaml from string of length 285 with allowed root types (,) 2026-04-26 05:08:26,764 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2026-04-26 05:08:26,764 - util.py[DEBUG]: Reading 2071 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2026-04-26 05:08:26,764 - util.py[DEBUG]: Attempting to load yaml from string of length 2071 with allowed root types (,) 2026-04-26 05:08:26,767 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2026-04-26 05:08:26,767 - util.py[DEBUG]: Reading 31 bytes from /run/cloud-init/cloud.cfg 2026-04-26 05:08:26,767 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2026-04-26 05:08:26,767 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:26,767 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:26,768 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2026-04-26 05:08:26,768 - util.py[DEBUG]: Reading 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2026-04-26 05:08:26,768 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:26,768 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:26,768 - stages.py[DEBUG]: Using distro class 2026-04-26 05:08:26,770 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False) 2026-04-26 05:08:26,771 - util.py[DEBUG]: Reading 92 bytes from /var/lib/cloud/data/set-hostname 2026-04-26 05:08:26,771 - cc_set_hostname.py[DEBUG]: No hostname changes. Skipping set_hostname 2026-04-26 05:08:26,771 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:26,771 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:26,771 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:26,771 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:26,772 - util.py[DEBUG]: Reading from /sys/class/net/eth0/name_assign_type (quiet=False) 2026-04-26 05:08:26,772 - net[DEBUG]: Found unstable nic names: ['eth0']; calling udevadm settle 2026-04-26 05:08:26,772 - subp.py[DEBUG]: Running command ['udevadm', 'settle'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,789 - performance.py[DEBUG]: Running ['udevadm', 'settle'] took 0.017 seconds 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2026-04-26 05:08:26,789 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) 2026-04-26 05:08:26,790 - net[DEBUG]: Interface has no carrier: eth0 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 5 bytes from /sys/class/net/eth0/operstate 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/addr_assign_type 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 25 bytes from /sys/class/net/eth0/uevent 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:26,790 - net[DEBUG]: ovs-vsctl not in PATH; not detecting Open vSwitch interfaces 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/lo/addr_assign_type 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 23 bytes from /sys/class/net/lo/uevent 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False) 2026-04-26 05:08:26,790 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/type 2026-04-26 05:08:26,791 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False) 2026-04-26 05:08:26,791 - util.py[DEBUG]: Reading 4 bytes from /sys/class/net/lo/type 2026-04-26 05:08:26,792 - distros[DEBUG]: Selected renderer 'netplan' from priority list: ['netplan', 'eni', 'sysconfig'] 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading from /var/lib/cloud/hotplug.enabled (quiet=False) 2026-04-26 05:08:26,794 - util.py[DEBUG]: File not found: /var/lib/cloud/hotplug.enabled 2026-04-26 05:08:26,794 - stages.py[DEBUG]: Allowed events: {: {}} 2026-04-26 05:08:26,794 - stages.py[DEBUG]: Event Denied: scopes=['network'] EventType=boot 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading from /var/lib/cloud/hotplug.enabled (quiet=False) 2026-04-26 05:08:26,794 - util.py[DEBUG]: File not found: /var/lib/cloud/hotplug.enabled 2026-04-26 05:08:26,794 - stages.py[DEBUG]: Allowed events: {: {}} 2026-04-26 05:08:26,794 - stages.py[DEBUG]: Event Denied: scopes=['network'] EventType=boot-legacy 2026-04-26 05:08:26,794 - stages.py[DEBUG]: No network config applied. Neither a new instance nor datasource network update allowed 2026-04-26 05:08:26,794 - stages.py[DEBUG]: applying net config names for {'version': 2, 'ethernets': {'eth0': {'dhcp4': True, 'dhcp6': False, 'match': {'macaddress': '06:e0:81:ee:3d:38'}, 'set-name': 'eth0'}}} 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/addr_assign_type 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading 25 bytes from /sys/class/net/eth0/uevent 2026-04-26 05:08:26,794 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/lo/addr_assign_type 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading 23 bytes from /sys/class/net/lo/uevent 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading 5 bytes from /sys/class/net/eth0/operstate 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) 2026-04-26 05:08:26,795 - util.py[DEBUG]: Reading 8 bytes from /sys/class/net/lo/operstate 2026-04-26 05:08:26,795 - subp.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,799 - subp.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:26,801 - net[DEBUG]: Detected interfaces {'eth0': {'downable': True, 'device_id': None, 'driver': 'vif', 'mac': '06:e0:81:ee:3d:38', 'name': 'eth0', 'up': False}, 'lo': {'downable': False, 'device_id': None, 'driver': None, 'mac': '00:00:00:00:00:00', 'name': 'lo', 'up': True}} 2026-04-26 05:08:26,801 - net[DEBUG]: no work necessary for renaming of [['06:e0:81:ee:3d:38', 'eth0', 'vif', None]] 2026-04-26 05:08:26,801 - main.py[DEBUG]: [local] Exiting. datasource DataSourceEc2Local not in local mode. 2026-04-26 05:08:26,801 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2026-04-26 05:08:26,801 - util.py[DEBUG]: Reading 11 bytes from /proc/uptime 2026-04-26 05:08:26,802 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpdiwtqv84) - w: [644] 498 bytes/chars 2026-04-26 05:08:26,802 - performance.py[DEBUG]: cloud-init stage: 'init-local' took 0.470 seconds 2026-04-26 05:08:26,802 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources 2026-04-26 05:08:28,551 - log_util.py[DEBUG]: Cloud-init v. 24.4.1-0ubuntu0~20.04.3 running 'init' at Sun, 26 Apr 2026 05:08:28 +0000. Up 9.84 seconds. 2026-04-26 05:08:28,551 - main.py[INFO]: PID [1] started cloud-init 'init'. 2026-04-26 05:08:28,551 - main.py[DEBUG]: No kernel command line url found. 2026-04-26 05:08:28,551 - main.py[DEBUG]: Closing stdin 2026-04-26 05:08:28,552 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [640] 0 bytes 2026-04-26 05:08:28,552 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 104:4 2026-04-26 05:08:28,552 - util.py[DEBUG]: Reading from /var/lib/cloud/data/python-version (quiet=False) 2026-04-26 05:08:28,552 - util.py[DEBUG]: Reading 3 bytes from /var/lib/cloud/data/python-version 2026-04-26 05:08:28,553 - subp.py[DEBUG]: Running command ['ip', '--json', 'addr'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,556 - subp.py[DEBUG]: Running command ['ip', '-o', 'route', 'list'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,559 - subp.py[DEBUG]: Running command ['ip', '--oneline', '-6', 'route', 'list', 'table', 'all'] with allowed return codes [0, 1] (shell=False, capture=True) 2026-04-26 05:08:28,564 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] 2026-04-26 05:08:28,564 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2026-04-26 05:08:28,564 - util.py[DEBUG]: Reading 12446 bytes from /var/lib/cloud/instance/obj.pkl 2026-04-26 05:08:28,567 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False) 2026-04-26 05:08:28,567 - util.py[DEBUG]: Reading 20 bytes from /run/cloud-init/.instance-id 2026-04-26 05:08:28,568 - stages.py[DEBUG]: restored from cache with run check: DataSourceEc2Local 2026-04-26 05:08:28,568 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceEc2Local 2026-04-26 05:08:28,568 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2026-04-26 05:08:28,568 - util.py[DEBUG]: Reading 3766 bytes from /etc/cloud/cloud.cfg 2026-04-26 05:08:28,568 - util.py[DEBUG]: Attempting to load yaml from string of length 3766 with allowed root types (,) 2026-04-26 05:08:28,577 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2026-04-26 05:08:28,577 - util.py[DEBUG]: Reading 285 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2026-04-26 05:08:28,578 - util.py[DEBUG]: Attempting to load yaml from string of length 285 with allowed root types (,) 2026-04-26 05:08:28,579 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2026-04-26 05:08:28,579 - util.py[DEBUG]: Reading 2071 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2026-04-26 05:08:28,579 - util.py[DEBUG]: Attempting to load yaml from string of length 2071 with allowed root types (,) 2026-04-26 05:08:28,582 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2026-04-26 05:08:28,582 - util.py[DEBUG]: Reading 31 bytes from /run/cloud-init/cloud.cfg 2026-04-26 05:08:28,582 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2026-04-26 05:08:28,582 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:28,582 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:28,582 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2026-04-26 05:08:28,582 - util.py[DEBUG]: Reading 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2026-04-26 05:08:28,583 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:28,583 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:28,583 - stages.py[INFO]: Instance link already exists, not recreating it. 2026-04-26 05:08:28,584 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/i-0271cee05a8a558c9/datasource (quiet=False) 2026-04-26 05:08:28,584 - util.py[DEBUG]: Reading 39 bytes from /var/lib/cloud/instances/i-0271cee05a8a558c9/datasource 2026-04-26 05:08:28,584 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/datasource - wb: [644] 39 bytes 2026-04-26 05:08:28,584 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 39 bytes 2026-04-26 05:08:28,584 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) 2026-04-26 05:08:28,585 - util.py[DEBUG]: Reading 20 bytes from /var/lib/cloud/data/instance-id 2026-04-26 05:08:28,585 - stages.py[DEBUG]: previous iid found to be i-0271cee05a8a558c9 2026-04-26 05:08:28,585 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 20 bytes 2026-04-26 05:08:28,585 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 20 bytes 2026-04-26 05:08:28,585 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 20 bytes 2026-04-26 05:08:28,586 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 12635 bytes 2026-04-26 05:08:28,586 - stages.py[INFO]: Not re-loading configuration, instance id and datasource have not changed. 2026-04-26 05:08:28,587 - main.py[DEBUG]: [net] init will now be targeting instance id: i-0271cee05a8a558c9. new=False 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/addr_assign_type 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2026-04-26 05:08:28,587 - util.py[DEBUG]: Reading 25 bytes from /sys/class/net/eth0/uevent 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:28,588 - net[DEBUG]: ovs-vsctl not in PATH; not detecting Open vSwitch interfaces 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/lo/addr_assign_type 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading 23 bytes from /sys/class/net/lo/uevent 2026-04-26 05:08:28,588 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:28,589 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:28,589 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2026-04-26 05:08:28,589 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False) 2026-04-26 05:08:28,589 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/type 2026-04-26 05:08:28,589 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False) 2026-04-26 05:08:28,589 - util.py[DEBUG]: Reading 4 bytes from /sys/class/net/lo/type 2026-04-26 05:08:28,589 - distros[DEBUG]: Selected renderer 'netplan' from priority list: ['netplan', 'eni', 'sysconfig'] 2026-04-26 05:08:28,590 - util.py[DEBUG]: Reading from /var/lib/cloud/hotplug.enabled (quiet=False) 2026-04-26 05:08:28,590 - util.py[DEBUG]: File not found: /var/lib/cloud/hotplug.enabled 2026-04-26 05:08:28,590 - stages.py[DEBUG]: Allowed events: {: {}} 2026-04-26 05:08:28,590 - stages.py[DEBUG]: Event Denied: scopes=['network'] EventType=boot 2026-04-26 05:08:28,590 - util.py[DEBUG]: Reading from /var/lib/cloud/hotplug.enabled (quiet=False) 2026-04-26 05:08:28,590 - util.py[DEBUG]: File not found: /var/lib/cloud/hotplug.enabled 2026-04-26 05:08:28,590 - stages.py[DEBUG]: Allowed events: {: {}} 2026-04-26 05:08:28,590 - stages.py[DEBUG]: Event Denied: scopes=['network'] EventType=boot-legacy 2026-04-26 05:08:28,590 - stages.py[DEBUG]: No network config applied. Neither a new instance nor datasource network update allowed 2026-04-26 05:08:28,590 - stages.py[DEBUG]: applying net config names for {'version': 2, 'ethernets': {'eth0': {'dhcp4': True, 'dhcp6': False, 'match': {'macaddress': '06:e0:81:ee:3d:38'}, 'set-name': 'eth0'}}} 2026-04-26 05:08:28,591 - stages.py[DEBUG]: Using distro class 2026-04-26 05:08:28,591 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:28,591 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2026-04-26 05:08:28,591 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/eth0/addr_assign_type 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 25 bytes from /sys/class/net/eth0/uevent 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/eth0/address 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 2 bytes from /sys/class/net/lo/addr_assign_type 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 23 bytes from /sys/class/net/lo/uevent 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 18 bytes from /sys/class/net/lo/address 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 3 bytes from /sys/class/net/eth0/operstate 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) 2026-04-26 05:08:28,592 - util.py[DEBUG]: Reading 8 bytes from /sys/class/net/lo/operstate 2026-04-26 05:08:28,592 - subp.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,595 - subp.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,598 - net[DEBUG]: Detected interfaces {'eth0': {'downable': False, 'device_id': None, 'driver': 'vif', 'mac': '06:e0:81:ee:3d:38', 'name': 'eth0', 'up': True}, 'lo': {'downable': False, 'device_id': None, 'driver': None, 'mac': '00:00:00:00:00:00', 'name': 'lo', 'up': True}} 2026-04-26 05:08:28,598 - net[DEBUG]: no work necessary for renaming of [['06:e0:81:ee:3d:38', 'eth0', 'vif', None]] 2026-04-26 05:08:28,598 - handlers.py[DEBUG]: start: init-network/setup-datasource: setting up datasource 2026-04-26 05:08:28,599 - handlers.py[DEBUG]: finish: init-network/setup-datasource: SUCCESS: setting up datasource 2026-04-26 05:08:28,599 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/user-data.txt - wb: [600] 0 bytes 2026-04-26 05:08:28,602 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/user-data.txt.i - wb: [600] 308 bytes 2026-04-26 05:08:28,602 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/vendor-data.txt - wb: [600] 0 bytes 2026-04-26 05:08:28,603 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/vendor-data.txt.i - wb: [600] 308 bytes 2026-04-26 05:08:28,603 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/vendor-data2.txt - wb: [600] 0 bytes 2026-04-26 05:08:28,604 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/vendor-data2.txt.i - wb: [600] 308 bytes 2026-04-26 05:08:28,605 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False) 2026-04-26 05:08:28,605 - util.py[DEBUG]: Reading 92 bytes from /var/lib/cloud/data/set-hostname 2026-04-26 05:08:28,605 - cc_set_hostname.py[DEBUG]: No hostname changes. Skipping set_hostname 2026-04-26 05:08:28,606 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance) 2026-04-26 05:08:28,606 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data 2026-04-26 05:08:28,606 - launch_index.py[DEBUG]: Discarding 0 multipart messages which do not match launch index 0 2026-04-26 05:08:28,607 - stages.py[DEBUG]: Added default handler for {'text/cloud-config', 'text/cloud-config-jsonp'} from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] 2026-04-26 05:08:28,607 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] 2026-04-26 05:08:28,607 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript-per-boot'} from ShellScriptByFreqPartHandler: [['text/x-shellscript-per-boot']] 2026-04-26 05:08:28,607 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript-per-instance'} from ShellScriptByFreqPartHandler: [['text/x-shellscript-per-instance']] 2026-04-26 05:08:28,607 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript-per-once'} from ShellScriptByFreqPartHandler: [['text/x-shellscript-per-once']] 2026-04-26 05:08:28,608 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] 2026-04-26 05:08:28,608 - stages.py[DEBUG]: Added default handler for {'text/jinja2'} from JinjaTemplatePartHandler: [['text/jinja2']] 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-boot']] (__begin__, None, 2) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-instance']] (__begin__, None, 2) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-once']] (__begin__, None, 2) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler JinjaTemplatePartHandler: [['text/jinja2']] (__begin__, None, 3) with frequency always 2026-04-26 05:08:28,608 - handlers[DEBUG]: {'MIME-Version': '1.0', 'Content-Type': 'text/x-not-multipart', 'Content-Disposition': 'attachment; filename="part-001"'} 2026-04-26 05:08:28,608 - handlers[DEBUG]: Empty payload of type text/x-not-multipart 2026-04-26 05:08:28,608 - handlers[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency always 2026-04-26 05:08:28,608 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0271cee05a8a558c9/cloud-config.txt - wb: [600] 0 bytes 2026-04-26 05:08:28,609 - handlers[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always 2026-04-26 05:08:28,609 - handlers[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-boot']] (__end__, None, 2) with frequency always 2026-04-26 05:08:28,609 - handlers[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-instance']] (__end__, None, 2) with frequency always 2026-04-26 05:08:28,609 - handlers[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-once']] (__end__, None, 2) with frequency always 2026-04-26 05:08:28,609 - handlers[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always 2026-04-26 05:08:28,609 - handlers[DEBUG]: Calling handler JinjaTemplatePartHandler: [['text/jinja2']] (__end__, None, 3) with frequency always 2026-04-26 05:08:28,609 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data 2026-04-26 05:08:28,609 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data 2026-04-26 05:08:28,609 - stages.py[DEBUG]: no vendordata from datasource 2026-04-26 05:08:28,609 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data 2026-04-26 05:08:28,609 - handlers.py[DEBUG]: start: init-network/consume-vendor-data2: reading and applying vendor-data2 2026-04-26 05:08:28,610 - stages.py[DEBUG]: no vendordata2 from datasource 2026-04-26 05:08:28,610 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data2: SUCCESS: reading and applying vendor-data2 2026-04-26 05:08:28,610 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2026-04-26 05:08:28,610 - util.py[DEBUG]: Reading 3766 bytes from /etc/cloud/cloud.cfg 2026-04-26 05:08:28,610 - util.py[DEBUG]: Attempting to load yaml from string of length 3766 with allowed root types (,) 2026-04-26 05:08:28,620 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2026-04-26 05:08:28,620 - util.py[DEBUG]: Reading 285 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2026-04-26 05:08:28,620 - util.py[DEBUG]: Attempting to load yaml from string of length 285 with allowed root types (,) 2026-04-26 05:08:28,621 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2026-04-26 05:08:28,621 - util.py[DEBUG]: Reading 2071 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2026-04-26 05:08:28,621 - util.py[DEBUG]: Attempting to load yaml from string of length 2071 with allowed root types (,) 2026-04-26 05:08:28,624 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2026-04-26 05:08:28,624 - util.py[DEBUG]: Reading 31 bytes from /run/cloud-init/cloud.cfg 2026-04-26 05:08:28,624 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2026-04-26 05:08:28,625 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:28,625 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:28,625 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2026-04-26 05:08:28,625 - util.py[DEBUG]: Reading 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2026-04-26 05:08:28,625 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:28,625 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:28,627 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/combined-cloud-config.json (via temporary file /run/cloud-init/tmpk7ub_w4w) - w: [600] 5657 bytes/chars 2026-04-26 05:08:28,627 - util.py[DEBUG]: Reading from /run/cloud-init/instance-data-sensitive.json (quiet=False) 2026-04-26 05:08:28,627 - util.py[DEBUG]: Reading 14887 bytes from /run/cloud-init/instance-data-sensitive.json 2026-04-26 05:08:28,627 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data-sensitive.json (via temporary file /run/cloud-init/tmpn589j0_z) - w: [600] 17205 bytes/chars 2026-04-26 05:08:28,628 - main.py[DEBUG]: Skipping user-data validation. No user-data found. 2026-04-26 05:08:28,628 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2026-04-26 05:08:28,628 - util.py[DEBUG]: Reading 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2026-04-26 05:08:28,628 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2026-04-26 05:08:28,628 - util.py[DEBUG]: loaded blob returned None, returning default. 2026-04-26 05:08:28,631 - handlers.py[DEBUG]: start: init-network/activate-datasource: activating datasource 2026-04-26 05:08:28,631 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 15020 bytes 2026-04-26 05:08:28,632 - handlers.py[DEBUG]: finish: init-network/activate-datasource: SUCCESS: activating datasource 2026-04-26 05:08:28,632 - main.py[DEBUG]: no di_report found in config. 2026-04-26 05:08:28,652 - stages.py[DEBUG]: Using distro class 2026-04-26 05:08:28,653 - modules.py[INFO]: Skipping modules 'bootcmd,write_files,disk_setup,update_etc_hosts,ca_certs,rsyslog' because no applicable config is provided. 2026-04-26 05:08:28,653 - modules.py[DEBUG]: Running module seed_random () with frequency once-per-instance 2026-04-26 05:08:28,654 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance 2026-04-26 05:08:28,654 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance) 2026-04-26 05:08:28,654 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random previously ran 2026-04-26 05:08:28,654 - modules.py[DEBUG]: Running module growpart () with frequency always 2026-04-26 05:08:28,654 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always 2026-04-26 05:08:28,654 - helpers.py[DEBUG]: Running config-growpart using lock () 2026-04-26 05:08:28,654 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'mode': 'auto', 'devices': ['/'], 'ignore_growroot_disabled': False} 2026-04-26 05:08:28,654 - subp.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,660 - util.py[DEBUG]: Reading from /proc/455/mountinfo (quiet=False) 2026-04-26 05:08:28,660 - util.py[DEBUG]: Reading 4599 bytes from /proc/455/mountinfo 2026-04-26 05:08:28,660 - cc_growpart.py[DEBUG]: growpart found fs=ext4 2026-04-26 05:08:28,660 - util.py[DEBUG]: Reading from /sys/class/block/xvda1/partition (quiet=False) 2026-04-26 05:08:28,660 - util.py[DEBUG]: Reading 2 bytes from /sys/class/block/xvda1/partition 2026-04-26 05:08:28,660 - util.py[DEBUG]: Reading from /sys/devices/vbd-768/block/xvda/dev (quiet=False) 2026-04-26 05:08:28,660 - util.py[DEBUG]: Reading 6 bytes from /sys/devices/vbd-768/block/xvda/dev 2026-04-26 05:08:28,661 - util.py[DEBUG]: Reading from /proc/455/mountinfo (quiet=False) 2026-04-26 05:08:28,661 - util.py[DEBUG]: Reading 4599 bytes from /proc/455/mountinfo 2026-04-26 05:08:28,661 - util.py[DEBUG]: Reading from /proc/455/mountinfo (quiet=False) 2026-04-26 05:08:28,661 - util.py[DEBUG]: Reading 4599 bytes from /proc/455/mountinfo 2026-04-26 05:08:28,662 - subp.py[DEBUG]: Running command ['growpart', '--dry-run', '/dev/xvda', '1'] with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,711 - performance.py[DEBUG]: Running ['growpart', '--dry-run', '/dev/xvda', '1'] took 0.049 seconds 2026-04-26 05:08:28,712 - performance.py[DEBUG]: Resizing devices took 0.052 seconds 2026-04-26 05:08:28,712 - cc_growpart.py[DEBUG]: '/' NOCHANGE: no change necessary (/dev/xvda, 1) 2026-04-26 05:08:28,712 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully and took 0.058 seconds 2026-04-26 05:08:28,712 - modules.py[DEBUG]: Running module resizefs () with frequency always 2026-04-26 05:08:28,712 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always 2026-04-26 05:08:28,712 - helpers.py[DEBUG]: Running config-resizefs using lock () 2026-04-26 05:08:28,712 - util.py[DEBUG]: Reading from /proc/455/mountinfo (quiet=False) 2026-04-26 05:08:28,713 - util.py[DEBUG]: Reading 4599 bytes from /proc/455/mountinfo 2026-04-26 05:08:28,713 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ 2026-04-26 05:08:28,713 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/root 2026-04-26 05:08:28,713 - subp.py[DEBUG]: Running command ('resize2fs', '/dev/root') with allowed return codes [0] (shell=False, capture=True) 2026-04-26 05:08:28,726 - performance.py[DEBUG]: Running ('resize2fs', '/dev/root') took 0.013 seconds 2026-04-26 05:08:28,727 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) 2026-04-26 05:08:28,727 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully and took 0.015 seconds 2026-04-26 05:08:28,727 - modules.py[DEBUG]: Running module mounts () with frequency once-per-instance 2026-04-26 05:08:28,727 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance 2026-04-26 05:08:28,728 - helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) 2026-04-26 05:08:28,728 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts previously ran 2026-04-26 05:08:28,728 - modules.py[DEBUG]: Running module set_hostname () with frequency once-per-instance 2026-04-26 05:08:28,728 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance 2026-04-26 05:08:28,728 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance) 2026-04-26 05:08:28,728 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname previously ran 2026-04-26 05:08:28,728 - modules.py[DEBUG]: Running module update_hostname () with frequency always 2026-04-26 05:08:28,728 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always 2026-04-26 05:08:28,728 - helpers.py[DEBUG]: Running config-update_hostname using lock () 2026-04-26 05:08:28,728 - cc_update_hostname.py[DEBUG]: Updating hostname to ip-172-31-29-215.us-east-2.compute.internal (ip-172-31-29-215) 2026-04-26 05:08:28,728 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) 2026-04-26 05:08:28,729 - util.py[DEBUG]: Reading 17 bytes from /var/lib/cloud/data/previous-hostname 2026-04-26 05:08:28,730 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) 2026-04-26 05:08:28,730 - util.py[DEBUG]: Reading 17 bytes from /etc/hostname 2026-04-26 05:08:28,730 - distros[DEBUG]: Attempting to update hostname to ip-172-31-29-215 in 0 files 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully and took 0.002 seconds 2026-04-26 05:08:28,730 - modules.py[DEBUG]: Running module users_groups () with frequency once-per-instance 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: start: init-network/config-users_groups: running config-users_groups with frequency once-per-instance 2026-04-26 05:08:28,730 - helpers.py[DEBUG]: config-users_groups already ran (freq=once-per-instance) 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: finish: init-network/config-users_groups: SUCCESS: config-users_groups previously ran 2026-04-26 05:08:28,730 - modules.py[DEBUG]: Running module ssh () with frequency once-per-instance 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance 2026-04-26 05:08:28,730 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh previously ran 2026-04-26 05:08:28,730 - modules.py[DEBUG]: Running module set_passwords () with frequency once-per-instance 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: start: init-network/config-set_passwords: running config-set_passwords with frequency once-per-instance 2026-04-26 05:08:28,730 - helpers.py[DEBUG]: config-set_passwords already ran (freq=once-per-instance) 2026-04-26 05:08:28,730 - handlers.py[DEBUG]: finish: init-network/config-set_passwords: SUCCESS: config-set_passwords previously ran 2026-04-26 05:08:28,731 - main.py[DEBUG]: Ran 9 modules with 0 failures 2026-04-26 05:08:28,731 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2026-04-26 05:08:28,731 - util.py[DEBUG]: Reading 12 bytes from /proc/uptime 2026-04-26 05:08:28,732 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpxn1jkg7w) - w: [644] 499 bytes/chars 2026-04-26 05:08:28,732 - performance.py[DEBUG]: cloud-init stage: 'init-network' took 0.253 seconds 2026-04-26 05:08:28,732 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources 2026-04-26 05:08:36,280 - log_util.py[DEBUG]: Cloud-init v. 24.4.1-0ubuntu0~20.04.3 running 'modules:config' at Sun, 26 Apr 2026 05:08:36 +0000. Up 17.55 seconds. 2026-04-26 05:08:36,280 - main.py[INFO]: PID [1] started cloud-init 'modules:config'. 2026-04-26 05:08:36,295 - stages.py[DEBUG]: Using distro class 2026-04-26 05:08:36,296 - modules.py[INFO]: Skipping modules 'wireguard,snap,ubuntu_autoinstall,keyboard,apt_pipelining,ubuntu_pro,ntp,timezone,disable_ec2_metadata,runcmd' because no applicable config is provided. 2026-04-26 05:08:36,296 - modules.py[DEBUG]: Running module ssh_import_id () with frequency once-per-instance 2026-04-26 05:08:36,297 - handlers.py[DEBUG]: start: modules-config/config-ssh_import_id: running config-ssh_import_id with frequency once-per-instance 2026-04-26 05:08:36,297 - helpers.py[DEBUG]: config-ssh_import_id already ran (freq=once-per-instance) 2026-04-26 05:08:36,297 - handlers.py[DEBUG]: finish: modules-config/config-ssh_import_id: SUCCESS: config-ssh_import_id previously ran 2026-04-26 05:08:36,297 - modules.py[DEBUG]: Running module locale () with frequency once-per-instance 2026-04-26 05:08:36,297 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance 2026-04-26 05:08:36,297 - helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale previously ran 2026-04-26 05:08:36,298 - modules.py[DEBUG]: Running module grub_dpkg () with frequency once-per-instance 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: start: modules-config/config-grub_dpkg: running config-grub_dpkg with frequency once-per-instance 2026-04-26 05:08:36,298 - helpers.py[DEBUG]: config-grub_dpkg already ran (freq=once-per-instance) 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: finish: modules-config/config-grub_dpkg: SUCCESS: config-grub_dpkg previously ran 2026-04-26 05:08:36,298 - modules.py[DEBUG]: Running module apt_configure () with frequency once-per-instance 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: start: modules-config/config-apt_configure: running config-apt_configure with frequency once-per-instance 2026-04-26 05:08:36,298 - helpers.py[DEBUG]: config-apt_configure already ran (freq=once-per-instance) 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: finish: modules-config/config-apt_configure: SUCCESS: config-apt_configure previously ran 2026-04-26 05:08:36,298 - modules.py[DEBUG]: Running module byobu () with frequency once-per-instance 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance 2026-04-26 05:08:36,298 - helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance) 2026-04-26 05:08:36,298 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu previously ran 2026-04-26 05:08:36,298 - main.py[DEBUG]: Ran 5 modules with 0 failures 2026-04-26 05:08:36,299 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2026-04-26 05:08:36,299 - util.py[DEBUG]: Reading 12 bytes from /proc/uptime 2026-04-26 05:08:36,299 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpgucwh1by) - w: [644] 501 bytes/chars 2026-04-26 05:08:36,299 - performance.py[DEBUG]: cloud-init stage: 'modules-config' took 0.108 seconds 2026-04-26 05:08:36,299 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config 2026-04-26 05:08:36,946 - log_util.py[DEBUG]: Cloud-init v. 24.4.1-0ubuntu0~20.04.3 running 'modules:final' at Sun, 26 Apr 2026 05:08:36 +0000. Up 18.21 seconds. 2026-04-26 05:08:36,946 - main.py[INFO]: PID [1] started cloud-init 'modules:final'. 2026-04-26 05:08:36,971 - stages.py[DEBUG]: Using distro class 2026-04-26 05:08:36,972 - modules.py[INFO]: Skipping modules 'package_update_upgrade_install,fan,landscape,lxd,ubuntu_drivers,write_files_deferred,puppet,chef,ansible,mcollective,salt_minion,phone_home,power_state_change' because no applicable config is provided. 2026-04-26 05:08:36,972 - modules.py[DEBUG]: Running module reset_rmc () with frequency once-per-instance 2026-04-26 05:08:36,972 - handlers.py[DEBUG]: start: modules-final/config-reset_rmc: running config-reset_rmc with frequency once-per-instance 2026-04-26 05:08:36,973 - helpers.py[DEBUG]: config-reset_rmc already ran (freq=once-per-instance) 2026-04-26 05:08:36,973 - handlers.py[DEBUG]: finish: modules-final/config-reset_rmc: SUCCESS: config-reset_rmc previously ran 2026-04-26 05:08:36,973 - modules.py[DEBUG]: Running module scripts_vendor () with frequency once-per-instance 2026-04-26 05:08:36,973 - handlers.py[DEBUG]: start: modules-final/config-scripts_vendor: running config-scripts_vendor with frequency once-per-instance 2026-04-26 05:08:36,973 - helpers.py[DEBUG]: config-scripts_vendor already ran (freq=once-per-instance) 2026-04-26 05:08:36,973 - handlers.py[DEBUG]: finish: modules-final/config-scripts_vendor: SUCCESS: config-scripts_vendor previously ran 2026-04-26 05:08:36,973 - modules.py[DEBUG]: Running module scripts_per_once () with frequency once 2026-04-26 05:08:36,974 - handlers.py[DEBUG]: start: modules-final/config-scripts_per_once: running config-scripts_per_once with frequency once 2026-04-26 05:08:36,974 - helpers.py[DEBUG]: config-scripts_per_once already ran (freq=once) 2026-04-26 05:08:36,974 - handlers.py[DEBUG]: finish: modules-final/config-scripts_per_once: SUCCESS: config-scripts_per_once previously ran 2026-04-26 05:08:36,974 - modules.py[DEBUG]: Running module scripts_per_boot () with frequency always 2026-04-26 05:08:36,975 - handlers.py[DEBUG]: start: modules-final/config-scripts_per_boot: running config-scripts_per_boot with frequency always 2026-04-26 05:08:36,975 - helpers.py[DEBUG]: Running config-scripts_per_boot using lock () 2026-04-26 05:08:36,975 - handlers.py[DEBUG]: finish: modules-final/config-scripts_per_boot: SUCCESS: config-scripts_per_boot ran successfully and took 0.000 seconds 2026-04-26 05:08:36,975 - modules.py[DEBUG]: Running module scripts_per_instance () with frequency once-per-instance 2026-04-26 05:08:36,975 - handlers.py[DEBUG]: start: modules-final/config-scripts_per_instance: running config-scripts_per_instance with frequency once-per-instance 2026-04-26 05:08:36,975 - helpers.py[DEBUG]: config-scripts_per_instance already ran (freq=once-per-instance) 2026-04-26 05:08:36,975 - handlers.py[DEBUG]: finish: modules-final/config-scripts_per_instance: SUCCESS: config-scripts_per_instance previously ran 2026-04-26 05:08:36,975 - modules.py[DEBUG]: Running module scripts_user () with frequency once-per-instance 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: start: modules-final/config-scripts_user: running config-scripts_user with frequency once-per-instance 2026-04-26 05:08:36,976 - helpers.py[DEBUG]: config-scripts_user already ran (freq=once-per-instance) 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: finish: modules-final/config-scripts_user: SUCCESS: config-scripts_user previously ran 2026-04-26 05:08:36,976 - modules.py[DEBUG]: Running module ssh_authkey_fingerprints () with frequency once-per-instance 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: start: modules-final/config-ssh_authkey_fingerprints: running config-ssh_authkey_fingerprints with frequency once-per-instance 2026-04-26 05:08:36,976 - helpers.py[DEBUG]: config-ssh_authkey_fingerprints already ran (freq=once-per-instance) 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: finish: modules-final/config-ssh_authkey_fingerprints: SUCCESS: config-ssh_authkey_fingerprints previously ran 2026-04-26 05:08:36,976 - modules.py[DEBUG]: Running module keys_to_console () with frequency once-per-instance 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: start: modules-final/config-keys_to_console: running config-keys_to_console with frequency once-per-instance 2026-04-26 05:08:36,976 - helpers.py[DEBUG]: config-keys_to_console already ran (freq=once-per-instance) 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: finish: modules-final/config-keys_to_console: SUCCESS: config-keys_to_console previously ran 2026-04-26 05:08:36,976 - modules.py[DEBUG]: Running module install_hotplug () with frequency once-per-instance 2026-04-26 05:08:36,976 - handlers.py[DEBUG]: start: modules-final/config-install_hotplug: running config-install_hotplug with frequency once-per-instance 2026-04-26 05:08:36,976 - helpers.py[DEBUG]: config-install_hotplug already ran (freq=once-per-instance) 2026-04-26 05:08:36,977 - handlers.py[DEBUG]: finish: modules-final/config-install_hotplug: SUCCESS: config-install_hotplug previously ran 2026-04-26 05:08:36,977 - modules.py[DEBUG]: Running module final_message () with frequency always 2026-04-26 05:08:36,977 - handlers.py[DEBUG]: start: modules-final/config-final_message: running config-final_message with frequency always 2026-04-26 05:08:36,977 - helpers.py[DEBUG]: Running config-final_message using lock () 2026-04-26 05:08:36,977 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2026-04-26 05:08:36,977 - util.py[DEBUG]: Reading 12 bytes from /proc/uptime 2026-04-26 05:08:36,980 - log_util.py[DEBUG]: Cloud-init v. 24.4.1-0ubuntu0~20.04.3 finished at Sun, 26 Apr 2026 05:08:36 +0000. Datasource DataSourceEc2Local. Up 18.30 seconds 2026-04-26 05:08:36,980 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 69 bytes 2026-04-26 05:08:36,981 - handlers.py[DEBUG]: finish: modules-final/config-final_message: SUCCESS: config-final_message ran successfully and took 0.004 seconds 2026-04-26 05:08:36,981 - main.py[DEBUG]: Ran 10 modules with 0 failures 2026-04-26 05:08:36,981 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2026-04-26 05:08:36,981 - util.py[DEBUG]: Reading 12 bytes from /proc/uptime 2026-04-26 05:08:36,981 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmp9af4yntg) - w: [644] 502 bytes/chars 2026-04-26 05:08:36,981 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/result.json (via temporary file /var/lib/cloud/data/tmp_zdg85xn) - w: [644] 69 bytes/chars 2026-04-26 05:08:36,982 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' 2026-04-26 05:08:36,982 - performance.py[DEBUG]: cloud-init stage: 'modules-final' took 0.126 seconds 2026-04-26 05:08:36,982 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final 2026-04-26 05:12:00,548 - log_util.py[DEBUG]: Cloud-init v. 24.4.1-0ubuntu0~20.04.3 running 'init-local' at Sun, 26 Apr 2026 05:12:00 +0000. Up 7.83 seconds. 2026-04-26 05:12:00,550 - main.py[INFO]: PID [1] started cloud-init 'init-local'. 2026-04-26 05:12:00,550 - main.py[DEBUG]: No kernel command line url found. 2026-04-26 05:12:00,550 - main.py[DEBUG]: Closing stdin 2026-04-26 05:12:00,552 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [640] 0 bytes 2026-04-26 05:12:00,552 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 104:4 2026-04-26 05:12:00,552 - util.py[DEBUG]: Reading from /var/lib/cloud/data/python-version (quiet=False) 2026-04-26 05:12:00,554 - util.py[DEBUG]: Reading 3 bytes from /var/lib/cloud/data/python-version 2026-04-26 05:12:00,554 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished 2026-04-26 05:12:00,554 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] 2026-04-26 05:12:00,554 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2026-04-26 05:12:00,555 - util.py[DEBUG]: Reading 15020 bytes from /var/lib/cloud/instance/obj.pkl 2026-04-26 05:12:00,569 - stages.py[DEBUG]: cache invalid in datasource: DataSourceEc2Local 2026-04-26 05:12:00,569 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: cache invalid in datasource: DataSourceEc2Local 2026-04-26 05:12:00,569 - stages.py[DEBUG]: Using distro class 2026-04-26 05:12:00,570 - sources[DEBUG]: Looking for data source in: ['Ec2', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] 2026-04-26 05:12:00,572 - sources[DEBUG]: Searching for local data source in: ['DataSourceEc2Local'] 2026-04-26 05:12:00,572 - handlers.py[DEBUG]: start: init-local/search-Ec2Local: searching for local data from DataSourceEc2Local 2026-04-26 05:12:00,572 - sources[DEBUG]: Seeing if we can get any data from 2026-04-26 05:12:00,572 - sources[DEBUG]: Update datasource metadata and network config due to events: boot-new-instance 2026-04-26 05:12:00,572 - util.py[DEBUG]: Reading from /sys/hypervisor/uuid (quiet=False) 2026-04-26 05:12:00,572 - util.py[DEBUG]: Reading 37 bytes from /sys/hypervisor/uuid 2026-04-26 05:12:00,572 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial 2026-04-26 05:12:00,572 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/chassis_asset_tag 2026-04-26 05:12:00,572 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/sys_vendor 2026-04-26 05:12:00,572 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_name 2026-04-26 05:12:00,573 - sources[DEBUG]: Detected DataSourceEc2Local 2026-04-26 05:12:00,573 - DataSourceEc2.py[DEBUG]: strict_mode: warn, cloud_name=aws cloud_platform=ec2 2026-04-26 05:12:00,573 - util.py[DEBUG]: Reading from /sys/class/net/eth0/name_assign_type (quiet=False) 2026-04-26 05:12:00,574 - net[DEBUG]: Found unstable nic names: ['eth0']; calling udfbd84dc9f9](2025-07-21 13:28:35) - Error al guardar imagen localmente [2a3956e0-1157-4767-93cc-b74c920d8b22](2025-07-21 13:28:35) - Error al guardar imagen localmente [947c9bb4-4129-44b6-bbe2-aa0ab6787a40](2025-07-21 13:28:35) - Error al guardar imagen localmente [30389993-7b9f-4de6-ac7a-44abd33129a7](2025-07-21 13:28:35) - Error al guardar imagen localmente [25acc7cb-a177-438f-aab4-0f5931574fa3](2025-07-21 13:28:35) - Error al guardar imagen localmente [d5207ff8-ce5d-4b8f-a775-f9606db3599a](2025-07-21 13:28:35) - Error al guardar imagen localmente [a76f7e2c-3402-4a31-9159-113caf79e74a](2025-07-21 13:28:35) - Error al guardar imagen localmente [1420098f-7c6e-45e2-bef7-7d5bdcc635ce](2025-07-21 13:28:35) - Error al guardar imagen localmente [80ffadb9-f0ab-4097-ae33-d6410ea8db02](2025-07-21 13:28:35) - Error al guardar imagen localmente [cd2abea0-1753-4af2-8b0e-e804d76d80c4](2025-07-21 13:28:35) - Error al guardar imagen localmente [a850bd11-0323-4ee6-9b9b-caff24b9c0d3](2025-07-21 13:28:35) - Error al guardar imagen localmente [4a97f8a1-31ad-44d1-8d6b-0afdd73c7f16](2025-07-21 13:28:35) - Error al guardar imagen localmente [30dc3b5f-79d8-4697-8bba-4b6d46ca4455](2025-07-21 13:28:37) - Error al guardar imagen localmente [52569634-b01c-4a94-8732-4a86bc217515](2025-07-21 13:28:37) - Error al guardar imagen localmente [f35a3267-552b-473f-809b-9bf14f7ce90f](2025-07-21 13:28:37) - Error al guardar imagen localmente [d679c8d0-51d7-4364-ab0f-dd9afb22c86b](2025-07-21 13:28:37) - Error al guardar imagen localmente [c2d2ce1d-36e0-4272-9357-8ecb215eff21](2025-07-21 13:28:37) - Error al guardar imagen localmente [46ae9520-bec4-4029-b7d0-87d6c43e2f68](2025-07-21 13:28:37) - Error al guardar imagen localmente [c9ee19b1-8d22-4287-8a4b-8b2871a025f8](2025-07-21 13:28:37) - Error al guardar imagen localmente [61986b90-0678-4584-b6a1-006d2ab163ac](2025-07-21 13:28:37) - Error al guardar imagen localmente [de3c9fa2-e498-41d2-9dd8-8d52da0652c7](2025-07-21 13:28:37) - Error al guardar imagen localmente [c843d5ee-c72a-4bc1-8475-5441b6bcd252](2025-07-21 13:28:37) - Error al guardar imagen localmente [3e413fd5-a509-4cfc-a85c-10770e6336d8](2025-07-21 13:28:37) - Error al guardar imagen localmente [7a1308ca-d8ca-4b5d-a5f6-1bdfdec227af](2025-07-21 13:28:37) - Error al guardar imagen localmente [33875973-46e6-47d9-82f3-2e7f15a0100d](2025-07-21 13:28:37) - Error al guardar imagen localmente [947c9bb4-4129-44b6-bbe2-aa0ab6787a40](2025-07-21 13:28:37) - Error al guardar imagen localmente [cccf617a-2597-4ad9-8777-75837142678f](2025-07-21 13:28:37) - Error al guardar imagen localmente [3a762715-e8fd-4dc7-9dba-5ad78812b938](2025-07-21 13:28:37) - Error al guardar imagen localmente [2a3956e0-1157-4767-93cc-b74c920d8b22](2025-07-21 13:28:37) - Error al guardar imagen localmente [dd1b1361-7c29-455c-8b17-62fbd84dc9f9](2025-07-21 13:28:37) - Error al guardar imagen localmente [1420098f-7c6e-45e2-bef7-7d5bdcc635ce](2025-07-21 13:28:37) - Error al guardar imagen localmente [4e605981-8099-4dc4-b141-93b83d309104](2025-07-21 13:28:37) - Error al guardar imagen localmente [d5207ff8-ce5d-4b8f-a775-f9606db3599a](2025-07-21 13:28:37) - Error al guardar imagen localmente [a885505a-8391-4017-999c-0ba4461cf884](2025-07-21 13:28:37) - Error al guardar imagen localmente [80ffadb9-f0ab-4097-ae33-d6410ea8db02](2025-07-21 13:28:37) - Error al guardar imagen localmente [30389993-7b9f-4de6-ac7a-44abd33129a7](2025-07-21 13:28:37) - Error al guardar imagen localmente [25acc7cb-a177-438f-aab4-0f5931574fa3](2025-07-21 13:28:37) - Error al guardar imagen localmente [a76f7e2c-3402-4a31-9159-113caf79e74a](2025-07-21 13:28:37) - Error al guardar imagen localmente [cd2abea0-1753-4af2-8b0e-e804d76d80c4](2025-07-21 13:28:37) - Error al guardar imagen localmente [a850bd11-0323-4ee6-9b9b-caff24b9c0d3](2025-07-21 13:28:37) - Error al guardar imagen localmente [4a97f8a1-31ad-44d1-8d6b-0afdd73c7f16](2025-07-21 13:28:37) - Error al guardar imagen localmente [30dc3b5f-79d8-4697-8bba-4b6d46ca4455](2025-07-21 13:28:39) - Error al guardar imagen localmente [52569634-b01c-4a94-8732-4a86bc217515](2025-07-21 13:33:21) - Error al guardar imagen localmente [cd2abea0-1753-4af2-8b0e-e804d76d80c4](2025-07-21 13:33:21) - Error al guardar imagen localmente [46ae9520-bec4-4029-b7d0-87d6c43e2f68](2025-07-21 13:33:21) - Error al guardar imagen localmente [52569634-b01c-4a94-8732-4a86bc217515](2025-07-21 13:33:21) - Error al guardar imagen localmente [33875973-46e6-47d9-82f3-2e7f15a0100d](2025-07-21 13:33:21) - Error al guardar imagen localmente [2a3956e0-1157-4767-93cc-b74c920d8b22](2025-07-21 13:33:21) - Error al guardar imagen localmente [3e413fd5-a509-4cfc-a85c-10770e6336d8](2025-07-21 13:33:21) - Error al guardar imagen localmente [3a762715-e8fd-4dc7-9dba-5ad78812b938](2025-07-21 13:33:21) - Error al guardar imagen localmente [dd1b1361-7c29-455c-8b17-62fbd84dc9f9](2025-07-21 13:33:21) - Error al guardar imagen localmente [4e605981-8099-4dc4-b141-93b83d309104](2025-07-21 13:33:21) - Error al guardar imagen localmente [d679c8d0-51d7-4364-ab0f-dd9afb22c86b](2025-07-21 13:33:21) - Error al guardar imagen localmente [61986b90-0678-4584-b6a1-006d2ab163ac](2025-07-21 13:33:21) - Error al guardar imagen localmente [a885505a-8391-4017-999c-0ba4461cf884](2025-07-21 13:33:21) - Error al guardar imagen localmente [30389993-7b9f-4de6-ac7a-44abd33129a7](2025-07-21 13:33:21) - Error al guardar imagen localmente [947c9bb4-4129-44b6-bbe2-aa0ab6787a40](2025-07-21 13:33:21) - Error al guardar imagen localmente [c9ee19b1-8d22-4287-8a4b-8b2871a025f8](2025-07-21 13:33:21) - Error al guardar imagen localmente [a76f7e2c-3402-4a31-9159-113caf79e74a](2025-07-21 13:33:21) - Error al guardar imagen localmente [cccf617a-2597-4ad9-8777-75837142678f](2025-07-21 13:33:21) - Error al guardar imagen localmente [d5207ff8-ce5d-4b8f-a775-f9606db3599a](2025-07-21 13:33:21) - Error al guardar imagen localmente [a850bd11-0323-4ee6-9b9b-caff24b9c0d3](2025-07-21 13:33:21) - Error al guardar imagen localmente [4a97f8a1-31ad-44d1-8d6b-0afdd73c7f16](2025-07-21 13:33:21) - Error al guardar imagen localmente [30dc3b5f-79d8-4697-8bba-4b6d46ca4455](2025-07-21 13:33:23) - Error al guardar imagen localmente [c843d5ee-c72a-4bc1-8475-5441b6bcd252](2025-07-21 13:33:23) - Error al guardar imagen localmente [80ffadb9-f0ab-4097-ae33-d6410ea8db02](2025-07-21 13:33:23) - Error al guardar imagen localmente [de3c9fa2-e498-41d2-9dd8-8d52da0652c7](2025-07-21 13:33:23) - Error al guardar imagen localmente [c2d2ce1d-36e0-4272-9357-8ecb215eff21](2025-07-21 13:33:23) - Error al guardar imagen localmente [f35a3267-552b-473f-809b-9bf14f7ce90f](2025-07-21 13:33:23) - Error al guardar imagen localmente [1420098f-7c6e-45e2-bef7-7d5bdcc635ce](2025-07-21 13:33:23) - Error al guardar imagen localmente [52569634-b01c-4a94-8732-4a86bc217515](2025-07-21 13:33:23) - Error al guardar imagen localmente [33875973-46e6-47d9-82f3-2e7f15a0100d](2025-07-21 13:33:23) - Error al guardar imagen localmente [7a1308ca-d8ca-4b5d-a5f6-1bdfdec227af](2025-07-21 13:33:23) - Error al guardar imagen localmente [2a3956e0-1157-4767-93cc-b74c920d8b22](2025-07-21 13:33:23) - Error al guardar imagen localmente [3a762715-e8fd-4dc7-9dba-5ad78812b938](2025-07-21 13:33:23) - Error al guardar imagen localmente [dd1b1361-7c29-455c-8b17-62fbd84dc9f9](2025-07-21 13:33:23) - Error al guardar imagen localmente [4e605981-8099-4dc4-b141-93b83d309104](2025-07-21 13:33:23) - Error al guardar imagen localmente [d679c8d0-51d7-4364-ab0f-dd9afb22c86b](2025-07-21 13:33:23) - Error al guardar imagen localmente [61986b90-0678-4584-b6a1-006d2ab163ac](2025-07-21 13:33:23) - Error al guardar imagen localmente [25acc7cb-a177-438f-aab4-0f5931574fa3](2025-07-21 13:33:23) - Error al guardar imagen localmente [947c9bb4-4129-44b6-bbe2-aa0ab6787a40](2025-07-21 13:33:23) - Error al guardar imagen localmente [c9ee19b1-8d22-4287-8a4b-8b2871a025f8](2025-07-21 13:33:23) - Error al guardar imagen localmente [a885505a-8391-4017-999c-0ba4461cf884](2025-07-21 13:33:23) - Error al guardar imagen localmente [cd2abea0-1753-4af2-8b0e-e804d76d80c4](2025-07-21 13:33:23) - Error al guardar imagen localmente [3e413fd5-a509-4cfc-a85c-10770e6336d8](2025-07-21 13:33:23) - Error al ad1-ec9386a21e89](2024-05-22 18:09:42) - Intento 2 el registro no contiene foto asociada [22f32d22-cd03-462b-aad1-ec9386a21e89](2024-05-22 18:09:42) - ERROR al obtener imagen, intento: 3 , respuesta: null [22f32d22-cd03-462b-aad1-ec9386a21e89](2024-05-22 18:09:44) - No se pudo encontrar una imagen asociada a registro de CRM \n [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:09:49) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122180","MarcaId":"4597192000175771163","user":"igrimaldo@arochilindner.com"} [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:09:56) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:09:56) - Intento 0 el registro no contiene foto asociada [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:09:56) - ERROR al obtener imagen, intento: 1 , respuesta: null [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:09:58) - Intento 1 el registro no contiene foto asociada [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:09:58) - ERROR al obtener imagen, intento: 2 , respuesta: null [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:10:01) - Intento 2 el registro no contiene foto asociada [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:10:01) - ERROR al obtener imagen, intento: 3 , respuesta: null [c9c48cc3-6f1e-44f5-89ed-de7749ecd0dc](2024-05-22 18:10:03) - No se pudo encontrar una imagen asociada a registro de CRM \n [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:05) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122181","MarcaId":"4597192000175771221","user":"igrimaldo@arochilindner.com"} [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:12) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:12) - Intento 0 el registro no contiene foto asociada [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:12) - ERROR al obtener imagen, intento: 1 , respuesta: null [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:14) - Intento 1 el registro no contiene foto asociada [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:14) - ERROR al obtener imagen, intento: 2 , respuesta: null [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:16) - Intento 2 el registro no contiene foto asociada [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:16) - ERROR al obtener imagen, intento: 3 , respuesta: null [abd7bb78-39c2-4259-8a22-f01bc5c22387](2024-05-22 18:10:18) - No se pudo encontrar una imagen asociada a registro de CRM \n [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:20) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122182","MarcaId":"4597192000175771279","user":"igrimaldo@arochilindner.com"} [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:27) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:27) - Intento 0 el registro no contiene foto asociada [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:27) - ERROR al obtener imagen, intento: 1 , respuesta: null [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:29) - Intento 1 el registro no contiene foto asociada [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:29) - ERROR al obtener imagen, intento: 2 , respuesta: null [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:31) - Intento 2 el registro no contiene foto asociada [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:31) - ERROR al obtener imagen, intento: 3 , respuesta: null [0374d31b-cd59-4fe6-aefc-574fd470721b](2024-05-22 18:10:33) - No se pudo encontrar una imagen asociada a registro de CRM \n [67bc5bba-1931-45ee-9f00-104c60cb522a](2024-05-22 18:10:38) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122183","MarcaId":"4597192000175771337","user":"igrimaldo@arochilindner.com"} [67bc5bba-1931-45ee-9f00-104c60cb522a](205-22T17:22:33-06:00", "id": "4597192000175711821", "Created_By": { "name": "Ulises Zaldivar", "id": "4597192000143282101" } }, "message": "record updated", "status": "success" } ] } [af5d6485-f7af-440c-b6ba-5a9301f21969](2024-05-22 18:23:39) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122211.png [f4f2eec5-a4a1-4745-acc3-7774236d1d8f](2024-05-22 18:25:19) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122214","MarcaId":"4597192000175687431","user":"gbringas@arochilindner.com"} [f4f2eec5-a4a1-4745-acc3-7774236d1d8f](2024-05-22 18:25:26) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [f4f2eec5-a4a1-4745-acc3-7774236d1d8f](2024-05-22 18:25:26) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [f4f2eec5-a4a1-4745-acc3-7774236d1d8f](2024-05-22 18:25:26) - Imagen guardada localmente de manera exitosa [f4f2eec5-a4a1-4745-acc3-7774236d1d8f](2024-05-22 18:25:27) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T17:25:27-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T17:25:18-06:00", "id": "4597192000175687431", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [f4f2eec5-a4a1-4745-acc3-7774236d1d8f](2024-05-22 18:25:27) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122214.png [527616a9-a7a6-4bdb-8273-07086c85ffe7](2024-05-22 18:26:25) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122214","MarcaId":"4597192000175687431","user":"gbringas@arochilindner.com"} [527616a9-a7a6-4bdb-8273-07086c85ffe7](2024-05-22 18:26:32) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [527616a9-a7a6-4bdb-8273-07086c85ffe7](2024-05-22 18:26:33) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [527616a9-a7a6-4bdb-8273-07086c85ffe7](2024-05-22 18:26:33) - Imagen guardada localmente de manera exitosa [527616a9-a7a6-4bdb-8273-07086c85ffe7](2024-05-22 18:26:34) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T17:26:33-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T17:25:18-06:00", "id": "4597192000175687431", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [527616a9-a7a6-4bdb-8273-07086c85ffe7](2024-05-22 18:26:34) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122214.png [9f2a70cf-72e1-45fb-8295-b9bc8829fec8](2024-05-22 18:27:30) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122215","MarcaId":"4597192000175687513","user":"gbringas@arochilindner.com"} [9f2a70cf-72e1-45fb-8295-b9bc8829fec8](2024-05-22 18:27:37) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [9f2a70cf-72e1-45fb-8295-b9bc8829fec8](2024-05-22 18:27:37) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [9f2a70cf-72e1-45fb-8295-b9bc8829fec8](2024-05-22 18:27:37) - Imagen guardada localmente de manera exitosa [9f2a70cf-72e1-45fb-8295-b9bc8829fec8](2024-05-22 18:27:38) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T17:27:37-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T17:27:29-06:00", "id": "4597192000175687513", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [9f2a70cf-72e1-45fb-8295-b9bc8829fec8](2024-05-22 18:27:38) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122215.png [cfd64fd6-1855-4653-960e-d594ca323f4d](2024-05-22 18:27:58) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122215","MarcaId":"4597192000175687513","user":"gbringas@arochilindner.com"} [cfd64fd6-1855-4653-960e-d594ca323f4d](2024-05-22 18:28:05) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [cfd64fd6-1855-4653-960e-d594ca323f4d](2024-05-22 18:28:05) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [cfd64fd6-1855-4653-960e-d594ca323f4d](2024-05-22 18:28:05) - Imagen guardada localmente de manera exitosa [cfd64fd6-1855-4653-960e-d594ca323f4d](2024-05-22 18:28:07) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T17:28:06-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T17:27:29-06:00", "id": "4597192000175687513", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [cfd64fd6-1855-4653-960e-d594ca323f4d](2024-05-22 18:28:07) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122215.png [fc004044-5a8b-4d97-8dd1-15d92951f4fc](2024-05-22 18:29:12) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122216","MarcaId":"4597192000175711907","user":"uzaldivar@arochilindner.com"} [9a9973de-5515-49ed-b1ad-710b6aed9f22](2024-05-22 18:29:14) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122217","MarcaId":"4597192000175687596","user":"gbringas@arochilindner.com"} [fc004044-5a8b-4d97-8dd1-15d92951f4fc](2024-05-22 18:29:19) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [fc004044-5a8b-4d97-8dd1-15d92951f4fc](2024-05-22 18:29:19) - Intento 0 el registro no contiene foto asociada [fc004044-5a8b-4d97-8dd1-15d92951f4fc](2024-05-22 18:29:19) - ERROR al obtener imagen, intento: 1 , respuesta: null [9a9973de-5515-49ed-b1ad-710b6aed9f22](2024-05-22 18:29:21) - Tokens generados: 1000.3733176bbec89bcb9da66d6680790cb9.61b2e90f65fc0a4d33cdecca2989d668 [fc004044-5a8b-4d97-8dd1-15d92951f4fc](2024-05-22 18:29:22) - Intento 1 el registro no contiene foto asociada [fc004044-5a8b-4d97-8dd1-15d92951f4fc](2024-05-22 18:29:22) - ERROR al obtener imagen, intento: 2 , respuesta: null [9a9973de-5515-49ed-b1ad-710b6aed9f22](2024-05-22 18:29:22) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [9a9973de-5515-49ed-b1ad-710b6aed9f22](2024-05-22 18:29:22) - Imagen guardada localmente de manera exitosa [9a9973de-5515-49ed-b1ad-710b6aed9f22](20 "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [150de5de-d6c4-4b9e-bd08-1ecd882f0628](2024-05-22 21:38:55) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122238.png [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:01) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122239","MarcaId":"4597192000175802044","user":"gbringas@arochilindner.com"} [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:08) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:08) - Intento 0 el registro no contiene foto asociada [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:08) - ERROR al obtener imagen, intento: 1 , respuesta: null [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:10) - Intento 1 el registro no contiene foto asociada [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:10) - ERROR al obtener imagen, intento: 2 , respuesta: null [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:12) - Intento 2 el registro no contiene foto asociada [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:12) - ERROR al obtener imagen, intento: 3 , respuesta: null [f64b30e4-9513-4744-a4ce-0f2958bd5d31](2024-05-22 21:41:14) - No se pudo encontrar una imagen asociada a registro de CRM \n [b502e8bc-9cd0-43c9-95f0-7ba58dbb50b0](2024-05-22 21:41:30) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122239","MarcaId":"4597192000175802044","user":"gbringas@arochilindner.com"} [b502e8bc-9cd0-43c9-95f0-7ba58dbb50b0](2024-05-22 21:41:37) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [b502e8bc-9cd0-43c9-95f0-7ba58dbb50b0](2024-05-22 21:41:38) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [b502e8bc-9cd0-43c9-95f0-7ba58dbb50b0](2024-05-22 21:41:38) - Imagen guardada localmente de manera exitosa [b502e8bc-9cd0-43c9-95f0-7ba58dbb50b0](2024-05-22 21:41:39) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T20:41:38-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T20:41:00-06:00", "id": "4597192000175802044", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [b502e8bc-9cd0-43c9-95f0-7ba58dbb50b0](2024-05-22 21:41:39) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122239.png [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:42:58) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122240","MarcaId":"4597192000175802176","user":"gbringas@arochilindner.com"} [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:05) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:06) - Intento 0 el registro no contiene foto asociada [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:06) - ERROR al obtener imagen, intento: 1 , respuesta: null [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:08) - Intento 1 el registro no contiene foto asociada [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:08) - ERROR al obtener imagen, intento: 2 , respuesta: null [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:10) - Intento 2 el registro no contiene foto asociada [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:10) - ERROR al obtener imagen, intento: 3 , respuesta: null [985f2178-c0d3-47b5-b06a-9d643cad4f23](2024-05-22 21:43:12) - No se pudo encontrar una imagen asociada a registro de CRM \n [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:04) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122241","MarcaId":"4597192000175802235","user":"gbringas@arochilindner.com"} [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:11) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:11) - Intento 0 el registro no contiene foto asociada [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:11) - ERROR al obtener imagen, intento: 1 , respuesta: null [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:13) - Intento 1 el registro no contiene foto asociada [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:13) - ERROR al obtener imagen, intento: 2 , respuesta: null [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:16) - Intento 2 el registro no contiene foto asociada [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:16) - ERROR al obtener imagen, intento: 3 , respuesta: null [e40d8bf0-bacb-4515-936f-e158d8d26cdd](2024-05-22 21:44:18) - No se pudo encontrar una imagen asociada a registro de CRM \n [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:07) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122242","MarcaId":"4597192000175802294","user":"gbringas@arochilindner.com"} [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:14) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:15) - Intento 0 el registro no contiene foto asociada [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:15) - ERROR al obtener imagen, intento: 1 , respuesta: null [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:17) - Intento 1 el registro no contiene foto asociada [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:17) - ERROR al obtener imagen, intento: 2 , respuesta: null [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:19) - Intento 2 el registro no contiene foto asociada [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:19) - ERROR al obtener imagen, intento: 3 , respuesta: null [b2c74270-aea6-460f-a97e-95bc1e395910](2024-05-22 21:45:21) - No se pudo encontrar una imagen asociada a registro de CRM \n [4d61bce2-1f69-45ad-964d-330ec56d1d8c](2024-05-22 21:45:40) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122242","MarcaId":"4597192000175802294","user":"gbringas@arochilindner.com"} [4d61bce2-1f69-45ad-964d-330ec56d1d8c](2024-05-22 21:45:47) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [4d61bce2-1f69-45ad-964d-330ec56d1d8c](2024-05-22 21:45:48) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [4d61bce2-1f69-45ad-964d-330ec56d1d8c](2024-05-22 21:45:48) - Imagen guardada localmente de manera exitosa [4d61bce2-1f69-45ad-964d-330ec56d1d8c](2024-05-22 21:45:48) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T20:45:48-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T20:45:07-06:00", "id": "4597192000175802294", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [4d61bce2-1f69-45ad-964d-330ec56d1d8c](2024-05-22 21:45:48) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122242.png [3c78c766-0e62-4df8-b223-a9feff05a86c](2024-05-22 21:49:31) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122243","MarcaId":"4597192000175802383","user":"gbringas@arochilindner.com"} [3c78c766-0e62-4df8-b223-a9feff05a86c](2024-05-22 21:49:38) - Tokens generados: 1000.333586be1cb4e2e9c71939fba4694916.c7f072880e4a06024c809e936f2d85aa [3c78c766-0e62-4df8-b223-a9feff05a86c](2024-05-22 21:49:39) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [3c78c766-0e62-4df8-b223-a9feff05a86c](2024-05-22 21:49:39) - Imagen guardada localmente de manera exitosa [3c78c766-0e62-4df8-b223-a9feff05a86c](2024-05-22 21:49:39) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T20:49:39-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T20:49:30-06:00", "id": "4597192000175802383", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [3c78c766-0e62-4df8-b223-a9feff05a86c](2024-05-22 21:49:39) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122243.png [25540664-c889-40b9-9eaf-9c247c8d0759](2024-05-22 21:50:05) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122243","MarcaId":"4597192000175802383","user":"gbringas@arochilindner.com"} [25540664-c889-40b9-9eaf-9c247c8d0759](2024-05-22 21:50:13) - Tokens generados: 1000.b98d8f524d2fd400797b36381103aeef.4026d9d44f67ef27847c8b8b849ec402 [25540664-c889-40b9-9eaf-9c247c8d0759](2024-05-22 21:50:14) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [25540664-c889-40b9-9eaf-9c247c8d0759](2024-05-22 21:50:14) - Imagen guardada localmente de manera exitosa [25540664-c889-40b9-9eaf-9c247c8d0759](2024-05-22 21:50:14) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T20:50:14-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T20:49:30-06:00", "id": "4597192000175802383", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [25540664-c889-40b9-9eaf-9c247c8d0759](2024-05-22 21:50:14) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122243.png [a58c6dcb-3b26-435f-9cb6-c000d46caa07](2024-05-22 21:51:24) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122244","MarcaId":"4597192000175802472","user":"gbringas@arochilindner.com"} [a58c6dcb-3b26-435f-9cb6-c000d46caa07](2024-05-22 21:51:31) - Tokens generados: 1000.b98d8f524d2fd400797b36381103aeef.4026d9d44f67ef27847c8b8b849ec402 [a58c6dcb-3b26-435f-9cb6-c000d46caa07](2024-05-22 21:51:32) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [a58c6dcb-3b26-435f-9cb6-c000d46caa07](2024-05-22 21:51:32) - Imagen guardada localmente de manera exitosa [a58c6dcb-3b26-435f-9cb6-c000d46caa07](2024-05-22 21:51:33) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T20:51:33-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T20:51:23-06:00", "id": "4597192000175802472", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [a58c6dcb-3b26-435f-9cb6-c000d46caa07](2024-05-22 21:51:33) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122244.png [702598b9-08f9-471c-9581-2125c2b96a62](2024-05-22 21:51:58) - Proceso de subida de imagen iniciado, data: {"source":"webhook","RefAL":"MAR-122244","MarcaId":"4597192000175802472","user":"gbringas@arochilindner.com"} [702598b9-08f9-471c-9581-2125c2b96a62](2024-05-22 21:52:05) - Tokens generados: 1000.b98d8f524d2fd400797b36381103aeef.4026d9d44f67ef27847c8b8b849ec402 [702598b9-08f9-471c-9581-2125c2b96a62](2024-05-22 21:52:05) - Intento 0 para obtener imagen de marca de CRM, respuesta: 200 [702598b9-08f9-471c-9581-2125c2b96a62](2024-05-22 21:52:05) - Imagen guardada localmente de manera exitosa [702598b9-08f9-471c-9581-2125c2b96a62](2024-05-22 21:52:06) - Intento 0 para actualizar CRM con datos de url de marca: { "data": [ { "code": "SUCCESS", "details": { "Modified_Time": "2024-05-22T20:52:06-06:00", "Modified_By": { "name": "Aptus Legal Administrator", "id": "4597192000000287001" }, "Created_Time": "2024-05-22T20:51:23-06:00", "id": "4597192000175802472", "Created_By": { "name": "German Bringas Cadena", "id": "4597192000053432501" } }, "message": "record updated", "status": "success" } ] } [702598b9-08f9-471c-9581-2125c2b96a62](2024-05-22 21:52:06) - Proceso finalizado exitosamente, URL: https://aptuslegal.app/imagenesAptusLegal/arochi/LogosArochi/MAR-122244.png