Skip to content

Instantly share code, notes, and snippets.

@arpit15
Created June 27, 2022 19:17
Show Gist options
  • Save arpit15/528e7368a7da1052e0146a6c553be861 to your computer and use it in GitHub Desktop.
Save arpit15/528e7368a7da1052e0146a6c553be861 to your computer and use it in GitHub Desktop.
ubuntu@ip-10-0-0-178:/var/log$ cat cloud-init.log
2022-06-27 18:57:08,433 - util.py[DEBUG]: Cloud-init v. 22.2-0ubuntu1~20.04.2 running 'init-local' at Mon, 27 Jun 2022 18:57:08 +0000. Up 34.37 seconds.
2022-06-27 18:57:08,433 - main.py[DEBUG]: No kernel command line url found.
2022-06-27 18:57:08,433 - main.py[DEBUG]: Closing stdin.
2022-06-27 18:57:08,436 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes
2022-06-27 18:57:08,437 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 104:4
2022-06-27 18:57:08,498 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished
2022-06-27 18:57:08,499 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check]
2022-06-27 18:57:08,499 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2022-06-27 18:57:08,499 - stages.py[DEBUG]: no cache found
2022-06-27 18:57:08,499 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found
2022-06-27 18:57:08,499 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2022-06-27 18:57:08,506 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2022-06-27 18:57:08,506 - __init__.py[DEBUG]: Looking for data source in: ['Ec2', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM']
2022-06-27 18:57:08,515 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceEc2Local']
2022-06-27 18:57:08,515 - handlers.py[DEBUG]: start: init-local/search-Ec2Local: searching for local data from DataSourceEc2Local
2022-06-27 18:57:08,515 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceEc2.DataSourceEc2Local'>
2022-06-27 18:57:08,515 - __init__.py[DEBUG]: Update datasource metadata and network config due to events: boot-new-instance
2022-06-27 18:57:08,515 - util.py[DEBUG]: Reading from /sys/hypervisor/uuid (quiet=False)
2022-06-27 18:57:08,516 - util.py[DEBUG]: Read 37 bytes from /sys/hypervisor/uuid
2022-06-27 18:57:08,516 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial
2022-06-27 18:57:08,516 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/chassis_asset_tag
2022-06-27 18:57:08,516 - dmi.py[DEBUG]: querying dmi data /sys/class/dmi/id/sys_vendor
2022-06-27 18:57:08,516 - DataSourceEc2.py[DEBUG]: strict_mode: warn, cloud_name=aws cloud_platform=ec2
2022-06-27 18:57:08,516 - util.py[DEBUG]: Reading from /sys/class/net/eth0/name_assign_type (quiet=False)
2022-06-27 18:57:08,516 - __init__.py[DEBUG]: Found unstable nic names: ['eth0']; calling udevadm settle
2022-06-27 18:57:08,516 - subp.py[DEBUG]: Running command ['udevadm', 'settle'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,536 - util.py[DEBUG]: Waiting for udev events to settle took 0.020 seconds
2022-06-27 18:57:08,536 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,536 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,536 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False)
2022-06-27 18:57:08,537 - __init__.py[DEBUG]: Interface has no carrier: eth0
2022-06-27 18:57:08,537 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False)
2022-06-27 18:57:08,537 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False)
2022-06-27 18:57:08,537 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate
2022-06-27 18:57:08,537 - dhcp.py[DEBUG]: Performing a dhcp discovery on eth0
2022-06-27 18:57:08,537 - util.py[DEBUG]: Copying /usr/sbin/dhclient to /var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhclient
2022-06-27 18:57:08,542 - subp.py[DEBUG]: Running command ['ip', 'link', 'set', 'dev', 'eth0', 'up'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,555 - subp.py[DEBUG]: Running command ['/var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhclient', '-1', '-v', '-lf', '/var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhcp.leases', '-pf', '/var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhclient.pid', 'eth0', '-sf', '/bin/true'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,583 - util.py[DEBUG]: All files appeared after 0 seconds: ['/var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhclient.pid', '/var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhcp.leases']
2022-06-27 18:57:08,584 - util.py[DEBUG]: Reading from /var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhclient.pid (quiet=False)
2022-06-27 18:57:08,584 - util.py[DEBUG]: Read 4 bytes from /var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhclient.pid
2022-06-27 18:57:08,584 - util.py[DEBUG]: Reading from /proc/432/stat (quiet=True)
2022-06-27 18:57:08,584 - util.py[DEBUG]: Read 306 bytes from /proc/432/stat
2022-06-27 18:57:08,584 - dhcp.py[DEBUG]: killing dhclient with pid=432
2022-06-27 18:57:08,585 - util.py[DEBUG]: Reading from /var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhcp.leases (quiet=False)
2022-06-27 18:57:08,585 - util.py[DEBUG]: Read 513 bytes from /var/tmp/cloud-init/cloud-init-dhcp-zw09g9er/dhcp.leases
2022-06-27 18:57:08,585 - dhcp.py[DEBUG]: Received dhcp lease on eth0 for 10.0.0.178/255.255.255.0
2022-06-27 18:57:08,586 - __init__.py[DEBUG]: Attempting setup of ephemeral network on eth0 with 10.0.0.178/24 brd 10.0.0.255
2022-06-27 18:57:08,586 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'addr', 'add', '10.0.0.178/24', 'broadcast', '10.0.0.255', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,588 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'link', 'set', 'dev', 'eth0', 'up'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,591 - subp.py[DEBUG]: Running command ['ip', 'route', 'show', '0.0.0.0/0'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,593 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'add', '10.0.0.1', 'dev', 'eth0', 'src', '10.0.0.178'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,596 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'add', 'default', 'via', '10.0.0.1', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,599 - util.py[DEBUG]: Resolving URL: http://169.254.169.254 took 0.001 seconds
2022-06-27 18:57:08,599 - util.py[DEBUG]: Resolving URL: http://[fd00:ec2::254] took 0.000 seconds
2022-06-27 18:57:08,600 - util.py[DEBUG]: Resolving URL: http://instance-data.:8773 took 0.000 seconds
2022-06-27 18:57:08,600 - DataSourceEc2.py[DEBUG]: Removed the following from metadata urls: ['http://instance-data.:8773']
2022-06-27 18:57:08,600 - DataSourceEc2.py[DEBUG]: Fetching Ec2 IMDSv2 API Token
2022-06-27 18:57:08,602 - 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', 'allow_redirects': True, 'method': 'PUT', 'timeout': 50.0, 'headers': {'User-Agent': 'Cloud-Init/22.2-0ubuntu1~20.04.2', 'X-aws-ec2-metadata-token-ttl-seconds': 'REDACTED'}} configuration
2022-06-27 18:57:08,607 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/api/token (200, 56b) after 1 attempts
2022-06-27 18:57:08,607 - DataSourceEc2.py[DEBUG]: Using metadata source: 'http://169.254.169.254'
2022-06-27 18:57:08,608 - 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', 'allow_redirects': True, 'method': 'GET', 'headers': {'User-Agent': 'Cloud-Init/22.2-0ubuntu1~20.04.2', 'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,610 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-id (200, 19b) after 1 attempts
2022-06-27 18:57:08,610 - DataSourceEc2.py[DEBUG]: Found preferred metadata version 2021-03-23
2022-06-27 18:57:08,610 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,613 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/user-data (200, 4010b) after 1 attempts
2022-06-27 18:57:08,613 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,615 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ (200, 318b) after 1 attempts
2022-06-27 18:57:08,615 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,617 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ (200, 286b) after 1 attempts
2022-06-27 18:57:08,617 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,620 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ami (200, 9b) after 1 attempts
2022-06-27 18:57:08,620 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral0' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral0', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,622 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral0 (200, 5b) after 1 attempts
2022-06-27 18:57:08,622 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral1' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral1', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,624 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral1 (200, 5b) after 1 attempts
2022-06-27 18:57:08,625 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral10' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral10', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,627 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral10 (200, 5b) after 1 attempts
2022-06-27 18:57:08,627 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral11' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral11', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,629 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral11 (200, 5b) after 1 attempts
2022-06-27 18:57:08,630 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral12' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral12', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,632 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral12 (200, 5b) after 1 attempts
2022-06-27 18:57:08,632 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral13' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral13', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,634 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral13 (200, 5b) after 1 attempts
2022-06-27 18:57:08,635 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral14' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral14', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,637 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral14 (200, 5b) after 1 attempts
2022-06-27 18:57:08,637 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral15' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral15', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,639 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral15 (200, 5b) after 1 attempts
2022-06-27 18:57:08,640 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral16' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral16', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,642 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral16 (200, 5b) after 1 attempts
2022-06-27 18:57:08,642 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral17' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral17', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,644 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral17 (200, 5b) after 1 attempts
2022-06-27 18:57:08,644 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral18' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral18', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,646 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral18 (200, 5b) after 1 attempts
2022-06-27 18:57:08,647 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral19' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral19', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,649 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral19 (200, 5b) after 1 attempts
2022-06-27 18:57:08,649 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral2' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral2', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,651 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral2 (200, 5b) after 1 attempts
2022-06-27 18:57:08,651 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral20' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral20', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,653 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral20 (200, 5b) after 1 attempts
2022-06-27 18:57:08,653 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral21' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral21', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,655 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral21 (200, 5b) after 1 attempts
2022-06-27 18:57:08,655 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral22' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral22', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,658 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral22 (200, 5b) after 1 attempts
2022-06-27 18:57:08,658 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral23' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral23', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,660 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral23 (200, 5b) after 1 attempts
2022-06-27 18:57:08,660 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral3' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral3', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,662 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral3 (200, 5b) after 1 attempts
2022-06-27 18:57:08,662 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral4' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral4', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,664 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral4 (200, 5b) after 1 attempts
2022-06-27 18:57:08,665 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral5' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral5', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,667 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral5 (200, 5b) after 1 attempts
2022-06-27 18:57:08,667 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral6' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral6', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,669 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral6 (200, 5b) after 1 attempts
2022-06-27 18:57:08,669 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral7' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral7', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,671 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral7 (200, 5b) after 1 attempts
2022-06-27 18:57:08,671 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral8' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral8', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,673 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral8 (200, 5b) after 1 attempts
2022-06-27 18:57:08,674 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral9' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral9', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,676 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/block-device-mapping/ephemeral9 (200, 5b) after 1 attempts
2022-06-27 18:57:08,676 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,678 - 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
2022-06-27 18:57:08,678 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,680 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/ (200, 12b) after 1 attempts
2022-06-27 18:57:08,681 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,683 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/maintenance/ (200, 17b) after 1 attempts
2022-06-27 18:57:08,683 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,685 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/maintenance/history (200, 2b) after 1 attempts
2022-06-27 18:57:08,685 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,687 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/events/maintenance/scheduled (200, 2b) after 1 attempts
2022-06-27 18:57:08,687 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/iam/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/iam/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,689 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/iam/ (200, 26b) after 1 attempts
2022-06-27 18:57:08,689 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/iam/info' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/iam/info', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,691 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/iam/info (200, 257b) after 1 attempts
2022-06-27 18:57:08,692 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,694 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ (200, 4b) after 1 attempts
2022-06-27 18:57:08,694 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,696 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/identity-credentials/ec2/ (200, 26b) after 1 attempts
2022-06-27 18:57:08,696 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,698 - 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
2022-06-27 18:57:08,698 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,700 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/metrics/ (200, 7b) after 1 attempts
2022-06-27 18:57:08,700 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,702 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/metrics/vhostmd (200, 38b) after 1 attempts
2022-06-27 18:57:08,703 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,705 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/ (200, 11b) after 1 attempts
2022-06-27 18:57:08,705 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,707 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/ (200, 5b) after 1 attempts
2022-06-27 18:57:08,707 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,709 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/ (200, 18b) after 1 attempts
2022-06-27 18:57:08,709 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,711 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ (200, 230b) after 1 attempts
2022-06-27 18:57:08,712 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ipv4-associations/' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ipv4-associations/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,714 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ipv4-associations/ (200, 14b) after 1 attempts
2022-06-27 18:57:08,714 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ipv4-associations/18.189.185.129' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ipv4-associations/18.189.185.129', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,716 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/ipv4-associations/18.189.185.129 (200, 10b) after 1 attempts
2022-06-27 18:57:08,716 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/device-number' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/device-number', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,719 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/device-number (200, 1b) after 1 attempts
2022-06-27 18:57:08,719 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/interface-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/interface-id', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,721 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/interface-id (200, 21b) after 1 attempts
2022-06-27 18:57:08,721 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/local-hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/local-hostname', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,723 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/local-hostname (200, 40b) after 1 attempts
2022-06-27 18:57:08,723 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/local-ipv4s' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/local-ipv4s', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,726 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/local-ipv4s (200, 10b) after 1 attempts
2022-06-27 18:57:08,726 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/mac' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/mac', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,728 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/mac (200, 17b) after 1 attempts
2022-06-27 18:57:08,728 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/owner-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/owner-id', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,730 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/owner-id (200, 12b) after 1 attempts
2022-06-27 18:57:08,730 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/public-hostname' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/public-hostname', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,732 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/public-hostname (200, 50b) after 1 attempts
2022-06-27 18:57:08,733 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/public-ipv4s' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/public-ipv4s', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,735 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/public-ipv4s (200, 14b) after 1 attempts
2022-06-27 18:57:08,735 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/security-group-ids' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/security-group-ids', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,737 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/security-group-ids (200, 20b) after 1 attempts
2022-06-27 18:57:08,737 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/security-groups' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/security-groups', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,739 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/security-groups (200, 44b) after 1 attempts
2022-06-27 18:57:08,740 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/subnet-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/subnet-id', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,742 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/subnet-id (200, 24b) after 1 attempts
2022-06-27 18:57:08,742 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/subnet-ipv4-cidr-block' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/subnet-ipv4-cidr-block', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,744 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/subnet-ipv4-cidr-block (200, 11b) after 1 attempts
2022-06-27 18:57:08,744 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-id' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-id', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,746 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-id (200, 21b) after 1 attempts
2022-06-27 18:57:08,747 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-ipv4-cidr-block' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-ipv4-cidr-block', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,749 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-ipv4-cidr-block (200, 11b) after 1 attempts
2022-06-27 18:57:08,749 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-ipv4-cidr-blocks' with {'url': 'http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-ipv4-cidr-blocks', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,751 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/network/interfaces/macs/02:da:1f:e8:5c:2e/vpc-ipv4-cidr-blocks (200, 11b) after 1 attempts
2022-06-27 18:57:08,751 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,753 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/ (200, 45b) after 1 attempts
2022-06-27 18:57:08,753 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,756 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/availability-zone (200, 10b) after 1 attempts
2022-06-27 18:57:08,756 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,758 - 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
2022-06-27 18:57:08,758 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,761 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/placement/region (200, 9b) after 1 attempts
2022-06-27 18:57:08,761 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,763 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-keys/ (200, 6b) after 1 attempts
2022-06-27 18:57:08,763 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,765 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-keys/0/openssh-key (200, 386b) after 1 attempts
2022-06-27 18:57:08,765 - 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/', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,767 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/services/ (200, 16b) after 1 attempts
2022-06-27 18:57:08,768 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,770 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/services/domain (200, 13b) after 1 attempts
2022-06-27 18:57:08,770 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,772 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/services/partition (200, 3b) after 1 attempts
2022-06-27 18:57:08,772 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,774 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ami-id (200, 21b) after 1 attempts
2022-06-27 18:57:08,774 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,776 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ami-launch-index (200, 1b) after 1 attempts
2022-06-27 18:57:08,776 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,778 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/ami-manifest-path (200, 9b) after 1 attempts
2022-06-27 18:57:08,779 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,780 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/hostname (200, 40b) after 1 attempts
2022-06-27 18:57:08,781 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,783 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-action (200, 4b) after 1 attempts
2022-06-27 18:57:08,783 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,785 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-id (200, 19b) after 1 attempts
2022-06-27 18:57:08,785 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,787 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-life-cycle (200, 9b) after 1 attempts
2022-06-27 18:57:08,787 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,789 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/instance-type (200, 8b) after 1 attempts
2022-06-27 18:57:08,789 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,791 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/local-hostname (200, 40b) after 1 attempts
2022-06-27 18:57:08,792 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,794 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/local-ipv4 (200, 10b) after 1 attempts
2022-06-27 18:57:08,794 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,796 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/mac (200, 17b) after 1 attempts
2022-06-27 18:57:08,796 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,798 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/profile (200, 11b) after 1 attempts
2022-06-27 18:57:08,799 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,801 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-hostname (200, 50b) after 1 attempts
2022-06-27 18:57:08,801 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,803 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/public-ipv4 (200, 14b) after 1 attempts
2022-06-27 18:57:08,803 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,805 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/reservation-id (200, 19b) after 1 attempts
2022-06-27 18:57:08,805 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,807 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/meta-data/security-groups (200, 44b) after 1 attempts
2022-06-27 18:57:08,808 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,810 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity (200, 33b) after 1 attempts
2022-06-27 18:57:08,810 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,812 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/signature (200, 174b) after 1 attempts
2022-06-27 18:57:08,812 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,814 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/document (200, 474b) after 1 attempts
2022-06-27 18:57:08,814 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,816 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/rsa2048 (200, 1483b) after 1 attempts
2022-06-27 18:57:08,816 - 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', 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0, 'headers': {'X-aws-ec2-metadata-token': 'REDACTED'}} configuration
2022-06-27 18:57:08,819 - url_helper.py[DEBUG]: Read from http://169.254.169.254/2021-03-23/dynamic/instance-identity/pkcs7 (200, 1163b) after 1 attempts
2022-06-27 18:57:08,819 - util.py[DEBUG]: Crawl of metadata service took 0.221 seconds
2022-06-27 18:57:08,819 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'del', 'default', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,822 - subp.py[DEBUG]: Running command ['ip', '-4', 'route', 'del', '10.0.0.1', 'dev', 'eth0', 'src', '10.0.0.178'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,824 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'link', 'set', 'dev', 'eth0', 'down'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,827 - subp.py[DEBUG]: Running command ['ip', '-family', 'inet', 'addr', 'del', '10.0.0.178/24', 'dev', 'eth0'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,832 - util.py[DEBUG]: Writing to /run/cloud-init/cloud-id-aws - wb: [644] 4 bytes
2022-06-27 18:57:08,832 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/cloud-id' => '/run/cloud-init/cloud-id-aws'
2022-06-27 18:57:08,833 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data-sensitive.json (via temporary file /run/cloud-init/tmp0edq8wse) - w: [600] 12541 bytes/chars
2022-06-27 18:57:08,834 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data.json (via temporary file /run/cloud-init/tmp0ik0c6g2) - w: [644] 9269 bytes/chars
2022-06-27 18:57:08,834 - handlers.py[DEBUG]: finish: init-local/search-Ec2Local: SUCCESS: found local data from DataSourceEc2Local
2022-06-27 18:57:08,834 - stages.py[INFO]: Loaded datasource DataSourceEc2Local - DataSourceEc2Local
2022-06-27 18:57:08,834 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2022-06-27 18:57:08,834 - util.py[DEBUG]: Read 3674 bytes from /etc/cloud/cloud.cfg
2022-06-27 18:57:08,835 - util.py[DEBUG]: Attempting to load yaml from string of length 3674 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,845 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2022-06-27 18:57:08,845 - util.py[DEBUG]: Read 314 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2022-06-27 18:57:08,845 - util.py[DEBUG]: Attempting to load yaml from string of length 314 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,847 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2022-06-27 18:57:08,847 - util.py[DEBUG]: Read 2070 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2022-06-27 18:57:08,847 - util.py[DEBUG]: Attempting to load yaml from string of length 2070 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,850 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2022-06-27 18:57:08,850 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg
2022-06-27 18:57:08,850 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,850 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,851 - util.py[DEBUG]: loaded blob returned None, returning default.
2022-06-27 18:57:08,851 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2022-06-27 18:57:08,851 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/i-0b3120fef194d1224'
2022-06-27 18:57:08,853 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/i-0b3120fef194d1224/datasource (quiet=False)
2022-06-27 18:57:08,853 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/datasource - wb: [644] 39 bytes
2022-06-27 18:57:08,853 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 39 bytes
2022-06-27 18:57:08,854 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
2022-06-27 18:57:08,940 - util.py[DEBUG]: Read 20 bytes from /var/lib/cloud/data/instance-id
2022-06-27 18:57:08,940 - stages.py[DEBUG]: previous iid found to be i-0830df95a66153500
2022-06-27 18:57:08,940 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 20 bytes
2022-06-27 18:57:08,940 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 20 bytes
2022-06-27 18:57:08,941 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 20 bytes
2022-06-27 18:57:08,941 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 16029 bytes
2022-06-27 18:57:08,942 - main.py[DEBUG]: [local] init will now be targeting instance id: i-0b3120fef194d1224. new=True
2022-06-27 18:57:08,942 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2022-06-27 18:57:08,942 - util.py[DEBUG]: Read 3674 bytes from /etc/cloud/cloud.cfg
2022-06-27 18:57:08,942 - util.py[DEBUG]: Attempting to load yaml from string of length 3674 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,952 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2022-06-27 18:57:08,952 - util.py[DEBUG]: Read 314 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2022-06-27 18:57:08,952 - util.py[DEBUG]: Attempting to load yaml from string of length 314 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,954 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2022-06-27 18:57:08,954 - util.py[DEBUG]: Read 2070 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2022-06-27 18:57:08,954 - util.py[DEBUG]: Attempting to load yaml from string of length 2070 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,957 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2022-06-27 18:57:08,957 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg
2022-06-27 18:57:08,957 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,957 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:08,957 - util.py[DEBUG]: loaded blob returned None, returning default.
2022-06-27 18:57:08,958 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2022-06-27 18:57:08,959 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False)
2022-06-27 18:57:08,960 - util.py[DEBUG]: Read 90 bytes from /var/lib/cloud/data/set-hostname
2022-06-27 18:57:08,960 - cc_set_hostname.py[DEBUG]: Setting the hostname to ip-10-0-0-178.us-east-2.compute.internal (ip-10-0-0-178)
2022-06-27 18:57:08,960 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2022-06-27 18:57:08,960 - util.py[DEBUG]: Read 16 bytes from /etc/hostname
2022-06-27 18:57:08,960 - util.py[DEBUG]: Writing to /etc/hostname - wb: [644] 14 bytes
2022-06-27 18:57:08,960 - __init__.py[DEBUG]: Non-persistently setting the system hostname to ip-10-0-0-178
2022-06-27 18:57:08,960 - subp.py[DEBUG]: Running command ['hostname', 'ip-10-0-0-178'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,963 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/set-hostname (via temporary file /var/lib/cloud/data/tmp1wjtycvh) - w: [644] 86 bytes/chars
2022-06-27 18:57:08,964 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,964 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,965 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:08,965 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:08,965 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False)
2022-06-27 18:57:08,965 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type
2022-06-27 18:57:08,965 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False)
2022-06-27 18:57:08,965 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent
2022-06-27 18:57:08,965 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,965 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,965 - __init__.py[DEBUG]: ovs-vsctl not in PATH; not detecting Open vSwitch interfaces
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/type
2022-06-27 18:57:08,966 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False)
2022-06-27 18:57:08,966 - util.py[DEBUG]: Read 4 bytes from /sys/class/net/lo/type
2022-06-27 18:57:08,967 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,967 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,967 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:08,967 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:08,967 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:08,967 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False)
2022-06-27 18:57:08,967 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type
2022-06-27 18:57:08,967 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False)
2022-06-27 18:57:08,967 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent
2022-06-27 18:57:08,967 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,967 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/type
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False)
2022-06-27 18:57:08,968 - util.py[DEBUG]: Read 4 bytes from /sys/class/net/lo/type
2022-06-27 18:57:08,968 - networking.py[DEBUG]: net: all expected physical devices present
2022-06-27 18:57:08,968 - stages.py[DEBUG]: applying net config names for {'version': 2, 'ethernets': {'eth0': {'dhcp4': True, 'dhcp6': False, 'match': {'macaddress': '02:da:1f:e8:5c:2e'}, 'set-name': 'eth0'}}}
2022-06-27 18:57:08,968 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False)
2022-06-27 18:57:08,969 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent
2022-06-27 18:57:08,969 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:08,970 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:08,970 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False)
2022-06-27 18:57:08,970 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False)
2022-06-27 18:57:08,970 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate
2022-06-27 18:57:08,970 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False)
2022-06-27 18:57:08,970 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate
2022-06-27 18:57:08,970 - subp.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,973 - subp.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:08,976 - __init__.py[DEBUG]: Detected interfaces {'eth0': {'downable': True, 'device_id': None, 'driver': 'vif', 'mac': '02:da:1f:e8:5c:2e', 'name': 'eth0', 'up': False}, 'lo': {'downable': False, 'device_id': None, 'driver': None, 'mac': '00:00:00:00:00:00', 'name': 'lo', 'up': True}}
2022-06-27 18:57:08,977 - __init__.py[DEBUG]: no work necessary for renaming of [['02:da:1f:e8:5c:2e', 'eth0', 'vif', None]]
2022-06-27 18:57:08,977 - stages.py[INFO]: Applying network configuration from ds bringup=False: {'version': 2, 'ethernets': {'eth0': {'dhcp4': True, 'dhcp6': False, 'match': {'macaddress': '02:da:1f:e8:5c:2e'}, 'set-name': 'eth0'}}}
2022-06-27 18:57:08,977 - util.py[DEBUG]: Writing to /run/cloud-init/sem/apply_network_config.once - wb: [644] 23 bytes
2022-06-27 18:57:08,978 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False)
2022-06-27 18:57:08,978 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type
2022-06-27 18:57:08,978 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False)
2022-06-27 18:57:08,978 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent
2022-06-27 18:57:08,978 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:08,978 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:08,978 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:08,978 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False)
2022-06-27 18:57:08,978 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type
2022-06-27 18:57:08,978 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False)
2022-06-27 18:57:08,978 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent
2022-06-27 18:57:08,979 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:08,979 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:08,979 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False)
2022-06-27 18:57:08,979 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False)
2022-06-27 18:57:08,979 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/type
2022-06-27 18:57:08,979 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False)
2022-06-27 18:57:08,979 - util.py[DEBUG]: Read 4 bytes from /sys/class/net/lo/type
2022-06-27 18:57:08,979 - network_state.py[DEBUG]: v2(ethernets) -> v1(physical):
{'type': 'physical', 'mac_address': '02:da:1f:e8:5c:2e', 'name': 'eth0', 'match': {'macaddress': '02:da:1f:e8:5c:2e'}, 'subnets': [{'type': 'dhcp4'}]}
2022-06-27 18:57:08,981 - network_state.py[DEBUG]: v2_common: handling config:
{'eth0': {'dhcp4': True, 'dhcp6': False, 'match': {'macaddress': '02:da:1f:e8:5c:2e'}, 'set-name': 'eth0'}}
2022-06-27 18:57:08,985 - __init__.py[DEBUG]: Selected renderer 'netplan' from priority list: ['netplan', 'eni', 'sysconfig']
2022-06-27 18:57:08,985 - netplan.py[DEBUG]: V2 to V2 passthrough
2022-06-27 18:57:08,986 - util.py[DEBUG]: Writing to /etc/netplan/50-cloud-init.yaml - wb: [644] 506 bytes
2022-06-27 18:57:08,986 - subp.py[DEBUG]: Running command ['netplan', 'generate'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:09,515 - subp.py[DEBUG]: Running command ['udevadm', 'test-builtin', 'net_setup_link', '/sys/class/net/eth0'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:09,523 - subp.py[DEBUG]: Running command ['udevadm', 'test-builtin', 'net_setup_link', '/sys/class/net/lo'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:09,527 - __init__.py[DEBUG]: Not bringing up newly configured network interfaces
2022-06-27 18:57:09,528 - main.py[DEBUG]: [local] Exiting. datasource DataSourceEc2Local not in local mode.
2022-06-27 18:57:09,528 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpscys3ie4) - w: [644] 491 bytes/chars
2022-06-27 18:57:09,529 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2022-06-27 18:57:09,529 - util.py[DEBUG]: Read 11 bytes from /proc/uptime
2022-06-27 18:57:09,529 - util.py[DEBUG]: cloud-init mode 'init' took 1.147 seconds (1.15)
2022-06-27 18:57:09,529 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources
2022-06-27 18:57:12,059 - util.py[DEBUG]: Cloud-init v. 22.2-0ubuntu1~20.04.2 running 'init' at Mon, 27 Jun 2022 18:57:12 +0000. Up 38.00 seconds.
2022-06-27 18:57:12,059 - main.py[DEBUG]: No kernel command line url found.
2022-06-27 18:57:12,059 - main.py[DEBUG]: Closing stdin.
2022-06-27 18:57:12,061 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes
2022-06-27 18:57:12,062 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 104:4
2022-06-27 18:57:12,062 - subp.py[DEBUG]: Running command ['ip', '--json', 'addr'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,066 - subp.py[DEBUG]: Running command ['ip', '-o', 'route', 'list'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,068 - subp.py[DEBUG]: Running command ['ip', '--oneline', '-6', 'route', 'list', 'table', 'all'] with allowed return codes [0, 1] (shell=False, capture=True)
2022-06-27 18:57:12,072 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust]
2022-06-27 18:57:12,073 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2022-06-27 18:57:12,073 - util.py[DEBUG]: Read 16029 bytes from /var/lib/cloud/instance/obj.pkl
2022-06-27 18:57:12,076 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False)
2022-06-27 18:57:12,076 - util.py[DEBUG]: Read 20 bytes from /run/cloud-init/.instance-id
2022-06-27 18:57:12,076 - stages.py[DEBUG]: restored from cache with run check: DataSourceEc2Local
2022-06-27 18:57:12,076 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceEc2Local
2022-06-27 18:57:12,076 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2022-06-27 18:57:12,076 - util.py[DEBUG]: Read 3674 bytes from /etc/cloud/cloud.cfg
2022-06-27 18:57:12,076 - util.py[DEBUG]: Attempting to load yaml from string of length 3674 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,088 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2022-06-27 18:57:12,088 - util.py[DEBUG]: Read 314 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2022-06-27 18:57:12,089 - util.py[DEBUG]: Attempting to load yaml from string of length 314 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,090 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2022-06-27 18:57:12,090 - util.py[DEBUG]: Read 2070 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2022-06-27 18:57:12,090 - util.py[DEBUG]: Attempting to load yaml from string of length 2070 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,093 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2022-06-27 18:57:12,093 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg
2022-06-27 18:57:12,094 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,094 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,094 - util.py[DEBUG]: loaded blob returned None, returning default.
2022-06-27 18:57:12,094 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2022-06-27 18:57:12,095 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/i-0b3120fef194d1224'
2022-06-27 18:57:12,095 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/i-0b3120fef194d1224/datasource (quiet=False)
2022-06-27 18:57:12,095 - util.py[DEBUG]: Read 39 bytes from /var/lib/cloud/instances/i-0b3120fef194d1224/datasource
2022-06-27 18:57:12,095 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/datasource - wb: [644] 39 bytes
2022-06-27 18:57:12,096 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 39 bytes
2022-06-27 18:57:12,096 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
2022-06-27 18:57:12,096 - util.py[DEBUG]: Read 20 bytes from /var/lib/cloud/data/instance-id
2022-06-27 18:57:12,096 - stages.py[DEBUG]: previous iid found to be i-0b3120fef194d1224
2022-06-27 18:57:12,096 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 20 bytes
2022-06-27 18:57:12,096 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 20 bytes
2022-06-27 18:57:12,097 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 20 bytes
2022-06-27 18:57:12,098 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 16032 bytes
2022-06-27 18:57:12,098 - main.py[DEBUG]: [net] init will now be targeting instance id: i-0b3120fef194d1224. new=False
2022-06-27 18:57:12,098 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2022-06-27 18:57:12,098 - util.py[DEBUG]: Read 3674 bytes from /etc/cloud/cloud.cfg
2022-06-27 18:57:12,098 - util.py[DEBUG]: Attempting to load yaml from string of length 3674 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,108 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2022-06-27 18:57:12,109 - util.py[DEBUG]: Read 314 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2022-06-27 18:57:12,109 - util.py[DEBUG]: Attempting to load yaml from string of length 314 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,110 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2022-06-27 18:57:12,110 - util.py[DEBUG]: Read 2070 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2022-06-27 18:57:12,110 - util.py[DEBUG]: Attempting to load yaml from string of length 2070 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,113 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2022-06-27 18:57:12,113 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg
2022-06-27 18:57:12,113 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,114 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,114 - util.py[DEBUG]: loaded blob returned None, returning default.
2022-06-27 18:57:12,115 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:12,115 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:12,115 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:12,115 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:12,115 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False)
2022-06-27 18:57:12,115 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type
2022-06-27 18:57:12,115 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False)
2022-06-27 18:57:12,115 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent
2022-06-27 18:57:12,115 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:12,115 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:12,116 - __init__.py[DEBUG]: ovs-vsctl not in PATH; not detecting Open vSwitch interfaces
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/type
2022-06-27 18:57:12,116 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False)
2022-06-27 18:57:12,116 - util.py[DEBUG]: Read 4 bytes from /sys/class/net/lo/type
2022-06-27 18:57:12,117 - stages.py[DEBUG]: Allowed events: {<EventScope.NETWORK: 'network'>: {<EventType.BOOT_NEW_INSTANCE: 'boot-new-instance'>}}
2022-06-27 18:57:12,117 - stages.py[DEBUG]: Event Denied: scopes=['network'] EventType=boot-legacy
2022-06-27 18:57:12,117 - stages.py[DEBUG]: No network config applied. Neither a new instance nor datasource network update allowed
2022-06-27 18:57:12,117 - stages.py[DEBUG]: applying net config names for {'version': 2, 'ethernets': {'eth0': {'dhcp4': True, 'dhcp6': False, 'match': {'macaddress': '02:da:1f:e8:5c:2e'}, 'set-name': 'eth0'}}}
2022-06-27 18:57:12,117 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2022-06-27 18:57:12,117 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent
2022-06-27 18:57:12,118 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False)
2022-06-27 18:57:12,118 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address
2022-06-27 18:57:12,119 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False)
2022-06-27 18:57:12,119 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False)
2022-06-27 18:57:12,119 - util.py[DEBUG]: Read 3 bytes from /sys/class/net/eth0/operstate
2022-06-27 18:57:12,119 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False)
2022-06-27 18:57:12,119 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate
2022-06-27 18:57:12,119 - subp.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,121 - subp.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,124 - __init__.py[DEBUG]: Detected interfaces {'eth0': {'downable': False, 'device_id': None, 'driver': 'vif', 'mac': '02:da:1f:e8:5c:2e', 'name': 'eth0', 'up': True}, 'lo': {'downable': False, 'device_id': None, 'driver': None, 'mac': '00:00:00:00:00:00', 'name': 'lo', 'up': True}}
2022-06-27 18:57:12,124 - __init__.py[DEBUG]: no work necessary for renaming of [['02:da:1f:e8:5c:2e', 'eth0', 'vif', None]]
2022-06-27 18:57:12,124 - handlers.py[DEBUG]: start: init-network/setup-datasource: setting up datasource
2022-06-27 18:57:12,124 - handlers.py[DEBUG]: finish: init-network/setup-datasource: SUCCESS: setting up datasource
2022-06-27 18:57:12,125 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/user-data.txt - wb: [600] 4010 bytes
2022-06-27 18:57:12,126 - util.py[DEBUG]: Attempting to load yaml from string of length 96 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,130 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/user-data.txt.i - wb: [600] 4407 bytes
2022-06-27 18:57:12,130 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/vendor-data.txt - wb: [600] 0 bytes
2022-06-27 18:57:12,131 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/vendor-data.txt.i - wb: [600] 308 bytes
2022-06-27 18:57:12,132 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/vendor-data2.txt - wb: [600] 0 bytes
2022-06-27 18:57:12,133 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/vendor-data2.txt.i - wb: [600] 308 bytes
2022-06-27 18:57:12,133 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False)
2022-06-27 18:57:12,133 - util.py[DEBUG]: Read 86 bytes from /var/lib/cloud/data/set-hostname
2022-06-27 18:57:12,134 - cc_set_hostname.py[DEBUG]: No hostname changes. Skipping set-hostname
2022-06-27 18:57:12,134 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/consume_data - wb: [644] 24 bytes
2022-06-27 18:57:12,134 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/consume_data'>)
2022-06-27 18:57:12,134 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data
2022-06-27 18:57:12,135 - launch_index.py[DEBUG]: Discarding 0 multipart messages which do not match launch index 0
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']]
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']]
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript-per-boot'} from ShellScriptByFreqPartHandler: [['text/x-shellscript-per-boot']]
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript-per-instance'} from ShellScriptByFreqPartHandler: [['text/x-shellscript-per-instance']]
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript-per-once'} from ShellScriptByFreqPartHandler: [['text/x-shellscript-per-once']]
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']]
2022-06-27 18:57:12,158 - stages.py[DEBUG]: Added default handler for {'text/jinja2'} from JinjaTemplatePartHandler: [['text/jinja2']]
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-boot']] (__begin__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-instance']] (__begin__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-once']] (__begin__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler JinjaTemplatePartHandler: [['text/jinja2']] (__begin__, None, 3) with frequency once-per-instance
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: {'Content-Type': 'text/cloud-boothook; charset="us-ascii"', 'MIME-Version': '1.0', 'Content-Disposition': 'attachment; filename="part-001"'}
2022-06-27 18:57:12,159 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (text/cloud-boothook, part-001, 2) with frequency once-per-instance
2022-06-27 18:57:12,160 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/boothooks/part-001 - wb: [700] 895 bytes
2022-06-27 18:57:12,160 - subp.py[DEBUG]: Running command ['/var/lib/cloud/instances/i-0b3120fef194d1224/boothooks/part-001'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,182 - __init__.py[DEBUG]: {'Content-Type': 'text/cloud-config; charset=us-ascii', 'MIME-Version': '1.0', 'Content-Disposition': 'attachment; filename="part-002"'}
2022-06-27 18:57:12,182 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (text/cloud-config, part-002, 3) with frequency once-per-instance
2022-06-27 18:57:12,183 - util.py[DEBUG]: Attempting to load yaml from string of length 96 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,183 - cloud_config.py[DEBUG]: Merging by applying [('dict', ['replace']), ('list', []), ('str', [])]
2022-06-27 18:57:12,184 - __init__.py[DEBUG]: {'Content-Type': 'text/x-shellscript; charset="us-ascii"', 'MIME-Version': '1.0', 'Content-Disposition': 'attachment; filename="part-003"'}
2022-06-27 18:57:12,184 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-003, 2) with frequency once-per-instance
2022-06-27 18:57:12,184 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-003 - wb: [700] 2668 bytes
2022-06-27 18:57:12,184 - __init__.py[DEBUG]: {'Content-Disposition': 'attachment; filename="part-004"'}
2022-06-27 18:57:12,184 - __init__.py[DEBUG]: Empty payload of type text/plain
2022-06-27 18:57:12,184 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency once-per-instance
2022-06-27 18:57:12,185 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/cloud-config.txt - wb: [600] 144 bytes
2022-06-27 18:57:12,185 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,186 - __init__.py[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-boot']] (__end__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,186 - __init__.py[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-instance']] (__end__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,186 - __init__.py[DEBUG]: Calling handler ShellScriptByFreqPartHandler: [['text/x-shellscript-per-once']] (__end__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,186 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance
2022-06-27 18:57:12,186 - __init__.py[DEBUG]: Calling handler JinjaTemplatePartHandler: [['text/jinja2']] (__end__, None, 3) with frequency once-per-instance
2022-06-27 18:57:12,186 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data
2022-06-27 18:57:12,186 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data
2022-06-27 18:57:12,186 - stages.py[DEBUG]: no vendordata from datasource
2022-06-27 18:57:12,186 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data
2022-06-27 18:57:12,186 - handlers.py[DEBUG]: start: init-network/consume-vendor-data2: reading and applying vendor-data2
2022-06-27 18:57:12,186 - stages.py[DEBUG]: no vendordata2 from datasource
2022-06-27 18:57:12,186 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data2: SUCCESS: reading and applying vendor-data2
2022-06-27 18:57:12,186 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2022-06-27 18:57:12,186 - util.py[DEBUG]: Read 3674 bytes from /etc/cloud/cloud.cfg
2022-06-27 18:57:12,187 - util.py[DEBUG]: Attempting to load yaml from string of length 3674 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,197 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2022-06-27 18:57:12,197 - util.py[DEBUG]: Read 314 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2022-06-27 18:57:12,197 - util.py[DEBUG]: Attempting to load yaml from string of length 314 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,198 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2022-06-27 18:57:12,199 - util.py[DEBUG]: Read 2070 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2022-06-27 18:57:12,199 - util.py[DEBUG]: Attempting to load yaml from string of length 2070 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,201 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False)
2022-06-27 18:57:12,202 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg
2022-06-27 18:57:12,202 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,202 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,202 - util.py[DEBUG]: loaded blob returned None, returning default.
2022-06-27 18:57:12,202 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2022-06-27 18:57:12,202 - util.py[DEBUG]: Read 144 bytes from /var/lib/cloud/instance/cloud-config.txt
2022-06-27 18:57:12,202 - util.py[DEBUG]: Attempting to load yaml from string of length 144 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,204 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,204 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,292 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2022-06-27 18:57:12,292 - util.py[DEBUG]: Read 144 bytes from /var/lib/cloud/instance/cloud-config.txt
2022-06-27 18:57:12,292 - util.py[DEBUG]: Attempting to load yaml from string of length 144 with allowed root types (<class 'dict'>,)
2022-06-27 18:57:12,304 - handlers.py[DEBUG]: start: init-network/activate-datasource: activating datasource
2022-06-27 18:57:12,304 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 22495 bytes
2022-06-27 18:57:12,305 - handlers.py[DEBUG]: finish: init-network/activate-datasource: SUCCESS: activating datasource
2022-06-27 18:57:12,305 - main.py[DEBUG]: no di_report found in config.
2022-06-27 18:57:12,437 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,437 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,440 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,440 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,449 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,449 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,452 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,452 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,461 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,461 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,469 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,470 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,479 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,479 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,488 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,488 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,491 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,491 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,499 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,499 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,507 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,508 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,510 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,510 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,525 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,526 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,535 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:12,535 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:12,537 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2022-06-27 18:57:12,537 - modules.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_migrator.py'>) with frequency always
2022-06-27 18:57:12,537 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always
2022-06-27 18:57:12,537 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a54ac0>)
2022-06-27 18:57:12,608 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names
2022-06-27 18:57:12,608 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully
2022-06-27 18:57:12,608 - modules.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance
2022-06-27 18:57:12,608 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance
2022-06-27 18:57:12,608 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_seed_random - wb: [644] 24 bytes
2022-06-27 18:57:12,609 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_seed_random'>)
2022-06-27 18:57:12,609 - cc_seed_random.py[DEBUG]: no command provided
2022-06-27 18:57:12,609 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully
2022-06-27 18:57:12,609 - modules.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_bootcmd.py'>) with frequency always
2022-06-27 18:57:12,609 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always
2022-06-27 18:57:12,609 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a86340>)
2022-06-27 18:57:12,609 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration
2022-06-27 18:57:12,609 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully
2022-06-27 18:57:12,609 - modules.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance
2022-06-27 18:57:12,609 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance
2022-06-27 18:57:12,610 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_write_files - wb: [644] 23 bytes
2022-06-27 18:57:12,610 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_write_files'>)
2022-06-27 18:57:12,610 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration
2022-06-27 18:57:12,610 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully
2022-06-27 18:57:12,610 - modules.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_growpart.py'>) with frequency always
2022-06-27 18:57:12,610 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always
2022-06-27 18:57:12,610 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a866a0>)
2022-06-27 18:57:12,610 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'mode': 'auto', 'devices': ['/'], 'ignore_growroot_disabled': False}
2022-06-27 18:57:12,610 - subp.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,616 - util.py[DEBUG]: Reading from /proc/468/mountinfo (quiet=False)
2022-06-27 18:57:12,617 - util.py[DEBUG]: Read 4288 bytes from /proc/468/mountinfo
2022-06-27 18:57:12,617 - util.py[DEBUG]: Reading from /sys/class/block/xvda1/partition (quiet=False)
2022-06-27 18:57:12,617 - util.py[DEBUG]: Read 2 bytes from /sys/class/block/xvda1/partition
2022-06-27 18:57:12,617 - util.py[DEBUG]: Reading from /sys/devices/vbd-768/block/xvda/dev (quiet=False)
2022-06-27 18:57:12,617 - util.py[DEBUG]: Read 6 bytes from /sys/devices/vbd-768/block/xvda/dev
2022-06-27 18:57:12,618 - subp.py[DEBUG]: Running command ['growpart', '--dry-run', '/dev/xvda', '1'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,648 - util.py[DEBUG]: resize_devices took 0.032 seconds
2022-06-27 18:57:12,649 - cc_growpart.py[DEBUG]: '/' NOCHANGE: no change necessary (/dev/xvda, 1)
2022-06-27 18:57:12,649 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully
2022-06-27 18:57:12,649 - modules.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_resizefs.py'>) with frequency always
2022-06-27 18:57:12,649 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always
2022-06-27 18:57:12,649 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a86580>)
2022-06-27 18:57:12,649 - util.py[DEBUG]: Reading from /proc/468/mountinfo (quiet=False)
2022-06-27 18:57:12,649 - util.py[DEBUG]: Read 4288 bytes from /proc/468/mountinfo
2022-06-27 18:57:12,650 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/
2022-06-27 18:57:12,650 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/root
2022-06-27 18:57:12,650 - subp.py[DEBUG]: Running command ('resize2fs', '/dev/root') with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:12,740 - util.py[DEBUG]: Resizing took 0.090 seconds
2022-06-27 18:57:12,740 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True)
2022-06-27 18:57:12,740 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully
2022-06-27 18:57:12,740 - modules.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance
2022-06-27 18:57:12,740 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance
2022-06-27 18:57:12,741 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_disk_setup - wb: [644] 24 bytes
2022-06-27 18:57:12,741 - helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_disk_setup'>)
2022-06-27 18:57:12,741 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully
2022-06-27 18:57:12,741 - modules.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance
2022-06-27 18:57:12,742 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance
2022-06-27 18:57:12,742 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_mounts - wb: [644] 24 bytes
2022-06-27 18:57:12,742 - helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_mounts'>)
2022-06-27 18:57:12,742 - cc_mounts.py[DEBUG]: mounts configuration is []
2022-06-27 18:57:12,742 - util.py[DEBUG]: Reading from /etc/fstab (quiet=False)
2022-06-27 18:57:12,742 - util.py[DEBUG]: Read 51 bytes from /etc/fstab
2022-06-27 18:57:12,742 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: changed default device ephemeral0 => None
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: Ignoring nonexistent default named mount ephemeral0
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap
2022-06-27 18:57:12,743 - DataSourceEc2.py[DEBUG]: Unable to convert swap to a device
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: changed default device swap => None
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: Ignoring nonexistent default named mount swap
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: no need to setup swap
2022-06-27 18:57:12,743 - cc_mounts.py[DEBUG]: No modifications to fstab needed
2022-06-27 18:57:12,743 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully
2022-06-27 18:57:12,743 - modules.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_set_hostname.py'>) with frequency always
2022-06-27 18:57:12,743 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency always
2022-06-27 18:57:12,743 - helpers.py[DEBUG]: Running config-set_hostname using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a866a0>)
2022-06-27 18:57:12,743 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False)
2022-06-27 18:57:12,743 - util.py[DEBUG]: Read 86 bytes from /var/lib/cloud/data/set-hostname
2022-06-27 18:57:12,743 - cc_set_hostname.py[DEBUG]: No hostname changes. Skipping set-hostname
2022-06-27 18:57:12,744 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully
2022-06-27 18:57:12,744 - modules.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_update_hostname.py'>) with frequency always
2022-06-27 18:57:12,744 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always
2022-06-27 18:57:12,744 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a862b0>)
2022-06-27 18:57:12,744 - cc_update_hostname.py[DEBUG]: Updating hostname to ip-10-0-0-178.us-east-2.compute.internal (ip-10-0-0-178)
2022-06-27 18:57:12,744 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False)
2022-06-27 18:57:12,884 - util.py[DEBUG]: Read 16 bytes from /var/lib/cloud/data/previous-hostname
2022-06-27 18:57:12,884 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2022-06-27 18:57:12,884 - util.py[DEBUG]: Read 14 bytes from /etc/hostname
2022-06-27 18:57:12,884 - __init__.py[INFO]: /var/lib/cloud/data/previous-hostname differs from /etc/hostname, assuming user maintained hostname.
2022-06-27 18:57:12,885 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully
2022-06-27 18:57:12,885 - modules.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always
2022-06-27 18:57:12,885 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always
2022-06-27 18:57:12,885 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x7f2f10a866a0>)
2022-06-27 18:57:12,885 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts
2022-06-27 18:57:12,885 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully
2022-06-27 18:57:12,885 - modules.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance
2022-06-27 18:57:12,885 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance
2022-06-27 18:57:12,885 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ca_certs - wb: [644] 24 bytes
2022-06-27 18:57:12,886 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ca_certs'>)
2022-06-27 18:57:12,886 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca_certs' key in configuration
2022-06-27 18:57:12,886 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs ran successfully
2022-06-27 18:57:12,886 - modules.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance
2022-06-27 18:57:12,886 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance
2022-06-27 18:57:12,886 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_rsyslog - wb: [644] 24 bytes
2022-06-27 18:57:12,886 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_rsyslog'>)
2022-06-27 18:57:12,886 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration
2022-06-27 18:57:12,887 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully
2022-06-27 18:57:12,887 - modules.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance
2022-06-27 18:57:12,887 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance
2022-06-27 18:57:12,887 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_users_groups - wb: [644] 24 bytes
2022-06-27 18:57:12,887 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_users_groups'>)
2022-06-27 18:57:12,888 - __init__.py[INFO]: User ubuntu already exists, skipping.
2022-06-27 18:57:12,888 - subp.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:14,635 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False)
2022-06-27 18:57:14,636 - util.py[DEBUG]: Read 755 bytes from /etc/sudoers
2022-06-27 18:57:14,637 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - ab: [None] 55 bytes
2022-06-27 18:57:14,638 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully
2022-06-27 18:57:14,638 - modules.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance
2022-06-27 18:57:14,638 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance
2022-06-27 18:57:14,639 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ssh - wb: [644] 24 bytes
2022-06-27 18:57:14,639 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ssh'>)
2022-06-27 18:57:14,640 - subp.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:15,245 - util.py[DEBUG]: Group ssh_keys is not a valid group name
2022-06-27 18:57:15,245 - subp.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:15,469 - util.py[DEBUG]: Group ssh_keys is not a valid group name
2022-06-27 18:57:15,470 - subp.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:15,479 - util.py[DEBUG]: Group ssh_keys is not a valid group name
2022-06-27 18:57:15,480 - subp.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:15,487 - util.py[DEBUG]: Group ssh_keys is not a valid group name
2022-06-27 18:57:15,487 - util.py[DEBUG]: Reading from /etc/ssh/ssh_host_rsa_key.pub (quiet=False)
2022-06-27 18:57:15,488 - util.py[DEBUG]: Read 572 bytes from /etc/ssh/ssh_host_rsa_key.pub
2022-06-27 18:57:15,488 - util.py[DEBUG]: Reading from /etc/ssh/ssh_host_ecdsa_key.pub (quiet=False)
2022-06-27 18:57:15,488 - util.py[DEBUG]: Read 180 bytes from /etc/ssh/ssh_host_ecdsa_key.pub
2022-06-27 18:57:15,488 - util.py[DEBUG]: Reading from /etc/ssh/ssh_host_ed25519_key.pub (quiet=False)
2022-06-27 18:57:15,488 - util.py[DEBUG]: Read 100 bytes from /etc/ssh/ssh_host_ed25519_key.pub
2022-06-27 18:57:15,488 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2022-06-27 18:57:15,489 - util.py[DEBUG]: Read 689 bytes from /etc/ssh/sshd_config
2022-06-27 18:57:15,491 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False)
2022-06-27 18:57:15,492 - util.py[DEBUG]: Read 386 bytes from /home/ubuntu/.ssh/authorized_keys
2022-06-27 18:57:15,492 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [600] 386 bytes
2022-06-27 18:57:15,493 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2022-06-27 18:57:15,493 - util.py[DEBUG]: Read 689 bytes from /etc/ssh/sshd_config
2022-06-27 18:57:15,493 - util.py[DEBUG]: Reading from /root/.ssh/authorized_keys (quiet=False)
2022-06-27 18:57:15,494 - util.py[DEBUG]: Read 550 bytes from /root/.ssh/authorized_keys
2022-06-27 18:57:15,495 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 550 bytes
2022-06-27 18:57:15,495 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully
2022-06-27 18:57:15,495 - main.py[DEBUG]: Ran 15 modules with 0 failures
2022-06-27 18:57:15,496 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpeteg9j8d) - w: [644] 519 bytes/chars
2022-06-27 18:57:15,496 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2022-06-27 18:57:15,496 - util.py[DEBUG]: Read 11 bytes from /proc/uptime
2022-06-27 18:57:15,496 - util.py[DEBUG]: cloud-init mode 'init' took 3.477 seconds (3.48)
2022-06-27 18:57:15,496 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources
2022-06-27 18:57:27,827 - util.py[DEBUG]: Cloud-init v. 22.2-0ubuntu1~20.04.2 running 'modules:config' at Mon, 27 Jun 2022 18:57:27 +0000. Up 53.71 seconds.
2022-06-27 18:57:27,829 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,829 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,832 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,832 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,835 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,835 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,837 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,837 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,840 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,840 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,842 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,842 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,845 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,845 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,850 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,850 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,853 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,853 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,855 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,856 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,858 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,858 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,860 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,860 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,862 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,862 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,865 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:27,865 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:27,866 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2022-06-27 18:57:27,867 - modules.py[DEBUG]: Running module snap (<module 'cloudinit.config.cc_snap' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_snap.py'>) with frequency once-per-instance
2022-06-27 18:57:27,867 - handlers.py[DEBUG]: start: modules-config/config-snap: running config-snap with frequency once-per-instance
2022-06-27 18:57:27,867 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_snap - wb: [644] 24 bytes
2022-06-27 18:57:27,867 - helpers.py[DEBUG]: Running config-snap using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_snap'>)
2022-06-27 18:57:27,867 - cc_snap.py[DEBUG]: Skipping module named snap, no 'snap' key in configuration
2022-06-27 18:57:27,868 - handlers.py[DEBUG]: finish: modules-config/config-snap: SUCCESS: config-snap ran successfully
2022-06-27 18:57:27,868 - modules.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance
2022-06-27 18:57:27,868 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance
2022-06-27 18:57:27,868 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ssh_import_id - wb: [644] 23 bytes
2022-06-27 18:57:27,868 - helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ssh_import_id'>)
2022-06-27 18:57:27,868 - cc_ssh_import_id.py[DEBUG]: Skipping module named ssh-import-id, no 'ssh_import_id' directives found.
2022-06-27 18:57:27,869 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully
2022-06-27 18:57:27,869 - modules.py[DEBUG]: Running module keyboard (<module 'cloudinit.config.cc_keyboard' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_keyboard.py'>) with frequency once-per-instance
2022-06-27 18:57:27,869 - handlers.py[DEBUG]: start: modules-config/config-keyboard: running config-keyboard with frequency once-per-instance
2022-06-27 18:57:27,869 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_keyboard - wb: [644] 24 bytes
2022-06-27 18:57:27,869 - helpers.py[DEBUG]: Running config-keyboard using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_keyboard'>)
2022-06-27 18:57:27,869 - cc_keyboard.py[DEBUG]: Skipping module named keyboard, no 'keyboard' section found
2022-06-27 18:57:27,869 - handlers.py[DEBUG]: finish: modules-config/config-keyboard: SUCCESS: config-keyboard ran successfully
2022-06-27 18:57:27,869 - modules.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_locale.py'>) with frequency once-per-instance
2022-06-27 18:57:27,869 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance
2022-06-27 18:57:27,870 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_locale - wb: [644] 24 bytes
2022-06-27 18:57:27,870 - helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_locale'>)
2022-06-27 18:57:27,870 - util.py[DEBUG]: Reading from /etc/default/locale (quiet=False)
2022-06-27 18:57:27,870 - util.py[DEBUG]: Read 13 bytes from /etc/default/locale
2022-06-27 18:57:27,870 - cc_locale.py[DEBUG]: Setting locale to C.UTF-8
2022-06-27 18:57:27,870 - debian.py[DEBUG]: System has 'LANG=C.UTF-8' requested 'C.UTF-8', skipping regeneration.
2022-06-27 18:57:27,870 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully
2022-06-27 18:57:27,870 - modules.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance
2022-06-27 18:57:27,871 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance
2022-06-27 18:57:27,871 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_set_passwords - wb: [644] 24 bytes
2022-06-27 18:57:27,871 - helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_set_passwords'>)
2022-06-27 18:57:27,871 - subp.py[DEBUG]: Running command ['systemctl', 'status', 'ssh'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:28,082 - cc_set_passwords.py[DEBUG]: Leaving SSH config 'PasswordAuthentication' unchanged. ssh_pwauth=None
2022-06-27 18:57:28,082 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully
2022-06-27 18:57:28,082 - modules.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance
2022-06-27 18:57:28,082 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance
2022-06-27 18:57:28,083 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_grub_dpkg - wb: [644] 24 bytes
2022-06-27 18:57:28,083 - helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_grub_dpkg'>)
2022-06-27 18:57:28,083 - subp.py[DEBUG]: Running command ['grub-probe', '-t', 'disk', '/boot'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:28,100 - subp.py[DEBUG]: Running command ['udevadm', 'info', '--root', '--query=symlink', '/dev/xvda'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:28,103 - cc_grub_dpkg.py[DEBUG]: considering these device symlinks:
2022-06-27 18:57:28,103 - cc_grub_dpkg.py[DEBUG]: filtered to these disk/by-id symlinks:
2022-06-27 18:57:28,103 - cc_grub_dpkg.py[DEBUG]: selected /dev/xvda
2022-06-27 18:57:28,103 - cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/xvda','false'
2022-06-27 18:57:28,104 - subp.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:30,074 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully
2022-06-27 18:57:30,074 - modules.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance
2022-06-27 18:57:30,074 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance
2022-06-27 18:57:30,074 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_apt_pipelining - wb: [644] 24 bytes
2022-06-27 18:57:30,075 - helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_apt_pipelining'>)
2022-06-27 18:57:30,075 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully
2022-06-27 18:57:30,075 - modules.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance
2022-06-27 18:57:30,075 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance
2022-06-27 18:57:30,075 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_apt_configure - wb: [644] 24 bytes
2022-06-27 18:57:30,076 - helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_apt_configure'>)
2022-06-27 18:57:30,076 - cc_apt_configure.py[DEBUG]: debconf_selections was not set in config
2022-06-27 18:57:30,076 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True)
2022-06-27 18:57:30,076 - util.py[DEBUG]: Read 382 bytes from /etc/os-release
2022-06-27 18:57:30,076 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True)
2022-06-27 18:57:30,076 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini
2022-06-27 18:57:30,077 - cc_apt_configure.py[DEBUG]: handling apt config: {}
2022-06-27 18:57:30,077 - subp.py[DEBUG]: Running command ['lsb_release', '--all'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:30,870 - subp.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:31,028 - cc_apt_configure.py[DEBUG]: got primary mirror: None
2022-06-27 18:57:31,029 - cc_apt_configure.py[DEBUG]: got security mirror: None
2022-06-27 18:57:31,029 - subp.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:57:31,033 - util.py[DEBUG]: search for mirror in candidates: '['http://us-east-2.ec2.archive.ubuntu.com/ubuntu/', 'http://us-east-2a.clouds.archive.ubuntu.com/ubuntu/', 'http://us-east-2.clouds.archive.ubuntu.com/ubuntu/']'
2022-06-27 18:57:31,068 - util.py[DEBUG]: Resolving URL: http://us-east-2.ec2.archive.ubuntu.com/ubuntu/ took 0.035 seconds
2022-06-27 18:57:31,068 - util.py[DEBUG]: found working mirror: 'http://us-east-2.ec2.archive.ubuntu.com/ubuntu/'
2022-06-27 18:57:31,068 - util.py[DEBUG]: search for mirror in candidates: '[]'
2022-06-27 18:57:31,068 - __init__.py[DEBUG]: filtered distro mirror info: {'primary': 'http://us-east-2.ec2.archive.ubuntu.com/ubuntu/', 'security': 'http://security.ubuntu.com/ubuntu'}
2022-06-27 18:57:31,068 - cc_apt_configure.py[DEBUG]: Apt Mirror info: {'primary': 'http://us-east-2.ec2.archive.ubuntu.com/ubuntu/', 'security': 'http://security.ubuntu.com/ubuntu', 'PRIMARY': 'http://us-east-2.ec2.archive.ubuntu.com/ubuntu/', 'SECURITY': 'http://security.ubuntu.com/ubuntu', 'MIRROR': 'http://us-east-2.ec2.archive.ubuntu.com/ubuntu/'}
2022-06-27 18:57:31,068 - cc_apt_configure.py[INFO]: No custom template provided, fall back to builtin
2022-06-27 18:57:31,069 - util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.ubuntu.tmpl (quiet=False)
2022-06-27 18:57:31,070 - util.py[DEBUG]: Read 2858 bytes from /etc/cloud/templates/sources.list.ubuntu.tmpl
2022-06-27 18:57:31,078 - util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [644] 3330 bytes
2022-06-27 18:57:31,082 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully
2022-06-27 18:57:31,082 - modules.py[DEBUG]: Running module ubuntu-advantage (<module 'cloudinit.config.cc_ubuntu_advantage' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ubuntu_advantage.py'>) with frequency once-per-instance
2022-06-27 18:57:31,082 - handlers.py[DEBUG]: start: modules-config/config-ubuntu-advantage: running config-ubuntu-advantage with frequency once-per-instance
2022-06-27 18:57:31,082 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ubuntu_advantage - wb: [644] 24 bytes
2022-06-27 18:57:31,083 - helpers.py[DEBUG]: Running config-ubuntu-advantage using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ubuntu_advantage'>)
2022-06-27 18:57:31,083 - cc_ubuntu_advantage.py[DEBUG]: Skipping module named ubuntu-advantage, no 'ubuntu_advantage' configuration found
2022-06-27 18:57:31,083 - handlers.py[DEBUG]: finish: modules-config/config-ubuntu-advantage: SUCCESS: config-ubuntu-advantage ran successfully
2022-06-27 18:57:31,083 - modules.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance
2022-06-27 18:57:31,083 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance
2022-06-27 18:57:31,083 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ntp - wb: [644] 24 bytes
2022-06-27 18:57:31,084 - helpers.py[DEBUG]: Running config-ntp using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ntp'>)
2022-06-27 18:57:31,084 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg
2022-06-27 18:57:31,084 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully
2022-06-27 18:57:31,084 - modules.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance
2022-06-27 18:57:31,084 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance
2022-06-27 18:57:31,084 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_timezone - wb: [644] 24 bytes
2022-06-27 18:57:31,085 - helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_timezone'>)
2022-06-27 18:57:31,085 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified
2022-06-27 18:57:31,085 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully
2022-06-27 18:57:31,085 - modules.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always
2022-06-27 18:57:31,085 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always
2022-06-27 18:57:31,085 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x7f5dc3150fa0>)
2022-06-27 18:57:31,085 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled
2022-06-27 18:57:31,085 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully
2022-06-27 18:57:31,085 - modules.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance
2022-06-27 18:57:31,085 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance
2022-06-27 18:57:31,086 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_runcmd - wb: [644] 23 bytes
2022-06-27 18:57:31,086 - helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_runcmd'>)
2022-06-27 18:57:31,086 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration
2022-06-27 18:57:31,086 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully
2022-06-27 18:57:31,086 - modules.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance
2022-06-27 18:57:31,086 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance
2022-06-27 18:57:31,086 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_byobu - wb: [644] 24 bytes
2022-06-27 18:57:31,087 - helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_byobu'>)
2022-06-27 18:57:31,087 - cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found
2022-06-27 18:57:31,087 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully
2022-06-27 18:57:31,087 - main.py[DEBUG]: Ran 14 modules with 0 failures
2022-06-27 18:57:31,087 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmprt3tv55n) - w: [644] 547 bytes/chars
2022-06-27 18:57:31,088 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2022-06-27 18:57:31,088 - util.py[DEBUG]: Read 11 bytes from /proc/uptime
2022-06-27 18:57:31,088 - util.py[DEBUG]: cloud-init mode 'modules' took 3.335 seconds (3.34)
2022-06-27 18:57:31,088 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config
2022-06-27 18:57:33,652 - util.py[DEBUG]: Cloud-init v. 22.2-0ubuntu1~20.04.2 running 'modules:final' at Mon, 27 Jun 2022 18:57:33 +0000. Up 59.55 seconds.
2022-06-27 18:57:33,654 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,654 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,656 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,657 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,659 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,659 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,661 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,662 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,664 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,664 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,667 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,667 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,670 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,670 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,672 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,673 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,675 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,676 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,678 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,678 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,683 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,683 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,685 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,685 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,687 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,687 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,689 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,689 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,691 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,692 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,694 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,694 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,696 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,696 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,699 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,699 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,701 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,701 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,703 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,703 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,705 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,706 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,708 - util.py[DEBUG]: Reading from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json (quiet=False)
2022-06-27 18:57:33,708 - util.py[DEBUG]: Read 100004 bytes from /usr/lib/python3/dist-packages/cloudinit/config/schemas/schema-cloud-config-v1.json
2022-06-27 18:57:33,710 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2022-06-27 18:57:33,710 - modules.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance
2022-06-27 18:57:33,710 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance
2022-06-27 18:57:33,711 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_package_update_upgrade_install - wb: [644] 23 bytes
2022-06-27 18:57:33,711 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_package_update_upgrade_install'>)
2022-06-27 18:57:33,711 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully
2022-06-27 18:57:33,711 - modules.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_fan.py'>) with frequency once-per-instance
2022-06-27 18:57:33,711 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance
2022-06-27 18:57:33,711 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_fan - wb: [644] 24 bytes
2022-06-27 18:57:33,712 - helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_fan'>)
2022-06-27 18:57:33,712 - cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling
2022-06-27 18:57:33,712 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan ran successfully
2022-06-27 18:57:33,712 - modules.py[DEBUG]: Running module landscape (<module 'cloudinit.config.cc_landscape' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_landscape.py'>) with frequency once-per-instance
2022-06-27 18:57:33,712 - handlers.py[DEBUG]: start: modules-final/config-landscape: running config-landscape with frequency once-per-instance
2022-06-27 18:57:33,712 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_landscape - wb: [644] 23 bytes
2022-06-27 18:57:33,713 - helpers.py[DEBUG]: Running config-landscape using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_landscape'>)
2022-06-27 18:57:33,713 - handlers.py[DEBUG]: finish: modules-final/config-landscape: SUCCESS: config-landscape ran successfully
2022-06-27 18:57:33,713 - modules.py[DEBUG]: Running module lxd (<module 'cloudinit.config.cc_lxd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_lxd.py'>) with frequency once-per-instance
2022-06-27 18:57:33,713 - handlers.py[DEBUG]: start: modules-final/config-lxd: running config-lxd with frequency once-per-instance
2022-06-27 18:57:33,713 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_lxd - wb: [644] 24 bytes
2022-06-27 18:57:33,713 - helpers.py[DEBUG]: Running config-lxd using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_lxd'>)
2022-06-27 18:57:33,714 - cc_lxd.py[DEBUG]: Skipping module named lxd, not present or disabled by cfg
2022-06-27 18:57:33,714 - handlers.py[DEBUG]: finish: modules-final/config-lxd: SUCCESS: config-lxd ran successfully
2022-06-27 18:57:33,714 - modules.py[DEBUG]: Running module ubuntu-drivers (<module 'cloudinit.config.cc_ubuntu_drivers' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ubuntu_drivers.py'>) with frequency once-per-instance
2022-06-27 18:57:33,714 - handlers.py[DEBUG]: start: modules-final/config-ubuntu-drivers: running config-ubuntu-drivers with frequency once-per-instance
2022-06-27 18:57:33,714 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ubuntu_drivers - wb: [644] 24 bytes
2022-06-27 18:57:33,714 - helpers.py[DEBUG]: Running config-ubuntu-drivers using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ubuntu_drivers'>)
2022-06-27 18:57:33,714 - cc_ubuntu_drivers.py[DEBUG]: Skipping module named ubuntu-drivers, no 'drivers' key in config
2022-06-27 18:57:33,714 - handlers.py[DEBUG]: finish: modules-final/config-ubuntu-drivers: SUCCESS: config-ubuntu-drivers ran successfully
2022-06-27 18:57:33,715 - modules.py[DEBUG]: Running module write-files-deferred (<module 'cloudinit.config.cc_write_files_deferred' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_write_files_deferred.py'>) with frequency once-per-instance
2022-06-27 18:57:33,715 - handlers.py[DEBUG]: start: modules-final/config-write-files-deferred: running config-write-files-deferred with frequency once-per-instance
2022-06-27 18:57:33,715 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_write_files_deferred - wb: [644] 23 bytes
2022-06-27 18:57:33,715 - helpers.py[DEBUG]: Running config-write-files-deferred using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_write_files_deferred'>)
2022-06-27 18:57:33,715 - cc_write_files_deferred.py[DEBUG]: Skipping module named write-files-deferred, no deferred file defined in configuration
2022-06-27 18:57:33,715 - handlers.py[DEBUG]: finish: modules-final/config-write-files-deferred: SUCCESS: config-write-files-deferred ran successfully
2022-06-27 18:57:33,715 - modules.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance
2022-06-27 18:57:33,716 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance
2022-06-27 18:57:33,716 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_puppet - wb: [644] 24 bytes
2022-06-27 18:57:33,716 - helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_puppet'>)
2022-06-27 18:57:33,716 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found
2022-06-27 18:57:33,716 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully
2022-06-27 18:57:33,716 - modules.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_chef.py'>) with frequency always
2022-06-27 18:57:33,716 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency always
2022-06-27 18:57:33,716 - helpers.py[DEBUG]: Running config-chef using lock (<cloudinit.helpers.DummyLock object at 0x7f558d3e5d00>)
2022-06-27 18:57:33,717 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration
2022-06-27 18:57:33,717 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully
2022-06-27 18:57:33,717 - modules.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance
2022-06-27 18:57:33,717 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance
2022-06-27 18:57:33,717 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_mcollective - wb: [644] 24 bytes
2022-06-27 18:57:33,717 - helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_mcollective'>)
2022-06-27 18:57:33,717 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration
2022-06-27 18:57:33,717 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully
2022-06-27 18:57:33,717 - modules.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance
2022-06-27 18:57:33,718 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance
2022-06-27 18:57:33,718 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_salt_minion - wb: [644] 23 bytes
2022-06-27 18:57:33,718 - helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_salt_minion'>)
2022-06-27 18:57:33,718 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration
2022-06-27 18:57:33,718 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully
2022-06-27 18:57:33,718 - modules.py[DEBUG]: Running module reset_rmc (<module 'cloudinit.config.cc_reset_rmc' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_reset_rmc.py'>) with frequency once-per-instance
2022-06-27 18:57:33,718 - handlers.py[DEBUG]: start: modules-final/config-reset_rmc: running config-reset_rmc with frequency once-per-instance
2022-06-27 18:57:33,719 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_reset_rmc - wb: [644] 24 bytes
2022-06-27 18:57:33,719 - helpers.py[DEBUG]: Running config-reset_rmc using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_reset_rmc'>)
2022-06-27 18:57:33,719 - cc_reset_rmc.py[DEBUG]: module disabled, RSCT_PATH not present
2022-06-27 18:57:33,719 - handlers.py[DEBUG]: finish: modules-final/config-reset_rmc: SUCCESS: config-reset_rmc ran successfully
2022-06-27 18:57:33,719 - modules.py[DEBUG]: Running module refresh_rmc_and_interface (<module 'cloudinit.config.cc_refresh_rmc_and_interface' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_refresh_rmc_and_interface.py'>) with frequency always
2022-06-27 18:57:33,719 - handlers.py[DEBUG]: start: modules-final/config-refresh_rmc_and_interface: running config-refresh_rmc_and_interface with frequency always
2022-06-27 18:57:33,719 - helpers.py[DEBUG]: Running config-refresh_rmc_and_interface using lock (<cloudinit.helpers.DummyLock object at 0x7f558d3e5d00>)
2022-06-27 18:57:33,719 - cc_refresh_rmc_and_interface.py[DEBUG]: No 'rmcctrl' in path, disabled
2022-06-27 18:57:33,720 - handlers.py[DEBUG]: finish: modules-final/config-refresh_rmc_and_interface: SUCCESS: config-refresh_rmc_and_interface ran successfully
2022-06-27 18:57:33,720 - modules.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance
2022-06-27 18:57:33,720 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance
2022-06-27 18:57:33,720 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_rightscale_userdata - wb: [644] 24 bytes
2022-06-27 18:57:33,720 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_rightscale_userdata'>)
2022-06-27 18:57:33,720 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata
2022-06-27 18:57:33,720 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully
2022-06-27 18:57:33,720 - modules.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance
2022-06-27 18:57:33,720 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance
2022-06-27 18:57:33,721 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_scripts_vendor - wb: [644] 23 bytes
2022-06-27 18:57:33,721 - helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_scripts_vendor'>)
2022-06-27 18:57:33,721 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully
2022-06-27 18:57:33,721 - modules.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_per_once.py'>) with frequency once
2022-06-27 18:57:33,721 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once
2022-06-27 18:57:33,721 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once)
2022-06-27 18:57:33,721 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran
2022-06-27 18:57:33,721 - modules.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always
2022-06-27 18:57:33,722 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always
2022-06-27 18:57:33,722 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x7f558d3b4c70>)
2022-06-27 18:57:33,722 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully
2022-06-27 18:57:33,722 - modules.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance
2022-06-27 18:57:33,722 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance
2022-06-27 18:57:33,723 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_scripts_per_instance - wb: [644] 24 bytes
2022-06-27 18:57:33,723 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_scripts_per_instance'>)
2022-06-27 18:57:33,724 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully
2022-06-27 18:57:33,724 - modules.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance
2022-06-27 18:57:33,724 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance
2022-06-27 18:57:33,724 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_scripts_user - wb: [644] 24 bytes
2022-06-27 18:57:33,724 - helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_scripts_user'>)
2022-06-27 18:57:33,724 - subp.py[DEBUG]: Running command ['/var/lib/cloud/instance/scripts/part-003'] with allowed return codes [0] (shell=False, capture=False)
2022-06-27 18:59:09,762 - subp.py[DEBUG]: Unexpected error while running command.
Command: ['/var/lib/cloud/instance/scripts/part-003']
Exit code: 1
Reason: -
Stdout: -
Stderr: -
2022-06-27 18:59:09,763 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)
2022-06-27 18:59:09,763 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: FAIL: running config-scripts-user with frequency once-per-instance
2022-06-27 18:59:09,763 - util.py[WARNING]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_user.py'>) failed
2022-06-27 18:59:09,763 - util.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_user.py'>) failed
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cloudinit/config/modules.py", line 231, in _run_modules
ran, _r = cc.run(
File "/usr/lib/python3/dist-packages/cloudinit/cloud.py", line 67, in run
return self._runners.run(name, functor, args, freq, clear_on_fail)
File "/usr/lib/python3/dist-packages/cloudinit/helpers.py", line 185, in run
results = functor(*args)
File "/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_user.py", line 48, in handle
subp.runparts(runparts_path)
File "/usr/lib/python3/dist-packages/cloudinit/subp.py", line 427, in runparts
raise RuntimeError(
RuntimeError: Runparts: 1 failures (part-003) in 1 attempted commands
2022-06-27 18:59:10,000 - modules.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance
2022-06-27 18:59:10,000 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance
2022-06-27 18:59:10,001 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ssh_authkey_fingerprints - wb: [644] 24 bytes
2022-06-27 18:59:10,005 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_ssh_authkey_fingerprints'>)
2022-06-27 18:59:10,006 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2022-06-27 18:59:10,007 - util.py[DEBUG]: Read 689 bytes from /etc/ssh/sshd_config
2022-06-27 18:59:10,007 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False)
2022-06-27 18:59:10,007 - util.py[DEBUG]: Read 386 bytes from /home/ubuntu/.ssh/authorized_keys
2022-06-27 18:59:10,048 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully
2022-06-27 18:59:10,048 - modules.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance
2022-06-27 18:59:10,048 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance
2022-06-27 18:59:10,048 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_keys_to_console - wb: [644] 24 bytes
2022-06-27 18:59:10,048 - helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_keys_to_console'>)
2022-06-27 18:59:10,049 - subp.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True)
2022-06-27 18:59:10,166 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully
2022-06-27 18:59:10,166 - modules.py[DEBUG]: Running module install-hotplug (<module 'cloudinit.config.cc_install_hotplug' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_install_hotplug.py'>) with frequency once-per-instance
2022-06-27 18:59:10,166 - handlers.py[DEBUG]: start: modules-final/config-install-hotplug: running config-install-hotplug with frequency once-per-instance
2022-06-27 18:59:10,166 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_install_hotplug - wb: [644] 24 bytes
2022-06-27 18:59:10,167 - helpers.py[DEBUG]: Running config-install-hotplug using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_install_hotplug'>)
2022-06-27 18:59:10,167 - stages.py[DEBUG]: Allowed events: {<EventScope.NETWORK: 'network'>: {<EventType.BOOT_NEW_INSTANCE: 'boot-new-instance'>}}
2022-06-27 18:59:10,167 - stages.py[DEBUG]: Event Denied: scopes=['network'] EventType=hotplug
2022-06-27 18:59:10,167 - cc_install_hotplug.py[DEBUG]: Skipping hotplug install, not enabled
2022-06-27 18:59:10,167 - handlers.py[DEBUG]: finish: modules-final/config-install-hotplug: SUCCESS: config-install-hotplug ran successfully
2022-06-27 18:59:10,168 - modules.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance
2022-06-27 18:59:10,168 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance
2022-06-27 18:59:10,168 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_phone_home - wb: [644] 24 bytes
2022-06-27 18:59:10,169 - helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_phone_home'>)
2022-06-27 18:59:10,169 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found
2022-06-27 18:59:10,169 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully
2022-06-27 18:59:10,169 - modules.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_final_message.py'>) with frequency always
2022-06-27 18:59:10,169 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always
2022-06-27 18:59:10,169 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x7f558d3d8700>)
2022-06-27 18:59:10,169 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2022-06-27 18:59:10,169 - util.py[DEBUG]: Read 13 bytes from /proc/uptime
2022-06-27 18:59:10,187 - util.py[DEBUG]: Cloud-init v. 22.2-0ubuntu1~20.04.2 finished at Mon, 27 Jun 2022 18:59:10 +0000. Datasource DataSourceEc2Local. Up 156.13 seconds
2022-06-27 18:59:10,187 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 68 bytes
2022-06-27 18:59:10,188 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully
2022-06-27 18:59:10,188 - modules.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance
2022-06-27 18:59:10,188 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance
2022-06-27 18:59:10,189 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_power_state_change - wb: [644] 24 bytes
2022-06-27 18:59:10,189 - helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/i-0b3120fef194d1224/sem/config_power_state_change'>)
2022-06-27 18:59:10,189 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing
2022-06-27 18:59:10,189 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully
2022-06-27 18:59:10,189 - main.py[DEBUG]: Ran 24 modules with 1 failures
2022-06-27 18:59:10,190 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpfbcd1wvr) - w: [644] 674 bytes/chars
2022-06-27 18:59:10,190 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/result.json (via temporary file /var/lib/cloud/data/tmpmpxfx2o6) - w: [644] 167 bytes/chars
2022-06-27 18:59:10,190 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json'
2022-06-27 18:59:10,191 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2022-06-27 18:59:10,191 - util.py[DEBUG]: Read 13 bytes from /proc/uptime
2022-06-27 18:59:10,191 - util.py[DEBUG]: cloud-init mode 'modules' took 96.601 seconds (96.60)
2022-06-27 18:59:10,191 - handlers.py[DEBUG]: finish: modules-final: FAIL: running modules for final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment