ansible-playbook [core 2.17.6]
  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-xAh
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.7 (main, Oct  1 2024, 00:00:00) [GCC 13.3.1 20240913 (Red Hat 13.3.1-3)] (/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-xAh/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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:2
Saturday 30 November 2024  22:25:22 -0500 (0:00:00.027)       0:00:00.027 ***** 
[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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:12
Saturday 30 November 2024  22:25:23 -0500 (0:00:01.276)       0:00:01.304 ***** 
included: /tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml for managed-node2

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:6
Saturday 30 November 2024  22:25:23 -0500 (0:00:00.022)       0:00:01.326 ***** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:11
Saturday 30 November 2024  22:25:24 -0500 (0:00:00.478)       0:00:01.805 ***** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__timesync_is_ostree": false
    },
    "changed": false
}

TASK [Ensure iproute for gathering default_ipv4 fact] **************************
task path: /tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15
Saturday 30 November 2024  22:25:24 -0500 (0:00:00.025)       0:00:01.830 ***** 
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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21
Saturday 30 November 2024  22:25:26 -0500 (0:00:01.974)       0:00:03.805 ***** 
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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:34
Saturday 30 November 2024  22:25:26 -0500 (0:00:00.082)       0:00:03.887 ***** 
ok: [managed-node2] => {}

MSG:

facts {
    "_ansible_facts_gathered": true,
    "all_ipv4_addresses": [
        "10.31.14.68"
    ],
    "all_ipv6_addresses": [
        "fe80::765e:6959:8c27:33e1"
    ],
    "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.11.7-100.fc39.x86_64",
        "console": "ttyS0,115200n8",
        "crashkernel": "auto",
        "net.ifnames": "0",
        "rhgb": true,
        "ro": true,
        "root": "UUID=58743121-55c2-4c9f-b063-104c2b6f313c"
    },
    "date_time": {
        "date": "2024-11-30",
        "day": "30",
        "epoch": "1733023523",
        "epoch_int": "1733023523",
        "hour": "22",
        "iso8601": "2024-12-01T03:25:23Z",
        "iso8601_basic": "20241130T222523484755",
        "iso8601_basic_short": "20241130T222523",
        "iso8601_micro": "2024-12-01T03:25:23.484755Z",
        "minute": "25",
        "month": "11",
        "second": "23",
        "time": "22:25:23",
        "tz": "EST",
        "tz_dst": "EDT",
        "tz_offset": "-0500",
        "weekday": "Saturday",
        "weekday_number": "6",
        "weeknumber": "48",
        "year": "2024"
    },
    "default_ipv4": {
        "address": "10.31.14.68",
        "alias": "eth0",
        "broadcast": "10.31.15.255",
        "gateway": "10.31.12.1",
        "interface": "eth0",
        "macaddress": "0a:ff:da:d2:28:4f",
        "mtu": 9001,
        "netmask": "255.255.252.0",
        "network": "10.31.12.0",
        "prefix": "22",
        "type": "ether"
    },
    "default_ipv6": {},
    "device_links": {
        "ids": {},
        "labels": {},
        "masters": {},
        "uuids": {
            "xvda2": [
                "58743121-55c2-4c9f-b063-104c2b6f313c"
            ]
        }
    },
    "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": [
                            "58743121-55c2-4c9f-b063-104c2b6f313c"
                        ]
                    },
                    "sectors": "524283871",
                    "sectorsize": 512,
                    "size": "250.00 GB",
                    "start": "4096",
                    "uuid": "58743121-55c2-4c9f-b063-104c2b6f313c"
                }
            },
            "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": "7610368",
            "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": "",
    "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.46.254 39310 22",
        "SSH_CONNECTION": "10.31.46.254 39310 10.31.14.68 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.14.68",
            "broadcast": "10.31.15.255",
            "netmask": "255.255.252.0",
            "network": "10.31.12.0",
            "prefix": "22"
        },
        "ipv6": [
            {
                "address": "fe80::765e:6959:8c27:33e1",
                "prefix": "64",
                "scope": "link"
            }
        ],
        "macaddress": "0a:ff:da:d2:28:4f",
        "module": "xen_netfront",
        "mtu": 9001,
        "pciid": "vif-0",
        "promisc": false,
        "type": "ether"
    },
    "fibre_channel_wwn": [],
    "fips": false,
    "form_factor": "Other",
    "fqdn": "managed-node2",
    "gather_subset": [
        "all"
    ],
    "hostname": "managed-node2",
    "hostnqn": "",
    "interfaces": [
        "eth0",
        "lo"
    ],
    "is_chroot": false,
    "iscsi_iqn": "",
    "kernel": "6.11.7-100.fc39.x86_64",
    "kernel_version": "#1 SMP PREEMPT_DYNAMIC Fri Nov  8 19:07:28 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.21630859375,
        "1m": 1.1904296875,
        "5m": 0.5068359375
    },
    "locally_reachable_ips": {
        "ipv4": [
            "10.31.14.68",
            "127.0.0.0/8",
            "127.0.0.1"
        ],
        "ipv6": [
            "::1",
            "fe80::765e:6959:8c27:33e1"
        ]
    },
    "lsb": {},
    "lvm": {
        "lvs": {},
        "pvs": {},
        "vgs": {}
    },
    "machine": "x86_64",
    "machine_id": "ec240e4f0b47f1e31a2ca450bffad8e9",
    "memfree_mb": 2911,
    "memory_mb": {
        "nocache": {
            "free": 3488,
            "used": 228
        },
        "real": {
            "free": 2911,
            "total": 3716,
            "used": 805
        },
        "swap": {
            "cached": 0,
            "free": 3715,
            "total": 3715,
            "used": 0
        }
    },
    "memtotal_mb": 3716,
    "module_setup": true,
    "mounts": [
        {
            "block_available": 61317841,
            "block_size": 4096,
            "block_total": 64479564,
            "block_used": 3161723,
            "device": "/dev/xvda2",
            "dump": 0,
            "fstype": "ext4",
            "inode_available": 16303362,
            "inode_total": 16384000,
            "inode_used": 80638,
            "mount": "/",
            "options": "rw,seclabel,relatime",
            "passno": 0,
            "size_available": 251157876736,
            "size_total": 264108294144,
            "uuid": "58743121-55c2-4c9f-b063-104c2b6f313c"
        }
    ],
    "nodename": "managed-node2",
    "os_family": "RedHat",
    "pkg_mgr": "dnf",
    "proc_cmdline": {
        "BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.7-100.fc39.x86_64",
        "console": [
            "tty0",
            "ttyS0,115200n8"
        ],
        "crashkernel": "auto",
        "net.ifnames": "0",
        "rhgb": true,
        "ro": true,
        "root": "UUID=58743121-55c2-4c9f-b063-104c2b6f313c"
    },
    "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": "ec240e4f-0b47-f1e3-1a2c-a450bffad8e9",
    "product_uuid": "ec240e4f-0b47-f1e3-1a2c-a450bffad8e9",
    "product_version": "4.11.amazon",
    "python": {
        "executable": "/usr/bin/python3.12",
        "has_sslcontext": true,
        "type": "cpython",
        "version": {
            "major": 3,
            "micro": 7,
            "minor": 12,
            "releaselevel": "final",
            "serial": 0
        },
        "version_info": [
            3,
            12,
            7,
            "final",
            0
        ]
    },
    "python_version": "3.12.7",
    "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": "AAAAB3NzaC1kc3MAAACBAPbAlTtkUVjK3LTJgvpXrmQFm8zEnHGc8lpIc+23DOjyZRQRXgCps1Lk6F8CkULGnN36MWHO1dzTrTQSuFyG5ZLFJIMtSES2tLJnYRXXtcu+wHOLmmqzJglY+3Chc9LJbry3LgeiVd5ClwB9AcvYa9GFjRwlAOJO4pG6YgPUa1x/AAAAFQCRv7mN+monDjYPsYG17tn6hx3/UwAAAIATmfSUCjTR3mi83+nj0f2Uz1+3iCneuI+Ix1YSJ+EJPwThNP4EAOcg7FtmL9wJGe/JSJbLK/jOUv8aG0fBuTRCinT1jvpDaI8hWwc28s3cUSptpQshg6KbC9QkyjnLzm8Pu9Br7dK/ZueLdux+GXOwwHtjud5Z9ObEJFnSJ43bkAAAAIEAmGN67LObkOodjruM7Xx490OpRFYRsAVqubv5CF/waHPUDz7+3zTPueTYf0dQK0Z94C8kPCKnom5SiN3k3/jeC63RuJv17boh5yA3NHchemPTIny/gyxgrPKQCc6ZN9RRp9dg772obST9H0BG+uBr8L8MAuJ4UCw8RgwizYnG6Ig=",
    "ssh_host_key_dsa_public_keytype": "ssh-dss",
    "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGZCCSZ8g1ym60SQYJVgek4sDPPZ8W0iJUlOLXnNiwAtQMd65moQCJE8OzE/iqua6TTdbi01SJ7N4sxa87EZlMk=",
    "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256",
    "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPIroiSWct4xiP+XzHHf+djFA3fWwbmggJpezpZBgmC9",
    "ssh_host_key_ed25519_public_keytype": "ssh-ed25519",
    "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCw2j/ipTaNeI3vf2k4D617RgfiUV85kJfsslTXId6QxROoIj/rhZWjEN+5NK0lnnnefEUuzaJYBgw8JP/mX5oerXjb0RGS61tfh/v7ayWstmcQsA++co+Fes/aHHYC9KdjPiUP4at9FWrFNm0jSfclpW0j0g3HtXycUgBRi5xq3J7gDYj9Ibz/MkXSgtbaqxiLrtPuKPbGwCgGGXTRNqvB7i6wc4258nZY0TLwX8fvUaAfs8sk2bqJQlWY1UZ0BRQRcqC5OK3YTl28UAAFVorhkcCuHUcPNedUfX0aH/y8LJfDqnos+i36+6DoMBzzF7cYdjP1U+on7myq6/BZiC2oBvAyOD7wU2Tv8pSl8r4qStq8mEmFkHEHnOucYba0qRSY8Ovw//bwVmFXHbt6kaWfy8IpDei2Xs0DSTNv8xNNb/duy2i4L+7noCB/4/7h15tqAbXKtOc2MABqcCY5Akqikc2ejE3A1Ug8bGiwKxm0MPl+Sc30jMl/UFOGy6OQjxs=",
    "ssh_host_key_rsa_public_keytype": "ssh-rsa",
    "swapfree_mb": 3715,
    "swaptotal_mb": 3715,
    "system": "Linux",
    "system_capabilities": [],
    "system_capabilities_enforced": "False",
    "system_vendor": "Xen",
    "uptime_seconds": 383,
    "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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:38
Saturday 30 November 2024  22:25:26 -0500 (0:00:00.065)       0:00:03.953 ***** 
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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:21
Saturday 30 November 2024  22:25:26 -0500 (0:00:00.036)       0:00:03.990 ***** 
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-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:28
Saturday 30 November 2024  22:25:28 -0500 (0:00:01.859)       0:00:05.849 ***** 
META: ending play

PLAY RECAP *********************************************************************
managed-node2              : ok=7    changed=0    unreachable=0    failed=0    skipped=1    rescued=0    ignored=1   

Saturday 30 November 2024  22:25:28 -0500 (0:00:00.005)       0:00:05.854 ***** 
=============================================================================== 
Ensure iproute for gathering default_ipv4 fact -------------------------- 1.97s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:15 
Install ntp ------------------------------------------------------------- 1.86s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:21 
Gathering Facts --------------------------------------------------------- 1.28s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:2 
Check if system is ostree ----------------------------------------------- 0.48s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:6 
Ensure ansible_facts used by test --------------------------------------- 0.08s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:21 
Debug ------------------------------------------------------------------- 0.07s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:34 
Skip test on ostree systems if unsupported ------------------------------ 0.04s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:38 
Set flag to indicate system is ostree ----------------------------------- 0.03s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tasks/setup.yml:11 
Common test setup tasks ------------------------------------------------- 0.02s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:12 
Skip test if no ntp package --------------------------------------------- 0.01s
/tmp/collections-xAh/ansible_collections/fedora/linux_system_roles/tests/timesync/tests_ntp_provider5.yml:28