[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-0Cu executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ntp_provider5.yml ********************************************** 1 plays in /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml PLAY [Configure NTP with ntp as specified provider] **************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:2 Saturday 14 September 2024 23:02:21 -0400 (0:00:00.026) 0:00:00.026 **** [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node2] TASK [Common test setup tasks] ************************************************* task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:12 Saturday 14 September 2024 23:02:22 -0400 (0:00:01.272) 0:00:01.298 **** included: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml for managed_node2 TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:6 Saturday 14 September 2024 23:02:22 -0400 (0:00:00.035) 0:00:01.333 **** ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:11 Saturday 14 September 2024 23:02:23 -0400 (0:00:00.617) 0:00:01.951 **** ok: [managed_node2] => { "ansible_facts": { "__timesync_is_ostree": false }, "changed": false } TASK [Ensure iproute for gathering default_ipv4 fact] ************************** task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15 Saturday 14 September 2024 23:02:23 -0400 (0:00:00.076) 0:00:02.028 **** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Ensure ansible_facts used by test] *************************************** task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21 Saturday 14 September 2024 23:02:25 -0400 (0:00:01.979) 0:00:04.007 **** skipping: [managed_node2] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [Debug] ******************************************************************* task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:34 Saturday 14 September 2024 23:02:25 -0400 (0:00:00.048) 0:00:04.056 **** ok: [managed_node2] => {} MSG: facts { "_ansible_facts_gathered": true, "all_ipv4_addresses": [ "10.31.47.226" ], "all_ipv6_addresses": [ "fe80::beda:d034:c274:97df" ], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "bios_date": "08/24/2006", "bios_vendor": "Xen", "bios_version": "4.11.amazon", "board_asset_tag": "NA", "board_name": "NA", "board_serial": "NA", "board_vendor": "NA", "board_version": "NA", "chassis_asset_tag": "NA", "chassis_serial": "NA", "chassis_vendor": "Xen", "chassis_version": "NA", "cmdline": { "BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.8-100.fc39.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "ro": true, "root": "UUID=9caf8673-362d-4c5c-83ee-c17258ea2632" }, "date_time": { "date": "2024-09-14", "day": "14", "epoch": "1726369342", "epoch_int": "1726369342", "hour": "23", "iso8601": "2024-09-15T03:02:22Z", "iso8601_basic": "20240914T230222553180", "iso8601_basic_short": "20240914T230222", "iso8601_micro": "2024-09-15T03:02:22.553180Z", "minute": "02", "month": "09", "second": "22", "time": "23:02:22", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "37", "year": "2024" }, "default_ipv4": { "address": "10.31.47.226", "alias": "eth0", "broadcast": "10.31.47.255", "gateway": "10.31.44.1", "interface": "eth0", "macaddress": "02:85:8f:5a:c3:dd", "mtu": 9001, "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "type": "ether" }, "default_ipv6": {}, "device_links": { "ids": {}, "labels": {}, "masters": {}, "uuids": { "xvda2": [ "9caf8673-362d-4c5c-83ee-c17258ea2632" ] } }, "devices": { "xvda": { "holders": [], "host": "", "links": { "ids": [], "labels": [], "masters": [], "uuids": [] }, "model": null, "partitions": { "xvda1": { "holders": [], "links": { "ids": [], "labels": [], "masters": [], "uuids": [] }, "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "start": "2048", "uuid": null }, "xvda2": { "holders": [], "links": { "ids": [], "labels": [], "masters": [], "uuids": [ "9caf8673-362d-4c5c-83ee-c17258ea2632" ] }, "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "start": "4096", "uuid": "9caf8673-362d-4c5c-83ee-c17258ea2632" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "support_discard": "512", "vendor": null, "virtual": 1 }, "zram0": { "holders": [], "host": "", "links": { "ids": [], "labels": [], "masters": [], "uuids": [] }, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "7612416", "sectorsize": "4096", "size": "3.63 GB", "support_discard": "4096", "vendor": null, "virtual": 1 } }, "discovered_interpreter_python": "/usr/bin/python3.12", "distribution": "Fedora", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "39", "distribution_release": "", "distribution_version": "39", "dns": { "nameservers": [ "127.0.0.53" ], "options": { "edns0": true, "trust-ad": true }, "search": [ "us-east-1.aws.redhat.com" ] }, "domain": "us-east-1.aws.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": { "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "EDITOR": "/usr/bin/nano", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "LS_COLORS": "", "MOTD_SHOWN": "pam", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "1", "SSH_CLIENT": "10.31.14.10 41454 22", "SSH_CONNECTION": "10.31.14.10 41454 10.31.47.226 22", "SSH_TTY": "/dev/pts/0", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_CLASS": "user", "XDG_SESSION_ID": "5", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12" }, "eth0": { "active": true, "device": "eth0", "ipv4": { "address": "10.31.47.226", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22" }, "ipv6": [ { "address": "fe80::beda:d034:c274:97df", "prefix": "64", "scope": "link" } ], "macaddress": "02:85:8f:5a:c3:dd", "module": "xen_netfront", "mtu": 9001, "pciid": "vif-0", "promisc": false, "type": "ether" }, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ip-10-31-47-226.us-east-1.aws.redhat.com", "gather_subset": [ "all" ], "hostname": "ip-10-31-47-226", "hostnqn": "", "interfaces": [ "lo", "eth0" ], "is_chroot": false, "iscsi_iqn": "", "kernel": "6.10.8-100.fc39.x86_64", "kernel_version": "#1 SMP PREEMPT_DYNAMIC Wed Sep 4 21:40:13 UTC 2024", "lo": { "active": true, "device": "lo", "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "type": "loopback" }, "loadavg": { "15m": 0.09912109375, "1m": 0.4375, "5m": 0.23583984375 }, "locally_reachable_ips": { "ipv4": [ "10.31.47.226", "127.0.0.0/8", "127.0.0.1" ], "ipv6": [ "::1", "fe80::beda:d034:c274:97df" ] }, "lsb": {}, "lvm": { "lvs": {}, "pvs": {}, "vgs": {} }, "machine": "x86_64", "machine_id": "ec2e2ef8e9d77bb3d01bcdb0fd1470aa", "memfree_mb": 2977, "memory_mb": { "nocache": { "free": 3508, "used": 209 }, "real": { "free": 2977, "total": 3717, "used": 740 }, "swap": { "cached": 0, "free": 3716, "total": 3716, "used": 0 } }, "memtotal_mb": 3717, "module_setup": true, "mounts": [ { "block_available": 61334934, "block_size": 4096, "block_total": 64483404, "block_used": 3148470, "device": "/dev/xvda2", "dump": 0, "fstype": "ext4", "inode_available": 16303979, "inode_total": 16384000, "inode_used": 80021, "mount": "/", "options": "rw,seclabel,relatime", "passno": 0, "size_available": 251227889664, "size_total": 264124022784, "uuid": "9caf8673-362d-4c5c-83ee-c17258ea2632" } ], "nodename": "ip-10-31-47-226.us-east-1.aws.redhat.com", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": { "BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.8-100.fc39.x86_64", "console": [ "tty0", "ttyS0,115200n8" ], "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "ro": true, "root": "UUID=9caf8673-362d-4c5c-83ee-c17258ea2632" }, "processor": [ "0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz" ], "processor_cores": 1, "processor_count": 1, "processor_nproc": 2, "processor_threads_per_core": 2, "processor_vcpus": 2, "product_name": "HVM domU", "product_serial": "ec2e2ef8-e9d7-7bb3-d01b-cdb0fd1470aa", "product_uuid": "ec2e2ef8-e9d7-7bb3-d01b-cdb0fd1470aa", "product_version": "4.11.amazon", "python": { "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 5, "minor": 12, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 12, 5, "final", 0 ] }, "python_version": "3.12.5", "real_group_id": 0, "real_user_id": 0, "selinux": { "config_mode": "enforcing", "mode": "enforcing", "policyvers": 33, "status": "enabled", "type": "targeted" }, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAINJWnsiF+8w7gXORGFBgtbIIYYDoUHlbks3E9BuZcERM5aRRskoxNaRCcWP9pcBRx/z72DZiyOW7/lmBoogEOY+7gpLtHm7UVmpG8UyhTShFqlUxJZgJYZfFC3eGz/iWkjZPA/lLVsg1/lxPQvY6kWpdnmG99BHrWVDCdka45InAAAAFQDwB/Jih4vxDNkU7084Q/XwoswbZwAAAIAnrEG0RBI60/SrOhao7TFrp5s7ivAf3aExcJR4lCeuu1FwFXKAiJvu34fndjDDr792EPGOVKzDZ5CCjbEKVG8sKmVGFrB9UFnH4QKcGg4B/hiJsDRFAQw/E1rNItO1RFB50fvLgxJgGluYxpQBjfUjvvm67TJ0e52c9SmELL1mKgAAAIAcXZ+f829aMaXXfa3QF5zo1/xuJXO9FlwoOIPd84AQTUdZ6j3eTcMC8dMdJ/LS6BgZUbku4fpBZV+pKsP3yNbZeLZ5ZpvNBtZYjvUGf3vBgBt5c/n+xQkaK/+hszU51uQDlHbwSLn0+RGF4MKGoJLNnz2kLMB9kvl1IpffyJgEAA==", "ssh_host_key_dsa_public_keytype": "ssh-dss", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF4OLFLxie7XytxjFZb91c/w9nU+3H9pKy9Lgqydk/L2SJj9K0DHRsHcs07XQuu/Ea7fHrhfAn5ZvHZ4uAthMI0=", "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPty//lxCMSoALgrVCd1mKjGXak6d2W+Ir+8hfzn/JuX", "ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDbZkBIxBQl/UXg4jrKJUKmxz9va0Trb0OOgBv0JZBPnHSZFaX6Lky7clX7RjTrM4FotH/+Zp1RcXBK6pG/op3Lbzl2E4/t07dWLcB875b5e44NpKCGNMFnDs4QHmOx/ClHbU7LpqJAJMJOCH7Yrs8D9QrbMXN1qlSzbv6j0xG+l2cXYEUUdaYxcugeSfCYoiJmw4vpXCF1d1J3Z8olofNKV6AZJXXoD9sNZZdpWEaM1F9sB3W4deOGml39bHhyyjwoIlyXbEJ7Yfa0iC/ybY5kTZN4oIwjqbHGa1q374395G6sai198MIjmDmMOAsF7SJ2h2c+tH462MSvFdgap2VoPraGW61D9yIJUgSEtj++/0xHv1xQPeA9Pkxm7BlOkHCX5jyhl26H58XPJXvsYyRlf39nKNislfe9NcYlMznZnUH0Ydo8rcGEHuM2/nYL975llxfTHi+/hB13y8Dk9En8NFdMq+TUdsepeddJwu6zDLCypLOWJAm0eRe1p5FQjVk=", "ssh_host_key_rsa_public_keytype": "ssh-rsa", "swapfree_mb": 3716, "swaptotal_mb": 3716, "system": "Linux", "system_capabilities": [], "system_capabilities_enforced": "False", "system_vendor": "Xen", "uptime_seconds": 334, "user_dir": "/root", "user_gecos": "Super User", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_tech_guest": [ "xen" ], "virtualization_tech_host": [], "virtualization_type": "xen" } TASK [Skip test on ostree systems if unsupported] ****************************** task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:38 Saturday 14 September 2024 23:02:25 -0400 (0:00:00.050) 0:00:04.106 **** META: end_host conditional evaluated to False, continuing execution for managed_node2 skipping: [managed_node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node2" } MSG: end_host conditional evaluated to false, continuing execution for managed_node2 TASK [Install ntp] ************************************************************* task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:21 Saturday 14 September 2024 23:02:25 -0400 (0:00:00.045) 0:00:04.152 **** fatal: [managed_node2]: FAILED! => { "changed": false, "failures": [ "No package ntp available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ...ignoring TASK [Skip test if no ntp package] ********************************************* task path: /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:28 Saturday 14 September 2024 23:02:27 -0400 (0:00:01.713) 0:00:05.866 **** META: ending play PLAY RECAP ********************************************************************* managed_node2 : ok=7 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=1 Saturday 14 September 2024 23:02:27 -0400 (0:00:00.008) 0:00:05.874 **** =============================================================================== Ensure iproute for gathering default_ipv4 fact -------------------------- 1.98s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15 Install ntp ------------------------------------------------------------- 1.71s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:21 Gathering Facts --------------------------------------------------------- 1.27s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:2 Check if system is ostree ----------------------------------------------- 0.62s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:6 Set flag to indicate system is ostree ----------------------------------- 0.08s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:11 Debug ------------------------------------------------------------------- 0.05s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:34 Ensure ansible_facts used by test --------------------------------------- 0.05s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21 Skip test on ostree systems if unsupported ------------------------------ 0.05s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:38 Common test setup tasks ------------------------------------------------- 0.04s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:12 Skip test if no ntp package --------------------------------------------- 0.01s /tmp/collections-0Cu/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:28