# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.16.0]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible
  ansible collection location = /WORKDIR/git-weekly-ci0_1uhpji/.collection
  executable location = /opt/ansible-2.16/bin/ansible-playbook
  python version = 3.11.5 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python)
  jinja version = 3.1.2
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
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 /WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml

PLAY [Configure NTP with ntp as specified provider] ****************************

TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:2
Sunday 10 December 2023  03:17:36 +0000 (0:00:00.014)       0:00:00.014 ******* 
ok: [sut]

TASK [Common test setup tasks] *************************************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:12
Sunday 10 December 2023  03:17:36 +0000 (0:00:00.772)       0:00:00.787 ******* 
included: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml for sut

TASK [Check if system is ostree] ***********************************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:6
Sunday 10 December 2023  03:17:37 +0000 (0:00:00.009)       0:00:00.797 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:11
Sunday 10 December 2023  03:17:37 +0000 (0:00:00.241)       0:00:01.039 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__timesync_is_ostree": false
    },
    "changed": false
}

TASK [Ensure iproute for gathering default_ipv4 fact] **************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:15
Sunday 10 December 2023  03:17:37 +0000 (0:00:00.013)       0:00:01.052 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute

TASK [Ensure ansible_facts used by test] ***************************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:21
Sunday 10 December 2023  03:17:38 +0000 (0:00:01.300)       0:00:02.353 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Debug] *******************************************************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:34
Sunday 10 December 2023  03:17:38 +0000 (0:00:00.018)       0:00:02.372 ******* 
ok: [sut] => {}

MSG:

facts {
    "_ansible_facts_gathered": true,
    "all_ipv4_addresses": [
        "10.31.44.169"
    ],
    "all_ipv6_addresses": [
        "fe80::ec:f7ff:fe86:b359"
    ],
    "ansible_local": {},
    "apparmor": {
        "status": "disabled"
    },
    "architecture": "x86_64",
    "bios_date": "08/24/2006",
    "bios_vendor": "Xen",
    "bios_version": "4.2.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,gpt3)/boot/vmlinuz-4.18.0-513.5.1.el8_9.x86_64",
        "console": "ttyS0,115200n8",
        "crashkernel": "auto",
        "net.ifnames": "0",
        "no_timer_check": true,
        "root": "UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6"
    },
    "date_time": {
        "date": "2023-12-10",
        "day": "10",
        "epoch": "1702178256",
        "epoch_int": "1702178256",
        "hour": "03",
        "iso8601": "2023-12-10T03:17:36Z",
        "iso8601_basic": "20231210T031736917586",
        "iso8601_basic_short": "20231210T031736",
        "iso8601_micro": "2023-12-10T03:17:36.917586Z",
        "minute": "17",
        "month": "12",
        "second": "36",
        "time": "03:17:36",
        "tz": "UTC",
        "tz_dst": "UTC",
        "tz_offset": "+0000",
        "weekday": "Sunday",
        "weekday_number": "0",
        "weeknumber": "49",
        "year": "2023"
    },
    "default_ipv4": {
        "address": "10.31.44.169",
        "alias": "eth0",
        "broadcast": "10.31.47.255",
        "gateway": "10.31.44.1",
        "interface": "eth0",
        "macaddress": "02:ec:f7:86:b3:59",
        "mtu": 9001,
        "netmask": "255.255.252.0",
        "network": "10.31.44.0",
        "prefix": "22",
        "type": "ether"
    },
    "default_ipv6": {},
    "device_links": {
        "ids": {},
        "labels": {
            "xvda3": [
                "root"
            ]
        },
        "masters": {},
        "uuids": {
            "xvda2": [
                "7B77-95E7"
            ],
            "xvda3": [
                "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
            ]
        }
    },
    "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": [
                            "7B77-95E7"
                        ]
                    },
                    "sectors": "204800",
                    "sectorsize": 512,
                    "size": "100.00 MB",
                    "start": "4096",
                    "uuid": "7B77-95E7"
                },
                "xvda3": {
                    "holders": [],
                    "links": {
                        "ids": [],
                        "labels": [
                            "root"
                        ],
                        "masters": [],
                        "uuids": [
                            "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
                        ]
                    },
                    "sectors": "524079071",
                    "sectorsize": 512,
                    "size": "249.90 GB",
                    "start": "208896",
                    "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
                }
            },
            "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": "0",
            "vendor": null,
            "virtual": 1
        }
    },
    "distribution": "RedHat",
    "distribution_file_parsed": true,
    "distribution_file_path": "/etc/redhat-release",
    "distribution_file_search_string": "Red Hat",
    "distribution_file_variety": "RedHat",
    "distribution_major_version": "8",
    "distribution_release": "Ootpa",
    "distribution_version": "8.9",
    "dns": {
        "nameservers": [
            "10.29.169.13",
            "10.29.170.12",
            "10.2.32.1"
        ],
        "search": [
            "us-east-1.aws.redhat.com",
            "testing-farm"
        ]
    },
    "domain": "testing-farm.us-east-1.aws.redhat.com",
    "effective_group_id": 0,
    "effective_user_id": 0,
    "env": {
        "BASH_FUNC_which%%": "() {  ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}",
        "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus",
        "HOME": "/root",
        "LANG": "en_US.UTF-8",
        "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
        "LOGNAME": "root",
        "PATH": "/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": "2",
        "SSH_CLIENT": "10.29.163.176 33612 22",
        "SSH_CONNECTION": "10.29.163.176 33612 10.31.44.169 22",
        "USER": "root",
        "XDG_RUNTIME_DIR": "/run/user/0",
        "XDG_SESSION_ID": "7",
        "_": "/usr/bin/python3",
        "which_declare": "declare -f"
    },
    "eth0": {
        "active": true,
        "device": "eth0",
        "features": {
            "esp_hw_offload": "off [fixed]",
            "esp_tx_csum_hw_offload": "off [fixed]",
            "fcoe_mtu": "off [fixed]",
            "generic_receive_offload": "on",
            "generic_segmentation_offload": "on",
            "highdma": "off [fixed]",
            "hw_tc_offload": "off [fixed]",
            "l2_fwd_offload": "off [fixed]",
            "large_receive_offload": "off [fixed]",
            "loopback": "off [fixed]",
            "netns_local": "off [fixed]",
            "ntuple_filters": "off [fixed]",
            "receive_hashing": "off [fixed]",
            "rx_all": "off [fixed]",
            "rx_checksumming": "on [fixed]",
            "rx_fcs": "off [fixed]",
            "rx_gro_hw": "off [fixed]",
            "rx_gro_list": "off",
            "rx_udp_gro_forwarding": "off",
            "rx_udp_tunnel_port_offload": "off [fixed]",
            "rx_vlan_filter": "off [fixed]",
            "rx_vlan_offload": "off [fixed]",
            "rx_vlan_stag_filter": "off [fixed]",
            "rx_vlan_stag_hw_parse": "off [fixed]",
            "scatter_gather": "on",
            "tcp_segmentation_offload": "on",
            "tls_hw_record": "off [fixed]",
            "tls_hw_rx_offload": "off [fixed]",
            "tls_hw_tx_offload": "off [fixed]",
            "tx_checksum_fcoe_crc": "off [fixed]",
            "tx_checksum_ip_generic": "off [fixed]",
            "tx_checksum_ipv4": "on [fixed]",
            "tx_checksum_ipv6": "off [requested on]",
            "tx_checksum_sctp": "off [fixed]",
            "tx_checksumming": "on",
            "tx_esp_segmentation": "off [fixed]",
            "tx_fcoe_segmentation": "off [fixed]",
            "tx_gre_csum_segmentation": "off [fixed]",
            "tx_gre_segmentation": "off [fixed]",
            "tx_gso_list": "off [fixed]",
            "tx_gso_partial": "off [fixed]",
            "tx_gso_robust": "on [fixed]",
            "tx_ipxip4_segmentation": "off [fixed]",
            "tx_ipxip6_segmentation": "off [fixed]",
            "tx_lockless": "off [fixed]",
            "tx_nocache_copy": "off",
            "tx_scatter_gather": "on",
            "tx_scatter_gather_fraglist": "off [fixed]",
            "tx_sctp_segmentation": "off [fixed]",
            "tx_tcp6_segmentation": "off [requested on]",
            "tx_tcp_ecn_segmentation": "off [fixed]",
            "tx_tcp_mangleid_segmentation": "off",
            "tx_tcp_segmentation": "on",
            "tx_tunnel_remcsum_segmentation": "off [fixed]",
            "tx_udp_segmentation": "off [fixed]",
            "tx_udp_tnl_csum_segmentation": "off [fixed]",
            "tx_udp_tnl_segmentation": "off [fixed]",
            "tx_vlan_offload": "off [fixed]",
            "tx_vlan_stag_hw_insert": "off [fixed]",
            "vlan_challenged": "off [fixed]"
        },
        "hw_timestamp_filters": [],
        "ipv4": {
            "address": "10.31.44.169",
            "broadcast": "10.31.47.255",
            "netmask": "255.255.252.0",
            "network": "10.31.44.0",
            "prefix": "22"
        },
        "ipv6": [
            {
                "address": "fe80::ec:f7ff:fe86:b359",
                "prefix": "64",
                "scope": "link"
            }
        ],
        "macaddress": "02:ec:f7:86:b3:59",
        "module": "xen_netfront",
        "mtu": 9001,
        "pciid": "vif-0",
        "promisc": false,
        "timestamping": [],
        "type": "ether"
    },
    "fibre_channel_wwn": [],
    "fips": false,
    "form_factor": "Other",
    "fqdn": "9f333143-2013-471b-bd2f-753be40195a7.testing-farm.us-east-1.aws.redhat.com",
    "gather_subset": [
        "all"
    ],
    "hostname": "9f333143-2013-471b-bd2f-753be40195a7",
    "hostnqn": "",
    "interfaces": [
        "lo",
        "eth0"
    ],
    "is_chroot": false,
    "iscsi_iqn": "",
    "kernel": "4.18.0-513.5.1.el8_9.x86_64",
    "kernel_version": "#1 SMP Fri Sep 29 05:21:10 EDT 2023",
    "lo": {
        "active": true,
        "device": "lo",
        "features": {
            "esp_hw_offload": "off [fixed]",
            "esp_tx_csum_hw_offload": "off [fixed]",
            "fcoe_mtu": "off [fixed]",
            "generic_receive_offload": "on",
            "generic_segmentation_offload": "on",
            "highdma": "on [fixed]",
            "hw_tc_offload": "off [fixed]",
            "l2_fwd_offload": "off [fixed]",
            "large_receive_offload": "off [fixed]",
            "loopback": "on [fixed]",
            "netns_local": "on [fixed]",
            "ntuple_filters": "off [fixed]",
            "receive_hashing": "off [fixed]",
            "rx_all": "off [fixed]",
            "rx_checksumming": "on [fixed]",
            "rx_fcs": "off [fixed]",
            "rx_gro_hw": "off [fixed]",
            "rx_gro_list": "off",
            "rx_udp_gro_forwarding": "off",
            "rx_udp_tunnel_port_offload": "off [fixed]",
            "rx_vlan_filter": "off [fixed]",
            "rx_vlan_offload": "off [fixed]",
            "rx_vlan_stag_filter": "off [fixed]",
            "rx_vlan_stag_hw_parse": "off [fixed]",
            "scatter_gather": "on",
            "tcp_segmentation_offload": "on",
            "tls_hw_record": "off [fixed]",
            "tls_hw_rx_offload": "off [fixed]",
            "tls_hw_tx_offload": "off [fixed]",
            "tx_checksum_fcoe_crc": "off [fixed]",
            "tx_checksum_ip_generic": "on [fixed]",
            "tx_checksum_ipv4": "off [fixed]",
            "tx_checksum_ipv6": "off [fixed]",
            "tx_checksum_sctp": "on [fixed]",
            "tx_checksumming": "on",
            "tx_esp_segmentation": "off [fixed]",
            "tx_fcoe_segmentation": "off [fixed]",
            "tx_gre_csum_segmentation": "off [fixed]",
            "tx_gre_segmentation": "off [fixed]",
            "tx_gso_list": "on",
            "tx_gso_partial": "off [fixed]",
            "tx_gso_robust": "off [fixed]",
            "tx_ipxip4_segmentation": "off [fixed]",
            "tx_ipxip6_segmentation": "off [fixed]",
            "tx_lockless": "on [fixed]",
            "tx_nocache_copy": "off [fixed]",
            "tx_scatter_gather": "on [fixed]",
            "tx_scatter_gather_fraglist": "on [fixed]",
            "tx_sctp_segmentation": "on",
            "tx_tcp6_segmentation": "on",
            "tx_tcp_ecn_segmentation": "on",
            "tx_tcp_mangleid_segmentation": "on",
            "tx_tcp_segmentation": "on",
            "tx_tunnel_remcsum_segmentation": "off [fixed]",
            "tx_udp_segmentation": "on",
            "tx_udp_tnl_csum_segmentation": "off [fixed]",
            "tx_udp_tnl_segmentation": "off [fixed]",
            "tx_vlan_offload": "off [fixed]",
            "tx_vlan_stag_hw_insert": "off [fixed]",
            "vlan_challenged": "on [fixed]"
        },
        "hw_timestamp_filters": [],
        "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,
        "timestamping": [],
        "type": "loopback"
    },
    "loadavg": {
        "15m": 0.21,
        "1m": 0.73,
        "5m": 0.49
    },
    "locally_reachable_ips": {
        "ipv4": [
            "10.31.44.169",
            "127.0.0.0/8",
            "127.0.0.1"
        ],
        "ipv6": [
            "::1",
            "fe80::ec:f7ff:fe86:b359"
        ]
    },
    "lsb": {},
    "lvm": "N/A",
    "machine": "x86_64",
    "machine_id": "ec2811d0eb4f8c96b99a99d55e850f2f",
    "memfree_mb": 2821,
    "memory_mb": {
        "nocache": {
            "free": 3314,
            "used": 213
        },
        "real": {
            "free": 2821,
            "total": 3527,
            "used": 706
        },
        "swap": {
            "cached": 0,
            "free": 0,
            "total": 0,
            "used": 0
        }
    },
    "memtotal_mb": 3527,
    "module_setup": true,
    "mounts": [
        {
            "block_available": 64434930,
            "block_size": 4096,
            "block_total": 65507323,
            "block_used": 1072393,
            "device": "/dev/xvda3",
            "fstype": "xfs",
            "inode_available": 130944163,
            "inode_total": 131019760,
            "inode_used": 75597,
            "mount": "/",
            "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
            "size_available": 263925473280,
            "size_total": 268317995008,
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        },
        {
            "block_available": 48160,
            "block_size": 2048,
            "block_total": 51091,
            "block_used": 2931,
            "device": "/dev/xvda2",
            "fstype": "vfat",
            "inode_available": 0,
            "inode_total": 0,
            "inode_used": 0,
            "mount": "/boot/efi",
            "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro",
            "size_available": 98631680,
            "size_total": 104634368,
            "uuid": "7B77-95E7"
        }
    ],
    "nodename": "9f333143-2013-471b-bd2f-753be40195a7.testing-farm",
    "os_family": "RedHat",
    "pkg_mgr": "dnf",
    "proc_cmdline": {
        "BOOT_IMAGE": "(hd0,gpt3)/boot/vmlinuz-4.18.0-513.5.1.el8_9.x86_64",
        "console": [
            "tty0",
            "ttyS0,115200n8"
        ],
        "crashkernel": "auto",
        "net.ifnames": "0",
        "no_timer_check": true,
        "root": "UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6"
    },
    "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": "ec28b68c-39ab-e906-5ee8-21377b594434",
    "product_uuid": "ec28b68c-39ab-e906-5ee8-21377b594434",
    "product_version": "4.2.amazon",
    "python": {
        "executable": "/usr/bin/python3",
        "has_sslcontext": true,
        "type": "cpython",
        "version": {
            "major": 3,
            "micro": 8,
            "minor": 6,
            "releaselevel": "final",
            "serial": 0
        },
        "version_info": [
            3,
            6,
            8,
            "final",
            0
        ]
    },
    "python_version": "3.6.8",
    "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_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGUAFnQiPoqzum+CRbWtC8IqL8skJjI8krk8WLtD1PCEn5lx6fpamtaCBtHFSgKOLEDugrPbOMiL3UU3wS6THXY=",
    "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256",
    "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIkscsCGC9/wb5WL/wGuuzBedDecNST1fbHXhiVYOQjz",
    "ssh_host_key_ed25519_public_keytype": "ssh-ed25519",
    "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDYXb/q2JaU/6QRt/MeNCJhNsOPGdBrbIu0Sy1Fo98YUO+m5EFGoQIQmAfcn92/KQxmmYCQrKkOznsvBNWREmZLszmKe2hSFms1mUBBZVc9O+tFUFmZ/F4ZK0QvxKH5VvzqpLcDergOQBa3cNDtI5Zw+ifzf3K+/N+j2tCGkRQGVkqSotFQdWAiKfOVXohgvLYG5PeUrMiV+oofwUd4/PQw1h8nZoVpN0Wn9mkozNPE0fK/smrcWx92v5HxDchq9RCIN2ywe0fdMyxUJ0ZKj31qvgBbiE+naXwVpxtS/3/kI1nlu9zG1fk0D2bZKMq88yTEWt0zbB2DY+Eaxp6zbgd0Psytd8YUoj8aCGFdCsy1/qYws/Owu8IShq2qv8z9vALWK7ieYahGoVK3C9+BtptQnXsgKAtbYotfzWrlgqhGiCLD6Hafqro861huqadO86fdvQJ66pCY7IBuNpfFDzHpHHvWJPWZrgr2zolMZHqh2yAtiJKsjTIeK0L96kyTMmk=",
    "ssh_host_key_rsa_public_keytype": "ssh-rsa",
    "swapfree_mb": 0,
    "swaptotal_mb": 0,
    "system": "Linux",
    "system_capabilities": [],
    "system_capabilities_enforced": "False",
    "system_vendor": "Xen",
    "uptime_seconds": 674,
    "user_dir": "/root",
    "user_gecos": "root",
    "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: /WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:38
Sunday 10 December 2023  03:17:38 +0000 (0:00:00.017)       0:00:02.389 ******* 
META: end_host conditional evaluated to False, continuing execution for sut
skipping: [sut] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for sut"
}

MSG:

end_host conditional evaluated to false, continuing execution for sut

TASK [Install ntp] *************************************************************
task path: /WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:21
Sunday 10 December 2023  03:17:38 +0000 (0:00:00.012)       0:00:02.401 ******* 
fatal: [sut]: 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: /WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:28
Sunday 10 December 2023  03:17:39 +0000 (0:00:01.193)       0:00:03.594 ******* 
META: ending play

PLAY RECAP *********************************************************************
sut                        : ok=7    changed=0    unreachable=0    failed=0    skipped=1    rescued=0    ignored=1   

Sunday 10 December 2023  03:17:39 +0000 (0:00:00.002)       0:00:03.597 ******* 
=============================================================================== 
Ensure iproute for gathering default_ipv4 fact -------------------------- 1.30s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:15 -----------------------
Install ntp ------------------------------------------------------------- 1.19s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:21 ---------------
Gathering Facts --------------------------------------------------------- 0.77s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:2 ----------------
Check if system is ostree ----------------------------------------------- 0.24s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:6 ------------------------
Ensure ansible_facts used by test --------------------------------------- 0.02s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:21 -----------------------
Debug ------------------------------------------------------------------- 0.02s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:34 -----------------------
Set flag to indicate system is ostree ----------------------------------- 0.01s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:11 -----------------------
Skip test on ostree systems if unsupported ------------------------------ 0.01s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tasks/setup.yml:38 -----------------------
Common test setup tasks ------------------------------------------------- 0.01s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:12 ---------------
Skip test if no ntp package --------------------------------------------- 0.00s
/WORKDIR/git-weekly-ci0_1uhpji/tests/tests_ntp_provider5.yml:28 ---------------

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---
[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.

---^---^---^---^---^---