# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] 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.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciwuqul2wh/.collection executable location = /opt/ansible-2.17/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.17/bin/python) jinja version = 3.1.4 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_lvm_pool_members.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml PLAY [Test lvm pool members] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:2 Sunday 04 August 2024 01:50:49 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:14 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.961) 0:00:00.974 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.016) 0:00:00.991 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.014) 0:00:01.005 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.015) 0:00:01.021 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.030) 0:00:01.051 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.247) 0:00:01.299 ********* ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.017) 0:00:01.317 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.010) 0:00:01.328 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.011) 0:00:01.339 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:50:50 +0000 (0:00:00.030) 0:00:01.369 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: blivet-data-1:3.10.0-5.el10.noarch", "Installed: cryptsetup-2.7.3-2.el10.x86_64", "Installed: libblockdev-3.1.0-6.el10.x86_64", "Installed: libblockdev-crypto-3.1.0-6.el10.x86_64", "Installed: libblockdev-dm-3.1.0-6.el10.x86_64", "Installed: libblockdev-fs-3.1.0-6.el10.x86_64", "Installed: libblockdev-loop-3.1.0-6.el10.x86_64", "Installed: libblockdev-lvm-3.1.0-6.el10.x86_64", "Installed: libjose-14-101.el10.x86_64", "Installed: libblockdev-mdraid-3.1.0-6.el10.x86_64", "Installed: libblockdev-mpath-3.1.0-6.el10.x86_64", "Installed: luksmeta-9-25.el10.x86_64", "Installed: libblockdev-nvme-3.1.0-6.el10.x86_64", "Installed: python3-libmount-2.40.2-4.el10.x86_64", "Installed: jose-14-101.el10.x86_64", "Installed: libblockdev-swap-3.1.0-6.el10.x86_64", "Installed: libluksmeta-9-25.el10.x86_64", "Installed: libblockdev-utils-3.1.0-6.el10.x86_64", "Installed: stratis-cli-3.6.0-4.el10.noarch", "Installed: stratisd-3.6.7-3.el10.x86_64", "Installed: libbytesize-2.10-4.el10.x86_64", "Installed: device-mapper-multipath-0.9.9-1.el10.x86_64", "Installed: device-mapper-multipath-libs-0.9.9-1.el10.x86_64", "Installed: lsof-4.98.0-5.el10.x86_64", "Installed: volume_key-libs-0.3.12-22.el10.x86_64", "Installed: python3-psutil-5.9.8-3.el10.x86_64", "Installed: nspr-4.35.0-27.el10.x86_64", "Installed: nss-3.101.0-6.el10.x86_64", "Installed: nss-softokn-3.101.0-6.el10.x86_64", "Installed: nss-softokn-freebl-3.101.0-6.el10.x86_64", "Installed: mdadm-4.3-2.el10.2.x86_64", "Installed: nss-sysinit-3.101.0-6.el10.x86_64", "Installed: python3-packaging-23.2-5.el10.noarch", "Installed: nss-util-3.101.0-6.el10.x86_64", "Installed: python3-pyparted-1:3.13.0-6.el10.x86_64", "Installed: python3-blivet-1:3.10.0-5.el10.noarch", "Installed: python3-blockdev-3.1.0-6.el10.x86_64", "Installed: python3-bytesize-2.10-4.el10.x86_64", "Installed: libnvme-1.9-3.el10.x86_64", "Installed: python3-dbus-client-gen-0.5.1-7.el10.noarch", "Installed: python3-dbus-python-client-gen-0.8.3-6.el10.noarch", "Installed: python3-dbus-signature-pyparsing-0.4.1-8.el10.noarch", "Installed: clevis-20-4.el10.x86_64", "Installed: clevis-luks-20-4.el10.x86_64", "Installed: clevis-pin-tpm2-0.5.3-6.el10.x86_64", "Installed: python3-into-dbus-python-0.8.2-6.el10.noarch", "Installed: python3-justbases-0.15.2-8.el10.noarch", "Installed: python3-justbytes-0.15.2-6.el10.noarch" ] } lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:51:00 +0000 (0:00:09.594) 0:00:10.964 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:51:00 +0000 (0:00:00.013) 0:00:10.977 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:51:00 +0000 (0:00:00.011) 0:00:10.989 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:51:01 +0000 (0:00:00.480) 0:00:11.470 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 04 August 2024 01:51:01 +0000 (0:00:00.020) 0:00:11.490 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 04 August 2024 01:51:01 +0000 (0:00:00.012) 0:00:11.503 ********* skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 04 August 2024 01:51:01 +0000 (0:00:00.013) 0:00:11.516 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:51:01 +0000 (0:00:00.012) 0:00:11.528 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:51:01 +0000 (0:00:00.604) 0:00:12.132 ********* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "run-r0087534d12b04c189c6a127c1868de38.service": { "name": "run-r0087534d12b04c189c6a127c1868de38.service", "source": "systemd", "state": "running", "status": "transient" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "●": { "name": "●", "source": "systemd", "state": "stopped", "status": "loaded" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:51:03 +0000 (0:00:01.986) 0:00:14.119 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:51:03 +0000 (0:00:00.027) 0:00:14.147 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:51:03 +0000 (0:00:00.010) 0:00:14.157 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.350) 0:00:14.508 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.014) 0:00:14.523 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736049.73481, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b84fda397c8b4eea8910ac9c6cf5e244ed3b5101", "ctime": 1722500799.684903, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "996073366", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.205) 0:00:14.729 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.015) 0:00:14.744 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.009) 0:00:14.753 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.013) 0:00:14.767 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.013) 0:00:14.780 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.014) 0:00:14.795 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.017) 0:00:14.813 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.011) 0:00:14.824 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.015) 0:00:14.840 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.016) 0:00:14.856 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.010) 0:00:14.867 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722499494.89, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.194) 0:00:15.061 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:51:04 +0000 (0:00:00.011) 0:00:15.073 ********* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:18 Sunday 04 August 2024 01:51:05 +0000 (0:00:00.725) 0:00:15.798 ********* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:25 Sunday 04 August 2024 01:51:05 +0000 (0:00:00.018) 0:00:15.816 ********* ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el10.1", "source": "rpm", "version": "1.48.4" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el10.1", "source": "rpm", "version": "1.48.4" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el10.1", "source": "rpm", "version": "1.48.4" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.el10", "source": "rpm", "version": "1.26" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "audit-rules": [ { "arch": "x86_64", "epoch": null, "name": "audit-rules", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "6.el10", "source": "rpm", "version": "1.5.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "6.el10", "source": "rpm", "version": "1.5.0" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "21.el10", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el10", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "22.el10", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "45.el10", "source": "rpm", "version": "2.41" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "45.el10", "source": "rpm", "version": "2.41" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "5.el10", "source": "rpm", "version": "3.10.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "19.el10", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el10", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "7.el10", "source": "rpm", "version": "2023.2.62_v7.0.401" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "0.14.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "0.14.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "0.14.el10", "source": "rpm", "version": "10.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "5.el10", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "4.el10", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "4.el10", "source": "rpm", "version": "20" } ], "clevis-pin-tpm2": [ { "arch": "x86_64", "epoch": null, "name": "clevis-pin-tpm2", "release": "6.el10", "source": "rpm", "version": "0.5.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "14.el10", "source": "rpm", "version": "24.1.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "10.el10", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "2.el10", "source": "rpm", "version": "9.5" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "2.el10", "source": "rpm", "version": "9.5" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "2.el10", "source": "rpm", "version": "2.15" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "7.el10", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "7.el10", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "3.el10", "source": "rpm", "version": "1.1.2" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "3.el10", "source": "rpm", "version": "1.1.2" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "5.el10", "source": "rpm", "version": "1.7.0" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "5.el10", "source": "rpm", "version": "1.7.0" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "4.el10", "source": "rpm", "version": "1.11^20190603git9e74f2d" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git3de485c.el10", "source": "rpm", "version": "20240725" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git3de485c.el10", "source": "rpm", "version": "20240725" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "2.el10", "source": "rpm", "version": "2.7.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.el10", "source": "rpm", "version": "2.7.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "8.el10", "source": "rpm", "version": "8.6.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "22.el10", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "22.el10", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "6.el10", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event-libs", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-libs", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "4.el10", "source": "rpm", "version": "1.0.11" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": null, "name": "dhcpcd", "release": "4.el10", "source": "rpm", "version": "10.0.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "7.el10", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "5.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "5.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "2.el10", "source": "rpm", "version": "101" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "2.el10", "source": "rpm", "version": "101" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "2.el10", "source": "rpm", "version": "101" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "2.el10", "source": "rpm", "version": "101" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "8.el10", "source": "rpm", "version": "2.7.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el10", "source": "rpm", "version": "6.7" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.el10", "source": "rpm", "version": "2.6.2" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "6.el10", "source": "rpm", "version": "5.45" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "6.el10", "source": "rpm", "version": "5.45" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "9.el10", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "4.el10", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "2.el10", "source": "rpm", "version": "2.2.0" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "2.el10", "source": "rpm", "version": "2.2.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "16.el10", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "22.el10.gating_test1", "source": "rpm", "version": "2.9.9" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "5.el10", "source": "rpm", "version": "3.16.2" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "8.el10", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "8.el10", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "10.el10", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.el10", "source": "rpm", "version": "2.80.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "9.el10", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.el10", "source": "rpm", "version": "2.4.5" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.el10", "source": "rpm", "version": "2.4.5" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "6.el10", "source": "rpm", "version": "3.8.6" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "6.el10", "source": "rpm", "version": "3.8.6" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "5.el10", "source": "rpm", "version": "1.79.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "4.el10", "source": "rpm", "version": "1.23.2" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "9.el10", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "7.el10", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "76.el10", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "4.el10", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "2.el10", "source": "rpm", "version": "1.13" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "13.el10", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "8.el10", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "8.el10", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "10.0.el10.1", "source": "rpm", "version": "0.379" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.el10", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "2.el10", "source": "rpm", "version": "58" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el10", "source": "rpm", "version": "10.25" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el10", "source": "rpm", "version": "10.25" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "4.el10", "source": "rpm", "version": "6.7.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "4.el10", "source": "rpm", "version": "6.7.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.el10", "source": "rpm", "version": "7.21" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.el10", "source": "rpm", "version": "7.21" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "8.el10", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "8.el10", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "6.el10", "source": "rpm", "version": "20240117" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "2.el10", "source": "rpm", "version": "1.9.4" } ], "iwlwifi-dvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-dvm-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "iwlwifi-mvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-mvm-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.el10", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.el10", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "101.el10", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "5.el10", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el10", "source": "rpm", "version": "0.17" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "4.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "4.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "4.el10", "source": "rpm", "version": "2.6.4" } ], "kdump-utils": [ { "arch": "x86_64", "epoch": null, "name": "kdump-utils", "release": "1.el10", "source": "rpm", "version": "1.0.43" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "15.el10", "source": "rpm", "version": "2.0.28" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "6.el10", "source": "rpm", "version": "31" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "6.el10", "source": "rpm", "version": "31" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.el10", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "8.el10", "source": "rpm", "version": "643" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el10", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "20.el10", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "7.el10", "source": "rpm", "version": "3.7.2" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "5.el10", "source": "rpm", "version": "2.5.6" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "4.el10", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "57.el10", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el10", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "4.el10", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "4.el10", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.el10", "source": "rpm", "version": "2.69" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "5.el10", "source": "rpm", "version": "0.8.4" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "5.el10", "source": "rpm", "version": "0.8.4" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.el10", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "57.el10", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "2.el10", "source": "rpm", "version": "0.1.21" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "8.el10", "source": "rpm", "version": "8.6.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "57.el10", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "3.el10", "source": "rpm", "version": "0.6.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "51.20230828cvs.el10", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "10.el10", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "12.el10", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "14.el10", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el10", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el10", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "5.el10", "source": "rpm", "version": "1.14.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "5.el10", "source": "rpm", "version": "14.1.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.el10", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "5.el10", "source": "rpm", "version": "14.1.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el10", "source": "rpm", "version": "1.50" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.el10", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "57.el10", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "101.el10", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "14.el10", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "14.el10", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.el10", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "4.el10", "source": "rpm", "version": "2.9.1" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "25.el10", "source": "rpm", "version": "9" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el10", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "11.el10", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el10", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "6.el10", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "28.el10", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc4.el10.1", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "6.el10", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.el10", "source": "rpm", "version": "1.61.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el10", "source": "rpm", "version": "3.9.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "3.el10", "source": "rpm", "version": "1.9" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "57.el10", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "6.el10", "source": "rpm", "version": "1.5.7" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.el10", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "11.el10", "source": "rpm", "version": "1.4.5" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "57.el10", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el10", "source": "rpm", "version": "1.18.0" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "9.el10", "source": "rpm", "version": "2.5.3" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "5.el10", "source": "rpm", "version": "0.21.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "6.el10", "source": "rpm", "version": "0.7.29" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "7.el10", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "7.el10", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "5.el10", "source": "rpm", "version": "14.1.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "12.el10", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.el10", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.el10", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "2.el10", "source": "rpm", "version": "1.4.10" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "2.el10", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.el10", "source": "rpm", "version": "1.3.5" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el10", "source": "rpm", "version": "1.1" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "4.el10", "source": "rpm", "version": "2.5" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.el10", "source": "rpm", "version": "1.0.27" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el10", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "9.el10", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "9.el10", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "9.el10", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "3.el10", "source": "rpm", "version": "1.7.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.el10", "source": "rpm", "version": "2.12.5" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "4.el10", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "15.el10", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "8.el10", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el10", "source": "rpm", "version": "0.9.32" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.el10", "source": "rpm", "version": "3.22.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "4.el10", "source": "rpm", "version": "B.02.20" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "5.el10", "source": "rpm", "version": "4.98.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "12.el10", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "6.el10", "source": "rpm", "version": "5.4.6" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "25.el10", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2", "release": "2.el10", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2-libs", "release": "2.el10", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "7.el10", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "13.el10", "source": "rpm", "version": "2.10" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.el10", "source": "rpm", "version": "4.4.1" } ], "makedumpfile": [ { "arch": "x86_64", "epoch": null, "name": "makedumpfile", "release": "12.el10", "source": "rpm", "version": "1.7.5" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el10", "source": "rpm", "version": "2.12.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "2.el10.2", "source": "rpm", "version": "4.3" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "5.el10", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el10", "source": "rpm", "version": "20240531" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "11.el10", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el10", "source": "rpm", "version": "4.2.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el10", "source": "rpm", "version": "3.10" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el10", "source": "rpm", "version": "0.52.24" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc4.el10.1", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "4.el10", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "19.el10", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "27.el10", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "6.el10", "source": "rpm", "version": "2.0.16" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "5.el10", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "4.el10", "source": "rpm", "version": "2.6.7" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "2.el10.0", "source": "rpm", "version": "9.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "2.el10.0", "source": "rpm", "version": "9.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "2.el10.0", "source": "rpm", "version": "9.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "7.el10", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "7.el10", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "7.el10", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "4.el10", "source": "rpm", "version": "0.25.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "4.el10", "source": "rpm", "version": "0.25.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.el10", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.el10", "source": "rpm", "version": "1.6.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "5.el10", "source": "rpm", "version": "3.6" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "1.el10", "source": "rpm", "version": "3.13.0" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.el10.2", "source": "rpm", "version": "10.44" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.el10.2", "source": "rpm", "version": "10.44" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.el10", "source": "rpm", "version": "2.2.3" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.el10", "source": "rpm", "version": "1.6.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.el10", "source": "rpm", "version": "2.2.3" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "508.el10", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "508.el10", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "503.el10", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "508.el10", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "504.el10", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "503.el10", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el10", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "508.el10", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "505.el10", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "508.el10", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "17.el10", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "4.el10", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "508.el10", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "508.el10", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "508.el10", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "504.el10", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "504.el10", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "508.el10", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "508.el10", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "1.el10", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "508.el10", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "6.el10", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "508.el10", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "3.el10", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el10", "source": "rpm", "version": "2.085" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "508.el10", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "504.el10", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "4.el10", "source": "rpm", "version": "20231213" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "508.el10", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.el10", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "508.el10", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "503.el10", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "504.el10", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "505.el10", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "7.el10", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "505.el10", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "504.el10", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "508.el10", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.el10", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "503.el10", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "508.el10", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "505.el10", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "504.el10", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "22.el10", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "503.el10", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.el10", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "6.el10", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.el10", "source": "rpm", "version": "5.27" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "508.el10", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "504.el10", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "508.el10", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "508.el10", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "508.el10", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "505.el10", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "508.el10", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "508.el10", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "508.el10", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "508.el10", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "508.el10", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "504.el10", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "503.el10", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "508.el10", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "7.el10", "source": "rpm", "version": "2.8" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el10", "source": "rpm", "version": "1.3.0" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.el10", "source": "rpm", "version": "124" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.el10", "source": "rpm", "version": "124" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "29.el10", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "7.el10", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "2.el10", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "4.el10", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.el10", "source": "rpm", "version": "1.5.0" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "7.el10", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "4.el10", "source": "rpm", "version": "20240107" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "4.el10", "source": "rpm", "version": "3.12.4" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "4.el10", "source": "rpm", "version": "3.12.4" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "6.el10", "source": "rpm", "version": "23.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "5.el10", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "4.el10", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "4.el10", "source": "rpm", "version": "3.3.2" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "9.el10", "source": "rpm", "version": "5.0.8" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "7.el10", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "14.el10", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "7.el10", "source": "rpm", "version": "1.3.2" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "7.el10", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "6.el10", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "8.el10", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "4.el10", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "5.el10", "source": "rpm", "version": "4.20.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "2.el10", "source": "rpm", "version": "2.2.0" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el10", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el10", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "6.el10", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.el10", "source": "rpm", "version": "3.1.4" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "5.el10", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.el10", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "6.el10", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "5.el10", "source": "rpm", "version": "2023.11.2" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "8.el10", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "6.el10", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "5.el10", "source": "rpm", "version": "0.9.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "2.el10", "source": "rpm", "version": "0.1.21" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "python3-libmount": [ { "arch": "x86_64", "epoch": null, "name": "python3-libmount", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "4.el10", "source": "rpm", "version": "3.12.4" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.el10", "source": "rpm", "version": "5.2.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "5.el10", "source": "rpm", "version": "2.1.3" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "4.el10", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "4.el10", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el10", "source": "rpm", "version": "23.2" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "3.el10", "source": "rpm", "version": "23.3.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "3.el10", "source": "rpm", "version": "5.9.8" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "5.el10", "source": "rpm", "version": "3.1.1" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "6.el10", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "9.el10", "source": "rpm", "version": "3.5" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "9.el10", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "18.el10", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "5.el10", "source": "rpm", "version": "0.31.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "1.el10", "source": "rpm", "version": "2.32.3" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "5.el10", "source": "rpm", "version": "0.17.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "8.el10", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "3.el10", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "5.el10", "source": "rpm", "version": "69.0.3" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "15.el10", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "10.el10", "source": "rpm", "version": "235" } ], "python3-typing-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-typing-extensions", "release": "5.el10", "source": "rpm", "version": "4.9.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.el10", "source": "rpm", "version": "1.26.19" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "3.el10", "source": "rpm", "version": "2.5.3" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "4.el10", "source": "rpm", "version": "0.2.6" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 18, "name": "qemu-guest-agent", "release": "6.el10", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "6.el10", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "6.el10", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "9.el10", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "redhat-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-mono-vf-fonts", "release": "12.el10", "source": "rpm", "version": "4.0.3" } ], "redhat-text-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-text-vf-fonts", "release": "12.el10", "source": "rpm", "version": "4.0.3" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "3.el10", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "37.el10", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "0.el10", "source": "rpm", "version": "1.2.7" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "3.el10", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "3.el10", "source": "rpm", "version": "3.3.0" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "2.el10", "source": "rpm", "version": "8.2312.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "2.el10", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el10", "source": "rpm", "version": "40.13.6" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el10", "source": "rpm", "version": "40.13.6" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "3.el10", "source": "rpm", "version": "2.14.5" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "5.el10", "source": "rpm", "version": "1.48" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "5.el10", "source": "rpm", "version": "1.48" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "3.el10", "source": "rpm", "version": "4.15.0" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "6.el10", "source": "rpm", "version": "2.3.3" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "5.el10", "source": "rpm", "version": "1.1.10" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.el10", "source": "rpm", "version": "3.45.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "5.el10", "source": "rpm", "version": "4.6.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "4.el10", "source": "rpm", "version": "3.6.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "3.el10", "source": "rpm", "version": "3.6.7" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "4.p5.el10", "source": "rpm", "version": "1.9.15" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "4.p5.el10", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "11.el10", "source": "rpm", "version": "256" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "11.el10", "source": "rpm", "version": "256" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "11.el10", "source": "rpm", "version": "256" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "11.el10", "source": "rpm", "version": "256" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "4.el10", "source": "rpm", "version": "1.35" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "8.el10", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el10", "source": "rpm", "version": "2.1.58" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "24.el10", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "2.el10", "source": "rpm", "version": "5.7" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "2.el10", "source": "rpm", "version": "4.1.3" } ], "tpm2-tss-fapi": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss-fapi", "release": "2.el10", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "3.el10", "source": "rpm", "version": "2024a" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "10.el10", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "10.el10", "source": "rpm", "version": "1.19.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el10", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "22.el10", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": null, "name": "wget2", "release": "8.el10", "source": "rpm", "version": "2.1.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": null, "name": "wget2-libs", "release": "8.el10", "source": "rpm", "version": "2.1.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": null, "name": "wget2-wget", "release": "8.el10", "source": "rpm", "version": "2.1.0" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "42.el10", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el10", "source": "rpm", "version": "6.5.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "2.el10", "source": "rpm", "version": "2.41" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "4.el10", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": 1, "name": "xz", "release": "1.el10", "source": "rpm", "version": "5.6.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": 1, "name": "xz-libs", "release": "1.el10", "source": "rpm", "version": "5.6.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "5.el10", "source": "rpm", "version": "4.20.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat", "release": "3.el10", "source": "rpm", "version": "2.1.6" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:28 Sunday 04 August 2024 01:51:06 +0000 (0:00:00.732) 0:00:16.549 ********* ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:32 Sunday 04 August 2024 01:51:06 +0000 (0:00:00.034) 0:00:16.583 ********* ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-5.el10" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:46 Sunday 04 August 2024 01:51:06 +0000 (0:00:00.063) 0:00:16.646 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml:2 Sunday 04 August 2024 01:51:06 +0000 (0:00:00.060) 0:00:16.707 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml:11 Sunday 04 August 2024 01:51:06 +0000 (0:00:00.594) 0:00:17.301 ********* ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml:20 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.314) 0:00:17.616 ********* skipping: [sut] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml:29 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.044) 0:00:17.660 ********* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml:34 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.046) 0:00:17.706 ********* skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/get_unused_disk.yml:39 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.046) 0:00:17.753 ********* ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:53 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.045) 0:00:17.799 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.067) 0:00:17.866 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.059) 0:00:17.925 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.052) 0:00:17.978 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.182) 0:00:18.161 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.045) 0:00:18.206 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.042) 0:00:18.249 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.046) 0:00:18.295 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:51:07 +0000 (0:00:00.045) 0:00:18.341 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.070) 0:00:18.412 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.045) 0:00:18.457 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.047) 0:00:18.504 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.047) 0:00:18.551 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.045) 0:00:18.597 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.046) 0:00:18.643 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.045) 0:00:18.688 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.044) 0:00:18.733 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.087) 0:00:18.821 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:51:08 +0000 (0:00:00.043) 0:00:18.865 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:51:18 +0000 (0:00:09.758) 0:00:28.624 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.054) 0:00:28.679 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736049.73481, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b84fda397c8b4eea8910ac9c6cf5e244ed3b5101", "ctime": 1722500799.684903, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "996073366", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.236) 0:00:28.915 ********* changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.296) 0:00:29.212 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.019) 0:00:29.232 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.049) 0:00:29.282 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.049) 0:00:29.331 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:51:18 +0000 (0:00:00.048) 0:00:29.380 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.025) 0:00:29.405 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.045) 0:00:29.450 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.025) 0:00:29.475 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.024) 0:00:29.499 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.044) 0:00:29.544 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736264.6415224, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.230) 0:00:29.774 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:51:19 +0000 (0:00:00.042) 0:00:29.816 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:61 Sunday 04 August 2024 01:51:20 +0000 (0:00:00.766) 0:00:30.583 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:51:20 +0000 (0:00:00.064) 0:00:30.647 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:51:20 +0000 (0:00:00.051) 0:00:30.699 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:51:20 +0000 (0:00:00.048) 0:00:30.748 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dDQq6x-25rs-hRqN-kMVy-FKlz-x7Nc-CgHh1v" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "vh2cDL-j7oO-1gDx-rLSf-76UI-EnEy-TSXKgY" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "lB30gM-lwje-YfEg-CkvQ-X4gM-0kfQ-YEA37y" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "Yb1Jxn-fqp0-V5zp-Muqe-yarT-bBvJ-PG0VXk" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "ouXsde-jZrB-2V7o-0gi8-JyMB-okOc-lBOLUm" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "Kn3Nzr-QJaP-C5qc-yae9-aBwc-jcLr-drj23U" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "TNA6Im-JDOV-Rg2j-le9c-2Fys-wUxA-sI2TfR" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "l0v6Br-EtgZ-3rcv-6mGc-3CfM-dR4h-75CrLe" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "KVXshO-RP5c-mbuO-kyQJ-wEnj-el8N-bfYQ7b" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:51:20 +0000 (0:00:00.317) 0:00:31.065 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003088", "end": "2024-08-04 01:51:20.955000", "rc": 0, "start": "2024-08-04 01:51:20.951912" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:51:20 +0000 (0:00:00.312) 0:00:31.377 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004133", "end": "2024-08-04 01:51:22.185047", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:51:21.180914" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:51:22 +0000 (0:00:01.231) 0:00:32.608 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:51:22 +0000 (0:00:00.067) 0:00:32.676 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:51:22 +0000 (0:00:00.048) 0:00:32.724 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030294", "end": "2024-08-04 01:51:22.557381", "rc": 0, "start": "2024-08-04 01:51:22.527087" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:51:22 +0000 (0:00:00.255) 0:00:32.980 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:51:22 +0000 (0:00:00.112) 0:00:33.092 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:51:22 +0000 (0:00:00.089) 0:00:33.181 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:51:22 +0000 (0:00:00.056) 0:00:33.238 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:51:24 +0000 (0:00:01.882) 0:00:35.120 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:51:24 +0000 (0:00:00.052) 0:00:35.173 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:51:24 +0000 (0:00:00.052) 0:00:35.226 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:51:24 +0000 (0:00:00.052) 0:00:35.278 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:51:24 +0000 (0:00:00.046) 0:00:35.325 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:51:24 +0000 (0:00:00.051) 0:00:35.377 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:51:25 +0000 (0:00:00.047) 0:00:35.424 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:51:25 +0000 (0:00:00.274) 0:00:35.699 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:51:25 +0000 (0:00:00.380) 0:00:36.079 ********* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:51:25 +0000 (0:00:00.268) 0:00:36.348 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.119) 0:00:36.467 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.513 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.559 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.046) 0:00:36.606 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.651 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.697 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.743 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.788 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.045) 0:00:36.833 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.044) 0:00:36.878 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.046) 0:00:36.924 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.047) 0:00:36.972 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.067) 0:00:37.039 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.043) 0:00:37.083 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.069) 0:00:37.152 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.019) 0:00:37.171 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.067) 0:00:37.239 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:51:26 +0000 (0:00:00.051) 0:00:37.290 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.244) 0:00:37.535 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdd1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sde1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdf1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdg1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdh1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.274) 0:00:37.809 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.052) 0:00:37.862 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.052) 0:00:37.915 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.048) 0:00:37.963 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.104) 0:00:38.068 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.049) 0:00:38.117 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.048) 0:00:38.166 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.054) 0:00:38.221 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.053) 0:00:38.274 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.047) 0:00:38.322 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:27 +0000 (0:00:00.048) 0:00:38.371 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.048) 0:00:38.419 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.047) 0:00:38.467 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.052) 0:00:38.520 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.053) 0:00:38.573 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.049) 0:00:38.622 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.048) 0:00:38.671 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.047) 0:00:38.718 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.048) 0:00:38.767 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.112) 0:00:38.880 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.052) 0:00:38.933 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.049) 0:00:38.982 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.048) 0:00:39.031 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.048) 0:00:39.080 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.047) 0:00:39.127 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.054) 0:00:39.181 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.052) 0:00:39.233 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.049) 0:00:39.283 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.047) 0:00:39.331 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:28 +0000 (0:00:00.049) 0:00:39.381 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.047) 0:00:39.429 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.052) 0:00:39.482 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.051) 0:00:39.533 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.049) 0:00:39.582 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.111) 0:00:39.694 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.049) 0:00:39.743 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.046) 0:00:39.790 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.052) 0:00:39.843 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.054) 0:00:39.897 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.048) 0:00:39.946 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.048) 0:00:39.994 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.049) 0:00:40.044 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.047) 0:00:40.092 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.052) 0:00:40.145 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.051) 0:00:40.197 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.050) 0:00:40.247 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.051) 0:00:40.299 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:29 +0000 (0:00:00.051) 0:00:40.350 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.048) 0:00:40.399 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.125) 0:00:40.524 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.054) 0:00:40.579 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.050) 0:00:40.629 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.049) 0:00:40.678 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.051) 0:00:40.730 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.049) 0:00:40.779 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.050) 0:00:40.830 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.071) 0:00:40.902 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.020) 0:00:40.922 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.073) 0:00:40.996 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.047) 0:00:41.043 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.047) 0:00:41.091 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.117) 0:00:41.208 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.048) 0:00:41.257 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.048) 0:00:41.306 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:51:30 +0000 (0:00:00.049) 0:00:41.355 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.049) 0:00:41.405 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.019) 0:00:41.425 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.019) 0:00:41.444 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:64 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.049) 0:00:41.493 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032616", "end": "2024-08-04 01:51:31.330539", "rc": 0, "start": "2024-08-04 01:51:31.297923" } STDOUT: ztey6n-Lsii-tx20-KJn4-9TPl-vB2A-78U4NB TASK [Verify that nothing changes when disks don't change] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:69 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.261) 0:00:41.755 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.076) 0:00:41.832 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.062) 0:00:41.894 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.055) 0:00:41.950 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.175) 0:00:42.125 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.118) 0:00:42.243 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.048) 0:00:42.292 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:51:31 +0000 (0:00:00.050) 0:00:42.342 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.048) 0:00:42.391 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.077) 0:00:42.468 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.049) 0:00:42.518 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.053) 0:00:42.571 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.050) 0:00:42.621 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.048) 0:00:42.670 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.049) 0:00:42.719 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.048) 0:00:42.767 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.047) 0:00:42.815 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.064) 0:00:42.879 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:51:32 +0000 (0:00:00.058) 0:00:42.937 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:51:36 +0000 (0:00:03.817) 0:00:46.754 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.049) 0:00:46.804 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.237) 0:00:47.041 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.051) 0:00:47.092 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.020) 0:00:47.112 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.050) 0:00:47.163 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.050) 0:00:47.214 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.049) 0:00:47.263 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.024) 0:00:47.288 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.046) 0:00:47.334 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.027) 0:00:47.361 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:51:36 +0000 (0:00:00.024) 0:00:47.386 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:51:37 +0000 (0:00:00.046) 0:00:47.432 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736264.6415224, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:51:37 +0000 (0:00:00.264) 0:00:47.696 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:51:37 +0000 (0:00:00.051) 0:00:47.748 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:77 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.767) 0:00:48.516 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.067) 0:00:48.583 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.051) 0:00:48.634 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.050) 0:00:48.684 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dDQq6x-25rs-hRqN-kMVy-FKlz-x7Nc-CgHh1v" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "vh2cDL-j7oO-1gDx-rLSf-76UI-EnEy-TSXKgY" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "lB30gM-lwje-YfEg-CkvQ-X4gM-0kfQ-YEA37y" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "Yb1Jxn-fqp0-V5zp-Muqe-yarT-bBvJ-PG0VXk" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "ouXsde-jZrB-2V7o-0gi8-JyMB-okOc-lBOLUm" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "Kn3Nzr-QJaP-C5qc-yae9-aBwc-jcLr-drj23U" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "TNA6Im-JDOV-Rg2j-le9c-2Fys-wUxA-sI2TfR" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "l0v6Br-EtgZ-3rcv-6mGc-3CfM-dR4h-75CrLe" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "KVXshO-RP5c-mbuO-kyQJ-wEnj-el8N-bfYQ7b" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.233) 0:00:48.918 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003003", "end": "2024-08-04 01:51:38.720610", "rc": 0, "start": "2024-08-04 01:51:38.717607" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.225) 0:00:49.144 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003095", "end": "2024-08-04 01:51:38.946978", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:51:38.943883" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:51:38 +0000 (0:00:00.227) 0:00:49.371 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:51:39 +0000 (0:00:00.066) 0:00:49.438 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:51:39 +0000 (0:00:00.047) 0:00:49.486 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.023899", "end": "2024-08-04 01:51:39.341533", "rc": 0, "start": "2024-08-04 01:51:39.317634" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:51:39 +0000 (0:00:00.279) 0:00:49.765 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:51:39 +0000 (0:00:00.112) 0:00:49.878 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:51:39 +0000 (0:00:00.089) 0:00:49.967 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:51:39 +0000 (0:00:00.055) 0:00:50.023 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:51:41 +0000 (0:00:01.799) 0:00:51.822 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:51:41 +0000 (0:00:00.053) 0:00:51.875 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:51:41 +0000 (0:00:00.054) 0:00:51.930 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:51:41 +0000 (0:00:00.052) 0:00:51.982 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:51:41 +0000 (0:00:00.048) 0:00:52.030 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:51:41 +0000 (0:00:00.051) 0:00:52.081 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:51:41 +0000 (0:00:00.046) 0:00:52.128 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.279) 0:00:52.408 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.382) 0:00:52.791 ********* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.271) 0:00:53.062 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.132) 0:00:53.195 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.046) 0:00:53.241 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.047) 0:00:53.289 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.046) 0:00:53.336 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:51:42 +0000 (0:00:00.046) 0:00:53.383 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.046) 0:00:53.429 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.046) 0:00:53.476 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.046) 0:00:53.523 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.046) 0:00:53.569 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.046) 0:00:53.615 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.049) 0:00:53.665 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.049) 0:00:53.714 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.067) 0:00:53.781 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.049) 0:00:53.831 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.069) 0:00:53.900 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.018) 0:00:53.919 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.069) 0:00:53.989 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.051) 0:00:54.041 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:51:43 +0000 (0:00:00.251) 0:00:54.293 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdd1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sde1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdf1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdg1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdh1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.275) 0:00:54.568 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.054) 0:00:54.622 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.053) 0:00:54.676 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.050) 0:00:54.726 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.083) 0:00:54.809 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.112) 0:00:54.922 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.049) 0:00:54.971 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.053) 0:00:55.024 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.051) 0:00:55.076 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.050) 0:00:55.126 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.049) 0:00:55.176 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.049) 0:00:55.226 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.047) 0:00:55.274 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.053) 0:00:55.327 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:44 +0000 (0:00:00.053) 0:00:55.381 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.050) 0:00:55.431 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.048) 0:00:55.480 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.049) 0:00:55.529 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.047) 0:00:55.577 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.123) 0:00:55.700 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.052) 0:00:55.753 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.051) 0:00:55.804 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.049) 0:00:55.854 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.050) 0:00:55.904 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.047) 0:00:55.951 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.054) 0:00:56.005 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.054) 0:00:56.059 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.052) 0:00:56.112 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.051) 0:00:56.163 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.050) 0:00:56.214 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.051) 0:00:56.266 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.053) 0:00:56.320 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:45 +0000 (0:00:00.053) 0:00:56.373 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.050) 0:00:56.424 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.120) 0:00:56.544 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.050) 0:00:56.595 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.049) 0:00:56.644 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.054) 0:00:56.698 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.053) 0:00:56.751 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.048) 0:00:56.800 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.049) 0:00:56.849 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.049) 0:00:56.899 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.049) 0:00:56.948 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.052) 0:00:57.001 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.053) 0:00:57.054 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.049) 0:00:57.104 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.049) 0:00:57.154 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.048) 0:00:57.202 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.047) 0:00:57.250 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:51:46 +0000 (0:00:00.122) 0:00:57.372 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.054) 0:00:57.426 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.049) 0:00:57.476 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.051) 0:00:57.527 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.050) 0:00:57.578 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.050) 0:00:57.628 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.047) 0:00:57.675 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.071) 0:00:57.747 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.019) 0:00:57.767 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.071) 0:00:57.838 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.046) 0:00:57.885 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.046) 0:00:57.932 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.114) 0:00:58.046 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.046) 0:00:58.093 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.048) 0:00:58.141 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.048) 0:00:58.189 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.048) 0:00:58.237 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.019) 0:00:58.256 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.018) 0:00:58.275 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:80 Sunday 04 August 2024 01:51:47 +0000 (0:00:00.047) 0:00:58.323 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027803", "end": "2024-08-04 01:51:48.153499", "rc": 0, "start": "2024-08-04 01:51:48.125696" } STDOUT: ztey6n-Lsii-tx20-KJn4-9TPl-vB2A-78U4NB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:85 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.253) 0:00:58.577 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:89 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.048) 0:00:58.625 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.080) 0:00:58.705 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.065) 0:00:58.771 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.089) 0:00:58.860 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.202) 0:00:59.062 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.048) 0:00:59.111 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.048) 0:00:59.159 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.048) 0:00:59.207 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.050) 0:00:59.258 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.075) 0:00:59.333 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:51:48 +0000 (0:00:00.048) 0:00:59.381 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.049) 0:00:59.431 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.050) 0:00:59.482 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.047) 0:00:59.530 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.047) 0:00:59.577 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.046) 0:00:59.624 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.048) 0:00:59.672 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.132) 0:00:59.805 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:51:49 +0000 (0:00:00.019) 0:00:59.825 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:51:56 +0000 (0:00:06.958) 0:01:06.783 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:51:56 +0000 (0:00:00.051) 0:01:06.834 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:51:56 +0000 (0:00:00.236) 0:01:07.071 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:51:56 +0000 (0:00:00.233) 0:01:07.304 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:51:56 +0000 (0:00:00.019) 0:01:07.323 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:51:56 +0000 (0:00:00.053) 0:01:07.377 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.050) 0:01:07.427 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.049) 0:01:07.477 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.024) 0:01:07.502 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.047) 0:01:07.549 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.025) 0:01:07.575 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.024) 0:01:07.600 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.045) 0:01:07.645 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736264.6415224, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.301) 0:01:07.947 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:51:57 +0000 (0:00:00.020) 0:01:07.967 ********* ok: [sut] TASK [Get the partition table type on disk removed from the VG] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:97 Sunday 04 August 2024 01:51:59 +0000 (0:00:01.756) 0:01:09.724 ********* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "-o", "PTTYPE", "--noheadings", "--nodeps", "/dev/sdb" ], "delta": "0:00:00.004160", "end": "2024-08-04 01:51:59.530304", "rc": 0, "start": "2024-08-04 01:51:59.526144" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:102 Sunday 04 August 2024 01:51:59 +0000 (0:00:00.228) 0:01:09.953 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:106 Sunday 04 August 2024 01:51:59 +0000 (0:00:00.047) 0:01:10.000 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:51:59 +0000 (0:00:00.067) 0:01:10.068 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:51:59 +0000 (0:00:00.051) 0:01:10.119 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:51:59 +0000 (0:00:00.048) 0:01:10.168 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dDQq6x-25rs-hRqN-kMVy-FKlz-x7Nc-CgHh1v" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.234) 0:01:10.402 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003190", "end": "2024-08-04 01:52:00.205096", "rc": 0, "start": "2024-08-04 01:52:00.201906" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.225) 0:01:10.628 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003118", "end": "2024-08-04 01:52:00.431067", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:52:00.427949" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.225) 0:01:10.854 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.098) 0:01:10.952 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.049) 0:01:11.002 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028729", "end": "2024-08-04 01:52:00.831562", "rc": 0, "start": "2024-08-04 01:52:00.802833" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.252) 0:01:11.254 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:52:00 +0000 (0:00:00.051) 0:01:11.306 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.087) 0:01:11.394 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.056) 0:01:11.451 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.227) 0:01:11.679 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.053) 0:01:11.732 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.054) 0:01:11.786 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.053) 0:01:11.839 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.051) 0:01:11.891 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.054) 0:01:11.946 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.048) 0:01:11.994 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:52:01 +0000 (0:00:00.053) 0:01:12.047 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.618) 0:01:12.665 ********* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.059) 0:01:12.725 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.070) 0:01:12.795 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.048) 0:01:12.844 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.048) 0:01:12.892 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.047) 0:01:12.940 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.046) 0:01:12.986 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.047) 0:01:13.034 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.047) 0:01:13.081 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.046) 0:01:13.128 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.044) 0:01:13.172 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.046) 0:01:13.219 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.045) 0:01:13.264 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:52:02 +0000 (0:00:00.120) 0:01:13.385 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.066) 0:01:13.451 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.019) 0:01:13.470 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.068) 0:01:13.539 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.020) 0:01:13.559 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.072) 0:01:13.631 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.053) 0:01:13.685 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.058) 0:01:13.743 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.072) 0:01:13.815 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.053) 0:01:13.869 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.055) 0:01:13.924 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.124) 0:01:14.049 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.049) 0:01:14.099 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.049) 0:01:14.148 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.049) 0:01:14.197 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.049) 0:01:14.247 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.069) 0:01:14.316 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:52:03 +0000 (0:00:00.019) 0:01:14.336 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.072) 0:01:14.408 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.047) 0:01:14.456 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.045) 0:01:14.501 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.046) 0:01:14.548 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.045) 0:01:14.593 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.080) 0:01:14.674 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.118) 0:01:14.792 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.048) 0:01:14.840 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.019) 0:01:14.860 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.018) 0:01:14.879 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:109 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.047) 0:01:14.926 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028389", "end": "2024-08-04 01:52:04.756309", "rc": 0, "start": "2024-08-04 01:52:04.727920" } STDOUT: ztey6n-Lsii-tx20-KJn4-9TPl-vB2A-78U4NB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:114 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.253) 0:01:15.180 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:118 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.051) 0:01:15.231 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.084) 0:01:15.316 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:52:04 +0000 (0:00:00.062) 0:01:15.379 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.055) 0:01:15.435 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.170) 0:01:15.606 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.045) 0:01:15.651 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.122) 0:01:15.774 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.049) 0:01:15.824 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.049) 0:01:15.873 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.078) 0:01:15.951 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.051) 0:01:16.003 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.054) 0:01:16.057 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.050) 0:01:16.108 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.052) 0:01:16.160 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.049) 0:01:16.210 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.049) 0:01:16.259 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.048) 0:01:16.308 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.063) 0:01:16.371 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:52:05 +0000 (0:00:00.019) 0:01:16.390 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:52:08 +0000 (0:00:02.443) 0:01:18.834 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:52:08 +0000 (0:00:00.145) 0:01:18.980 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:52:08 +0000 (0:00:00.243) 0:01:19.223 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.235) 0:01:19.459 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.020) 0:01:19.479 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.053) 0:01:19.532 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.052) 0:01:19.585 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.051) 0:01:19.636 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.026) 0:01:19.662 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.048) 0:01:19.711 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.027) 0:01:19.739 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.027) 0:01:19.766 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.049) 0:01:19.816 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736264.6415224, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.237) 0:01:20.053 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:52:09 +0000 (0:00:00.020) 0:01:20.074 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:126 Sunday 04 August 2024 01:52:10 +0000 (0:00:00.863) 0:01:20.938 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:52:10 +0000 (0:00:00.085) 0:01:21.024 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:52:10 +0000 (0:00:00.055) 0:01:21.079 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:52:10 +0000 (0:00:00.051) 0:01:21.131 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dDQq6x-25rs-hRqN-kMVy-FKlz-x7Nc-CgHh1v" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "Kn03UR-N9fM-NWSS-zqMV-l6kA-aWnt-E14snh" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:52:10 +0000 (0:00:00.232) 0:01:21.364 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002983", "end": "2024-08-04 01:52:11.171434", "rc": 0, "start": "2024-08-04 01:52:11.168451" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:52:11 +0000 (0:00:00.231) 0:01:21.595 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003012", "end": "2024-08-04 01:52:11.401195", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:52:11.398183" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:52:11 +0000 (0:00:00.229) 0:01:21.824 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:52:11 +0000 (0:00:00.072) 0:01:21.897 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:52:11 +0000 (0:00:00.051) 0:01:21.949 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032661", "end": "2024-08-04 01:52:11.785523", "rc": 0, "start": "2024-08-04 01:52:11.752862" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:52:11 +0000 (0:00:00.262) 0:01:22.211 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:52:11 +0000 (0:00:00.053) 0:01:22.264 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.199) 0:01:22.464 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.059) 0:01:22.524 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.427) 0:01:22.952 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.051) 0:01:23.004 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.055) 0:01:23.060 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.055) 0:01:23.115 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.049) 0:01:23.164 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.056) 0:01:23.220 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.051) 0:01:23.271 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:52:12 +0000 (0:00:00.080) 0:01:23.352 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.376) 0:01:23.728 ********* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.077) 0:01:23.805 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.068) 0:01:23.874 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.088) 0:01:23.963 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.159) 0:01:24.122 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.067) 0:01:24.190 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.051) 0:01:24.242 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.059) 0:01:24.302 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:52:13 +0000 (0:00:00.056) 0:01:24.358 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.049) 0:01:24.407 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.047) 0:01:24.455 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.047) 0:01:24.502 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.048) 0:01:24.550 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.048) 0:01:24.598 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.067) 0:01:24.666 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.018) 0:01:24.685 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.106) 0:01:24.792 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.019) 0:01:24.811 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.070) 0:01:24.881 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.052) 0:01:24.934 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.070) 0:01:25.004 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.086) 0:01:25.090 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.054) 0:01:25.145 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.052) 0:01:25.197 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.048) 0:01:25.245 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.050) 0:01:25.295 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:52:14 +0000 (0:00:00.050) 0:01:25.346 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.047) 0:01:25.393 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.094) 0:01:25.488 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.156) 0:01:25.644 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.053) 0:01:25.698 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.051) 0:01:25.750 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.049) 0:01:25.800 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.050) 0:01:25.851 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.054) 0:01:25.906 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.073) 0:01:25.979 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.020) 0:01:26.000 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.073) 0:01:26.073 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.046) 0:01:26.120 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.047) 0:01:26.168 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.047) 0:01:26.216 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:52:15 +0000 (0:00:00.145) 0:01:26.361 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.057) 0:01:26.418 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.074) 0:01:26.493 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.053) 0:01:26.546 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.020) 0:01:26.567 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.020) 0:01:26.588 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:129 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.049) 0:01:26.637 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.025647", "end": "2024-08-04 01:52:16.464322", "rc": 0, "start": "2024-08-04 01:52:16.438675" } STDOUT: ztey6n-Lsii-tx20-KJn4-9TPl-vB2A-78U4NB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:134 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.250) 0:01:26.888 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV and add the third disk to the 'foo' volume group] **** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:138 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.049) 0:01:26.937 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.088) 0:01:27.025 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.068) 0:01:27.094 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.054) 0:01:27.148 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:52:16 +0000 (0:00:00.186) 0:01:27.335 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.141) 0:01:27.476 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.049) 0:01:27.526 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.050) 0:01:27.576 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.048) 0:01:27.625 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.075) 0:01:27.701 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.048) 0:01:27.749 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.050) 0:01:27.800 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.051) 0:01:27.852 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.049) 0:01:27.901 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.047) 0:01:27.948 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.046) 0:01:27.995 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.047) 0:01:28.042 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.064) 0:01:28.107 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:52:17 +0000 (0:00:00.061) 0:01:28.169 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:52:20 +0000 (0:00:03.023) 0:01:31.192 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:52:20 +0000 (0:00:00.052) 0:01:31.244 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.244) 0:01:31.488 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.237) 0:01:31.726 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.020) 0:01:31.746 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.052) 0:01:31.799 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.050) 0:01:31.850 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.049) 0:01:31.899 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.030) 0:01:31.929 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.047) 0:01:31.977 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.026) 0:01:32.003 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.024) 0:01:32.027 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.046) 0:01:32.074 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736264.6415224, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.232) 0:01:32.306 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:52:21 +0000 (0:00:00.063) 0:01:32.369 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:147 Sunday 04 August 2024 01:52:22 +0000 (0:00:00.771) 0:01:33.141 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:52:22 +0000 (0:00:00.078) 0:01:33.220 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:52:22 +0000 (0:00:00.056) 0:01:33.276 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:52:22 +0000 (0:00:00.050) 0:01:33.327 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "Kn03UR-N9fM-NWSS-zqMV-l6kA-aWnt-E14snh" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "mkoCKJ-KNEV-AX5c-5lrE-cJb5-6Lgs-HgLZU1" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:52:23 +0000 (0:00:00.262) 0:01:33.590 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003012", "end": "2024-08-04 01:52:23.396248", "rc": 0, "start": "2024-08-04 01:52:23.393236" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:52:23 +0000 (0:00:00.230) 0:01:33.820 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003123", "end": "2024-08-04 01:52:23.625986", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:52:23.622863" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:52:23 +0000 (0:00:00.228) 0:01:34.049 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:52:23 +0000 (0:00:00.068) 0:01:34.117 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:52:23 +0000 (0:00:00.051) 0:01:34.169 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.027277", "end": "2024-08-04 01:52:24.002218", "rc": 0, "start": "2024-08-04 01:52:23.974941" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.256) 0:01:34.426 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.136) 0:01:34.562 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.088) 0:01:34.650 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.057) 0:01:34.708 ********* ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.423) 0:01:35.132 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.053) 0:01:35.185 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.054) 0:01:35.239 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.053) 0:01:35.292 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:52:24 +0000 (0:00:00.049) 0:01:35.341 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.051) 0:01:35.393 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.046) 0:01:35.440 ********* ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.077) 0:01:35.517 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.378) 0:01:35.896 ********* skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.076) 0:01:35.973 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.107) 0:01:36.080 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.048) 0:01:36.129 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.049) 0:01:36.179 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.049) 0:01:36.228 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.048) 0:01:36.277 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.047) 0:01:36.324 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:52:25 +0000 (0:00:00.046) 0:01:36.371 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.047) 0:01:36.418 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.047) 0:01:36.466 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.046) 0:01:36.512 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.047) 0:01:36.560 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.048) 0:01:36.609 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.068) 0:01:36.677 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.020) 0:01:36.698 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.156) 0:01:36.854 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.020) 0:01:36.875 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.071) 0:01:36.946 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.052) 0:01:36.999 ********* skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.071) 0:01:37.071 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.089) 0:01:37.160 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.056) 0:01:37.216 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.055) 0:01:37.272 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.050) 0:01:37.323 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:52:26 +0000 (0:00:00.048) 0:01:37.371 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.049) 0:01:37.420 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.134) 0:01:37.555 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.055) 0:01:37.611 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.052) 0:01:37.663 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.050) 0:01:37.713 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.051) 0:01:37.765 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.050) 0:01:37.815 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.049) 0:01:37.864 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.049) 0:01:37.914 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.074) 0:01:37.989 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.020) 0:01:38.009 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.074) 0:01:38.084 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.047) 0:01:38.132 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.092) 0:01:38.224 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:52:27 +0000 (0:00:00.139) 0:01:38.363 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.049) 0:01:38.413 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.047) 0:01:38.461 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.049) 0:01:38.510 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.050) 0:01:38.561 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.019) 0:01:38.581 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.019) 0:01:38.600 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:150 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.046) 0:01:38.647 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.025788", "end": "2024-08-04 01:52:28.475412", "rc": 0, "start": "2024-08-04 01:52:28.449624" } STDOUT: ztey6n-Lsii-tx20-KJn4-9TPl-vB2A-78U4NB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:155 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.251) 0:01:38.899 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:159 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.049) 0:01:38.949 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.092) 0:01:39.041 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.062) 0:01:39.103 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:52:28 +0000 (0:00:00.159) 0:01:39.263 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.137) 0:01:39.400 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.049) 0:01:39.450 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.048) 0:01:39.498 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.051) 0:01:39.550 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.050) 0:01:39.600 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.074) 0:01:39.675 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.047) 0:01:39.722 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.051) 0:01:39.774 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.050) 0:01:39.824 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.048) 0:01:39.873 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.051) 0:01:39.924 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.047) 0:01:39.972 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.142) 0:01:40.115 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.062) 0:01:40.178 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:52:29 +0000 (0:00:00.020) 0:01:40.198 ********* changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-c5313f03-d475-4527-b5cf-a67f6382384f", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-0329133b-a2d9-410e-b404-7893e15f4a77", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-758d97bc-024b-40fd-933a-1519c14b930b", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-426c3d60-c4ea-461f-9579-843a1df342f1", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:53:56 +0000 (0:01:26.261) 0:03:06.460 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.052) 0:03:06.512 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.245) 0:03:06.758 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.237) 0:03:06.995 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.020) 0:03:07.015 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-c5313f03-d475-4527-b5cf-a67f6382384f", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-0329133b-a2d9-410e-b404-7893e15f4a77", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-758d97bc-024b-40fd-933a-1519c14b930b", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-426c3d60-c4ea-461f-9579-843a1df342f1", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.057) 0:03:07.073 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.055) 0:03:07.128 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.053) 0:03:07.181 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.026) 0:03:07.208 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.049) 0:03:07.258 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.027) 0:03:07.285 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:53:56 +0000 (0:00:00.029) 0:03:07.315 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:53:57 +0000 (0:00:00.157) 0:03:07.472 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736264.6415224, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499793.338, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4167570878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:53:57 +0000 (0:00:00.238) 0:03:07.711 ********* changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-481237e9-b2bf-4794-9356-59b6453d1ae3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-c5313f03-d475-4527-b5cf-a67f6382384f', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-c5313f03-d475-4527-b5cf-a67f6382384f", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-0329133b-a2d9-410e-b404-7893e15f4a77', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-0329133b-a2d9-410e-b404-7893e15f4a77", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-6f78862e-e20b-49e8-8030-f3a8a151d787', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-209065e5-fce4-43f4-8f18-4885678cbdd1', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-19232d09-a0d0-4134-af71-bcbc518c0f12', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-758d97bc-024b-40fd-933a-1519c14b930b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-758d97bc-024b-40fd-933a-1519c14b930b", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-426c3d60-c4ea-461f-9579-843a1df342f1', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-426c3d60-c4ea-461f-9579-843a1df342f1", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:53:59 +0000 (0:00:01.942) 0:03:09.653 ********* ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:170 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.803) 0:03:10.457 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.036539", "end": "2024-08-04 01:54:00.305362", "rc": 0, "start": "2024-08-04 01:54:00.268823" } STDOUT: wIsCLO-KBxv-wYZL-LsLL-ee3l-P3Dr-DMr26c TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:175 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.274) 0:03:10.732 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.096) 0:03:10.829 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.067) 0:03:10.896 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.058) 0:03:10.954 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.194) 0:03:11.149 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.146) 0:03:11.295 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:54:00 +0000 (0:00:00.049) 0:03:11.344 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.055) 0:03:11.400 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.055) 0:03:11.455 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.082) 0:03:11.537 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.057) 0:03:11.595 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.058) 0:03:11.654 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.053) 0:03:11.707 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.055) 0:03:11.763 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.052) 0:03:11.815 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.050) 0:03:11.866 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.050) 0:03:11.916 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.121) 0:03:12.038 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:54:01 +0000 (0:00:00.077) 0:03:12.115 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-758d97bc-024b-40fd-933a-1519c14b930b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-0329133b-a2d9-410e-b404-7893e15f4a77", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-c5313f03-d475-4527-b5cf-a67f6382384f", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "cryptsetup" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:54:10 +0000 (0:00:08.811) 0:03:20.927 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:54:10 +0000 (0:00:00.055) 0:03:20.982 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:54:10 +0000 (0:00:00.243) 0:03:21.225 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.241) 0:03:21.467 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.020) 0:03:21.488 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-758d97bc-024b-40fd-933a-1519c14b930b", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0329133b-a2d9-410e-b404-7893e15f4a77", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c5313f03-d475-4527-b5cf-a67f6382384f", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-758d97bc-024b-40fd-933a-1519c14b930b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-0329133b-a2d9-410e-b404-7893e15f4a77", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-c5313f03-d475-4527-b5cf-a67f6382384f", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "cryptsetup" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.058) 0:03:21.547 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.054) 0:03:21.601 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.053) 0:03:21.654 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.027) 0:03:21.682 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.049) 0:03:21.732 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.030) 0:03:21.762 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.027) 0:03:21.789 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.166) 0:03:21.955 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736439.2218318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4a62e0c32a996b8f71f8e0912a2863f780d6a47f", "ctime": 1722736439.2218318, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 476053825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "206841362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:54:11 +0000 (0:00:00.247) 0:03:22.203 ********* changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-758d97bc-024b-40fd-933a-1519c14b930b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-758d97bc-024b-40fd-933a-1519c14b930b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-c178fead-5e97-4718-ae64-f7f2a27e2b8d", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-19232d09-a0d0-4134-af71-bcbc518c0f12', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-19232d09-a0d0-4134-af71-bcbc518c0f12", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-209065e5-fce4-43f4-8f18-4885678cbdd1', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-209065e5-fce4-43f4-8f18-4885678cbdd1", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-6f78862e-e20b-49e8-8030-f3a8a151d787', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-6f78862e-e20b-49e8-8030-f3a8a151d787", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-0329133b-a2d9-410e-b404-7893e15f4a77', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-0329133b-a2d9-410e-b404-7893e15f4a77", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-c5313f03-d475-4527-b5cf-a67f6382384f', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-c5313f03-d475-4527-b5cf-a67f6382384f", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-481237e9-b2bf-4794-9356-59b6453d1ae3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-481237e9-b2bf-4794-9356-59b6453d1ae3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:54:13 +0000 (0:00:01.763) 0:03:23.967 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:185 Sunday 04 August 2024 01:54:14 +0000 (0:00:00.773) 0:03:24.740 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:54:14 +0000 (0:00:00.080) 0:03:24.821 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:54:14 +0000 (0:00:00.054) 0:03:24.876 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:54:14 +0000 (0:00:00.050) 0:03:24.926 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "size": "10G", "type": "crypt", "uuid": "zIVyQF-xQQs-aOoC-x0Ds-EKqJ-KPDm-0cDnSD" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "426c3d60-c4ea-461f-9579-843a1df342f1" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:54:14 +0000 (0:00:00.233) 0:03:25.159 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003016", "end": "2024-08-04 01:54:14.970987", "rc": 0, "start": "2024-08-04 01:54:14.967971" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.234) 0:03:25.394 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002977", "end": "2024-08-04 01:54:15.201501", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:54:15.198524" } STDOUT: luks-426c3d60-c4ea-461f-9579-843a1df342f1 /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.232) 0:03:25.627 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.069) 0:03:25.697 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.150) 0:03:25.847 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032922", "end": "2024-08-04 01:54:15.797116", "rc": 0, "start": "2024-08-04 01:54:15.764194" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.374) 0:03:26.221 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.057) 0:03:26.278 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:54:15 +0000 (0:00:00.089) 0:03:26.368 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.058) 0:03:26.426 ********* ok: [sut] => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "pv": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.228) 0:03:26.654 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.051) 0:03:26.706 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.057) 0:03:26.763 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.056) 0:03:26.820 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.052) 0:03:26.873 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption", "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.047) 0:03:26.920 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.047) 0:03:26.967 ********* ok: [sut] => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:54:16 +0000 (0:00:00.051) 0:03:27.019 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.504) 0:03:27.524 ********* skipping: [sut] => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.057) 0:03:27.582 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.070) 0:03:27.652 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.049) 0:03:27.702 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.047) 0:03:27.749 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.048) 0:03:27.798 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.048) 0:03:27.847 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.048) 0:03:27.895 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.046) 0:03:27.942 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.047) 0:03:27.989 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.048) 0:03:28.037 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.046) 0:03:28.084 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.047) 0:03:28.131 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.048) 0:03:28.180 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.169) 0:03:28.350 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:54:17 +0000 (0:00:00.020) 0:03:28.370 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:54:18 +0000 (0:00:00.074) 0:03:28.444 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:54:18 +0000 (0:00:00.020) 0:03:28.465 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:54:18 +0000 (0:00:00.070) 0:03:28.535 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:54:18 +0000 (0:00:00.053) 0:03:28.589 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:54:18 +0000 (0:00:00.065) 0:03:28.654 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/426c3d60-c4ea-461f-9579-843a1df342f1" ], "delta": "0:00:00.002808", "end": "2024-08-04 01:54:18.466517", "rc": 0, "start": "2024-08-04 01:54:18.463709" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:54:18 +0000 (0:00:00.234) 0:03:28.889 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.620) 0:03:29.509 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006532", "end": "2024-08-04 01:54:19.319547", "rc": 0, "start": "2024-08-04 01:54:19.313015" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 426c3d60-c4ea-461f-9579-843a1df342f1 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 824352 Threads: 2 Salt: 78 68 7b 34 e6 24 bc d0 a9 09 6b 9b 32 05 3e 35 dc 5b c6 0d 32 5a 00 b7 d6 49 81 e4 c8 2d af 55 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105533 Salt: c3 34 d9 15 71 99 2e 53 3b 64 f4 24 fc 81 c8 e4 64 47 b6 37 8b 93 80 e0 c6 fe 67 84 49 31 44 6a Digest: 79 be 93 4f cf 15 c5 d9 78 4e 41 91 24 7a 63 a3 b9 0a 27 fb f0 39 af d1 aa 42 68 f2 e3 81 0b ae TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.236) 0:03:29.745 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.220) 0:03:29.966 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.053) 0:03:30.020 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.050) 0:03:30.070 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.071) 0:03:30.142 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-426c3d60-c4ea-461f-9579-843a1df342f1 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.056) 0:03:30.199 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.055) 0:03:30.255 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.055) 0:03:30.310 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:54:19 +0000 (0:00:00.051) 0:03:30.362 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.053) 0:03:30.415 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.050) 0:03:30.465 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.051) 0:03:30.517 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.071) 0:03:30.588 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.019) 0:03:30.608 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.181) 0:03:30.789 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.048) 0:03:30.838 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.050) 0:03:30.888 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.052) 0:03:30.940 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.049) 0:03:30.989 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.050) 0:03:31.040 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.050) 0:03:31.090 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.049) 0:03:31.140 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.020) 0:03:31.160 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.019) 0:03:31.179 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:188 Sunday 04 August 2024 01:54:20 +0000 (0:00:00.050) 0:03:31.230 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031909", "end": "2024-08-04 01:54:21.062423", "rc": 0, "start": "2024-08-04 01:54:21.030514" } STDOUT: wIsCLO-KBxv-wYZL-LsLL-ee3l-P3Dr-DMr26c TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:193 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.256) 0:03:31.486 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:197 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.050) 0:03:31.536 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.200) 0:03:31.737 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.063) 0:03:31.800 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.055) 0:03:31.856 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.136) 0:03:31.993 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.052) 0:03:32.045 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.050) 0:03:32.096 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.057) 0:03:32.153 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.051) 0:03:32.205 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.078) 0:03:32.283 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.049) 0:03:32.332 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:54:21 +0000 (0:00:00.051) 0:03:32.384 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.177) 0:03:32.561 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.047) 0:03:32.609 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.048) 0:03:32.658 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.049) 0:03:32.707 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.048) 0:03:32.756 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.064) 0:03:32.820 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:54:22 +0000 (0:00:00.020) 0:03:32.841 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": null }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": null }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-abe24916-5208-416a-a3a2-cbe19599d72e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-14c667f2-0635-406f-add4-93612d9fa009", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:55:38 +0000 (0:01:16.074) 0:04:48.915 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:55:38 +0000 (0:00:00.052) 0:04:48.968 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:55:38 +0000 (0:00:00.244) 0:04:49.212 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.239) 0:04:49.451 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.022) 0:04:49.474 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": null }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": null }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-abe24916-5208-416a-a3a2-cbe19599d72e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-14c667f2-0635-406f-add4-93612d9fa009", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.059) 0:04:49.533 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.051) 0:04:49.584 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.051) 0:04:49.636 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.091) 0:04:49.728 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.049) 0:04:49.777 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.029) 0:04:49.806 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.030) 0:04:49.837 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.052) 0:04:49.889 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736455.1998618, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5c8724a69cd908edb389ca01b554c44f9ea529ed", "ctime": 1722736453.5338585, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 522191050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "2049542330", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:55:39 +0000 (0:00:00.238) 0:04:50.128 ********* changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-abe24916-5208-416a-a3a2-cbe19599d72e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-abe24916-5208-416a-a3a2-cbe19599d72e", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-21f23eea-bec0-4309-9b8b-a6b77f42256a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-14c667f2-0635-406f-add4-93612d9fa009', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-14c667f2-0635-406f-add4-93612d9fa009", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:55:41 +0000 (0:00:01.752) 0:04:51.880 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:207 Sunday 04 August 2024 01:55:42 +0000 (0:00:00.813) 0:04:52.693 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:55:42 +0000 (0:00:00.088) 0:04:52.782 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:55:42 +0000 (0:00:00.058) 0:04:52.840 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:55:42 +0000 (0:00:00.052) 0:04:52.893 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "size": "10G", "type": "crypt", "uuid": "CH0eBr-qJQP-Y8KE-84vP-qEkV-sdnI-neoetv" }, "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "size": "10G", "type": "crypt", "uuid": "ZiKpir-7rFN-D11J-Abt9-R8Wc-UZ33-6eFlQt" }, "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "size": "10G", "type": "crypt", "uuid": "Y1h6G2-4Urg-kwAj-Ib7C-T8G2-nEgy-YTK3Kf" }, "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "size": "1024G", "type": "crypt", "uuid": "TAkzNc-CdfC-da4m-FEzW-c8VP-cLg5-Pv0VSW" }, "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "size": "1024G", "type": "crypt", "uuid": "VVupCm-HZmj-h55z-wfZe-WqPo-f4GX-T2CU0c" }, "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "size": "10G", "type": "crypt", "uuid": "zIVyQF-xQQs-aOoC-x0Ds-EKqJ-KPDm-0cDnSD" }, "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "size": "10G", "type": "crypt", "uuid": "5XGwgH-603R-tNgB-ECM7-RYJC-c9Sa-Fih7aD" }, "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "size": "10G", "type": "crypt", "uuid": "7Yamox-09wp-N5Yn-E4Ux-DZDy-xw4H-uuS1LZ" }, "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "size": "1024G", "type": "crypt", "uuid": "lEHPdZ-Q6iO-y3CB-bnSf-2QYt-nBwg-11IYOc" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "426c3d60-c4ea-461f-9579-843a1df342f1" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "c2643b0c-4b2b-4090-9aa0-6fc97d8df9db" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "1e9ea92a-ad08-49de-99d7-81dd9e7e1242" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "373f67f7-ebc8-42ed-9ced-d163fe41a06a" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "14c667f2-0635-406f-add4-93612d9fa009" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "41ee8af4-edd6-4a53-a2c3-cef2ccab47c5" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "21f23eea-bec0-4309-9b8b-a6b77f42256a" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "abe24916-5208-416a-a3a2-cbe19599d72e" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:55:42 +0000 (0:00:00.392) 0:04:53.286 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004137", "end": "2024-08-04 01:55:43.096391", "rc": 0, "start": "2024-08-04 01:55:43.092254" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.234) 0:04:53.520 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.004173", "end": "2024-08-04 01:55:43.328086", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:55:43.323913" } STDOUT: luks-426c3d60-c4ea-461f-9579-843a1df342f1 /dev/sda1 - luks-abe24916-5208-416a-a3a2-cbe19599d72e /dev/sdi1 - luks-21f23eea-bec0-4309-9b8b-a6b77f42256a /dev/sdh1 - luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5 /dev/sdg1 - luks-14c667f2-0635-406f-add4-93612d9fa009 /dev/sdf1 - luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a /dev/sde1 - luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3 /dev/sdd1 - luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242 /dev/sdc1 - luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.238) 0:04:53.759 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.083) 0:04:53.842 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.055) 0:04:53.898 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034412", "end": "2024-08-04 01:55:43.743220", "rc": 0, "start": "2024-08-04 01:55:43.708808" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.271) 0:04:54.170 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.054) 0:04:54.225 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.097) 0:04:54.322 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:55:43 +0000 (0:00:00.061) 0:04:54.383 ********* ok: [sut] => (item=/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "pv": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009" } ok: [sut] => (item=/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "pv": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242" } ok: [sut] => (item=/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "pv": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a" } ok: [sut] => (item=/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "pv": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a" } ok: [sut] => (item=/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "pv": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5" } ok: [sut] => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "pv": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" } ok: [sut] => (item=/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "pv": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e" } ok: [sut] => (item=/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "pv": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db" } ok: [sut] => (item=/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "pv": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:55:45 +0000 (0:00:01.909) 0:04:56.293 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:55:45 +0000 (0:00:00.060) 0:04:56.353 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:55:46 +0000 (0:00:00.117) 0:04:56.470 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:55:46 +0000 (0:00:00.163) 0:04:56.634 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:55:46 +0000 (0:00:00.054) 0:04:56.688 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption", "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:55:46 +0000 (0:00:00.051) 0:04:56.740 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:55:46 +0000 (0:00:00.053) 0:04:56.794 ********* ok: [sut] => (item=/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:55:46 +0000 (0:00:00.264) 0:04:57.058 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.386) 0:04:57.445 ********* skipping: [sut] => (item=/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009" } skipping: [sut] => (item=/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242" } skipping: [sut] => (item=/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a" } skipping: [sut] => (item=/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a" } skipping: [sut] => (item=/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5" } skipping: [sut] => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1" } skipping: [sut] => (item=/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e" } skipping: [sut] => (item=/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db" } skipping: [sut] => (item=/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.307) 0:04:57.752 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.073) 0:04:57.825 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.051) 0:04:57.877 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.051) 0:04:57.929 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.049) 0:04:57.978 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.048) 0:04:58.027 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.174) 0:04:58.202 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.051) 0:04:58.253 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.052) 0:04:58.305 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:55:47 +0000 (0:00:00.052) 0:04:58.358 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.050) 0:04:58.408 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.053) 0:04:58.462 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.054) 0:04:58.517 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.074) 0:04:58.591 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.021) 0:04:58.613 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.073) 0:04:58.687 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.021) 0:04:58.708 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.220) 0:04:58.929 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.057) 0:04:58.986 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3) TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:48 +0000 (0:00:00.278) 0:04:59.265 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/14c667f2-0635-406f-add4-93612d9fa009" ], "delta": "0:00:00.002902", "end": "2024-08-04 01:55:49.075560", "rc": 0, "start": "2024-08-04 01:55:49.072658" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:49 +0000 (0:00:00.235) 0:04:59.500 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:49 +0000 (0:00:00.600) 0:05:00.101 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.007724", "end": "2024-08-04 01:55:49.914202", "rc": 0, "start": "2024-08-04 01:55:49.906478" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 14c667f2-0635-406f-add4-93612d9fa009 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 824948 Threads: 2 Salt: c2 e9 e3 cb c5 f0 de f1 fa d0 1c 2b 79 b4 05 b6 58 49 20 2e 0c b4 12 11 a9 42 03 92 ef ae 3a 1f AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105025 Salt: 6c b3 c2 f0 aa 03 31 b8 33 2a 33 66 f0 f9 c8 b6 d8 fa dd ca 41 d7 ee 53 3b 6a 4a 6f b3 93 93 9e Digest: c0 fd 8a ec 74 10 27 ef a0 ad 85 69 4f fe 05 24 4f 65 cf da 3a cd 45 53 34 3b e2 1e d3 93 15 49 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:49 +0000 (0:00:00.236) 0:05:00.337 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:50 +0000 (0:00:00.060) 0:05:00.398 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:50 +0000 (0:00:00.051) 0:05:00.450 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:50 +0000 (0:00:00.051) 0:05:00.501 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/1e9ea92a-ad08-49de-99d7-81dd9e7e1242" ], "delta": "0:00:00.002931", "end": "2024-08-04 01:55:50.309709", "rc": 0, "start": "2024-08-04 01:55:50.306778" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:50 +0000 (0:00:00.231) 0:05:00.733 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:51 +0000 (0:00:00.659) 0:05:01.393 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.006558", "end": "2024-08-04 01:55:51.268127", "rc": 0, "start": "2024-08-04 01:55:51.261569" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 1e9ea92a-ad08-49de-99d7-81dd9e7e1242 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 822984 Threads: 2 Salt: f1 42 1c 20 6e 07 bb 33 f4 60 26 a7 10 0c 8f aa d5 53 9b d2 34 29 c7 ac 12 10 29 9f 32 1a 6d c8 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 107436 Salt: ae 20 0a 8e 48 97 11 2b f5 53 9b a2 12 24 bd 7a 43 9b df 8b b9 de 99 25 c7 85 20 e8 6a ed ae 2b Digest: 89 50 b0 a6 04 f8 7f 54 5d 1f c5 08 0f b5 58 45 77 c5 43 80 0a 36 64 34 eb d2 e2 8e c1 59 40 af TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:51 +0000 (0:00:00.356) 0:05:01.749 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:51 +0000 (0:00:00.059) 0:05:01.809 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:51 +0000 (0:00:00.053) 0:05:01.863 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:51 +0000 (0:00:00.053) 0:05:01.916 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/21f23eea-bec0-4309-9b8b-a6b77f42256a" ], "delta": "0:00:00.002763", "end": "2024-08-04 01:55:51.727526", "rc": 0, "start": "2024-08-04 01:55:51.724763" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:51 +0000 (0:00:00.237) 0:05:02.154 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:52 +0000 (0:00:00.589) 0:05:02.743 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.006457", "end": "2024-08-04 01:55:52.557911", "rc": 0, "start": "2024-08-04 01:55:52.551454" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 21f23eea-bec0-4309-9b8b-a6b77f42256a Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 821146 Threads: 2 Salt: 6f 8e 0b 53 79 65 07 b9 d3 52 19 28 eb 67 28 b1 fe d4 83 06 d9 6f 43 c5 48 2a 66 05 67 f8 61 e1 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109226 Salt: 92 ec 4a 1b f7 f6 11 15 56 09 88 c4 4c 39 7e 9e 38 46 da 72 c4 f8 57 b6 53 85 cd ef 3f 79 4f cb Digest: ef 27 b9 62 bd 19 fb 97 b0 bc e9 9b f3 f6 b8 46 b4 dd 5e d7 f5 26 da 66 cd e8 1d 75 5d 8f 86 cf TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:52 +0000 (0:00:00.239) 0:05:02.983 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:52 +0000 (0:00:00.059) 0:05:03.042 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:52 +0000 (0:00:00.051) 0:05:03.094 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:52 +0000 (0:00:00.053) 0:05:03.147 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/373f67f7-ebc8-42ed-9ced-d163fe41a06a" ], "delta": "0:00:00.002874", "end": "2024-08-04 01:55:52.962776", "rc": 0, "start": "2024-08-04 01:55:52.959902" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:52 +0000 (0:00:00.239) 0:05:03.386 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:53 +0000 (0:00:00.600) 0:05:03.986 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.007387", "end": "2024-08-04 01:55:53.801691", "rc": 0, "start": "2024-08-04 01:55:53.794304" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 373f67f7-ebc8-42ed-9ced-d163fe41a06a Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 819211 Threads: 2 Salt: d9 39 7e 44 c5 80 e2 7c be 04 44 62 a1 00 3a 0f 8c 1a 23 74 a9 2d 35 33 f8 c6 60 8e 3e 17 ef ec AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: 85 9a 1c 53 f9 42 84 bc c0 51 6d d8 58 5d 91 a4 93 b7 a5 ca 08 d0 fb 37 1e 0a 6b 38 c5 b4 a4 62 Digest: 25 ed 36 a0 d7 f9 ea 98 d3 8e 79 9d 19 da 44 12 24 30 e1 99 87 5e a8 40 d2 ac 43 f7 9f f0 12 ff TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:53 +0000 (0:00:00.246) 0:05:04.233 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:54 +0000 (0:00:00.221) 0:05:04.454 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:54 +0000 (0:00:00.053) 0:05:04.508 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:54 +0000 (0:00:00.053) 0:05:04.561 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/41ee8af4-edd6-4a53-a2c3-cef2ccab47c5" ], "delta": "0:00:00.002954", "end": "2024-08-04 01:55:54.375343", "rc": 0, "start": "2024-08-04 01:55:54.372389" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:54 +0000 (0:00:00.237) 0:05:04.799 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:55 +0000 (0:00:00.599) 0:05:05.398 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.007030", "end": "2024-08-04 01:55:55.212720", "rc": 0, "start": "2024-08-04 01:55:55.205690" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 41ee8af4-edd6-4a53-a2c3-cef2ccab47c5 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 821067 Threads: 2 Salt: ee 43 e3 69 a7 fe f5 d3 e9 bd b0 e8 f0 97 92 b9 af e0 9e ae 2f 91 08 48 7a 6f 34 29 28 73 c9 9e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108503 Salt: f5 ce 02 8f 19 9b 60 b1 f7 b2 09 0a 30 9a 21 d1 61 c9 3c 5c 01 fa 8b 01 ae 64 1c 37 70 13 1a f6 Digest: 08 2e 6f 7f 9c b9 c3 09 f7 d5 1c 02 36 7d 44 be 9b 80 eb ce f2 19 54 94 d1 38 00 48 1d 77 65 56 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:55 +0000 (0:00:00.240) 0:05:05.638 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:55 +0000 (0:00:00.060) 0:05:05.698 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:55 +0000 (0:00:00.052) 0:05:05.751 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:55 +0000 (0:00:00.055) 0:05:05.806 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/426c3d60-c4ea-461f-9579-843a1df342f1" ], "delta": "0:00:00.004007", "end": "2024-08-04 01:55:55.622516", "rc": 0, "start": "2024-08-04 01:55:55.618509" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:55 +0000 (0:00:00.240) 0:05:06.047 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:56 +0000 (0:00:00.598) 0:05:06.645 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006559", "end": "2024-08-04 01:55:56.457834", "rc": 0, "start": "2024-08-04 01:55:56.451275" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 426c3d60-c4ea-461f-9579-843a1df342f1 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 824352 Threads: 2 Salt: 78 68 7b 34 e6 24 bc d0 a9 09 6b 9b 32 05 3e 35 dc 5b c6 0d 32 5a 00 b7 d6 49 81 e4 c8 2d af 55 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105533 Salt: c3 34 d9 15 71 99 2e 53 3b 64 f4 24 fc 81 c8 e4 64 47 b6 37 8b 93 80 e0 c6 fe 67 84 49 31 44 6a Digest: 79 be 93 4f cf 15 c5 d9 78 4e 41 91 24 7a 63 a3 b9 0a 27 fb f0 39 af d1 aa 42 68 f2 e3 81 0b ae TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:56 +0000 (0:00:00.236) 0:05:06.882 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:56 +0000 (0:00:00.057) 0:05:06.940 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:56 +0000 (0:00:00.183) 0:05:07.124 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:56 +0000 (0:00:00.051) 0:05:07.175 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/abe24916-5208-416a-a3a2-cbe19599d72e" ], "delta": "0:00:00.002889", "end": "2024-08-04 01:55:56.983252", "rc": 0, "start": "2024-08-04 01:55:56.980363" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:57 +0000 (0:00:00.231) 0:05:07.407 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:57 +0000 (0:00:00.591) 0:05:07.998 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.006562", "end": "2024-08-04 01:55:57.809245", "rc": 0, "start": "2024-08-04 01:55:57.802683" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: abe24916-5208-416a-a3a2-cbe19599d72e Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 826262 Threads: 2 Salt: 05 39 0d 76 2d 8d 60 df 61 8e 90 ec 0f b5 8b 02 b8 c0 4e 39 21 8a a8 9d 9a a9 78 35 f8 3b 20 23 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109226 Salt: b3 ce f2 b4 4c 02 55 3e f2 ad 9d 7f d9 f6 09 d9 e7 7c 1e a1 07 db 3c 7b af bb f3 67 43 5c 01 ae Digest: f3 55 13 79 5d 5a a7 34 a9 f3 6e de 79 2b 89 0c 66 ad cd e3 4c 19 c3 f4 4c 33 69 e5 da b7 57 cc TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:57 +0000 (0:00:00.237) 0:05:08.235 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:57 +0000 (0:00:00.059) 0:05:08.295 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:57 +0000 (0:00:00.052) 0:05:08.347 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:58 +0000 (0:00:00.051) 0:05:08.398 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/c2643b0c-4b2b-4090-9aa0-6fc97d8df9db" ], "delta": "0:00:00.002877", "end": "2024-08-04 01:55:58.214695", "rc": 0, "start": "2024-08-04 01:55:58.211818" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:58 +0000 (0:00:00.240) 0:05:08.639 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:55:58 +0000 (0:00:00.604) 0:05:09.244 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.006983", "end": "2024-08-04 01:55:59.059217", "rc": 0, "start": "2024-08-04 01:55:59.052234" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c2643b0c-4b2b-4090-9aa0-6fc97d8df9db Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 821700 Threads: 2 Salt: cd e0 c4 52 99 3e 80 64 2b 18 f1 f1 fb 1c 51 da 30 ea 4a 80 bb 79 ad 03 82 b9 b8 5f c8 70 9b d9 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 106910 Salt: 8a be 4d e1 90 53 17 88 96 be 75 c4 55 9c e8 b9 bd 23 15 81 0d ea c6 0d b9 2c 75 4d 36 a9 98 a8 Digest: 2e 5b 13 23 89 b5 c4 4f 1e cd 4b b8 89 9e 8a 7d 58 6b 06 84 6e aa 0a 46 f4 3f ea 60 21 8c c9 26 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:55:59 +0000 (0:00:00.243) 0:05:09.487 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:55:59 +0000 (0:00:00.060) 0:05:09.548 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:55:59 +0000 (0:00:00.052) 0:05:09.600 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:2 Sunday 04 August 2024 01:55:59 +0000 (0:00:00.199) 0:05:09.800 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3" ], "delta": "0:00:00.002753", "end": "2024-08-04 01:55:59.614867", "rc": 0, "start": "2024-08-04 01:55:59.612114" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:12 Sunday 04 August 2024 01:55:59 +0000 (0:00:00.237) 0:05:10.037 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:18 Sunday 04 August 2024 01:56:00 +0000 (0:00:00.597) 0:05:10.635 ********* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006561", "end": "2024-08-04 01:56:00.449350", "rc": 0, "start": "2024-08-04 01:56:00.442789" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 822984 Threads: 2 Salt: c5 4d d3 b4 65 ef 7f 9e 2e a2 62 8f 30 dc 7c 34 bb 12 94 12 13 35 a6 e0 00 8f 04 5a 70 c0 3c 47 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109044 Salt: de f3 c2 f3 f4 ff 9c 97 d2 59 f7 2b 50 1a 12 b9 b2 5f 8b 73 3e b0 82 5c 68 5d f7 63 96 34 64 aa Digest: 92 2b 7c 8c d2 d1 03 9c 48 b1 68 ad b5 74 e8 a0 95 d5 11 c1 e9 5a 9a e2 c5 5c e1 86 d2 58 5b 59 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:26 Sunday 04 August 2024 01:56:00 +0000 (0:00:00.242) 0:05:10.877 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:38 Sunday 04 August 2024 01:56:00 +0000 (0:00:00.062) 0:05:10.939 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-encryption.yml:50 Sunday 04 August 2024 01:56:00 +0000 (0:00:00.054) 0:05:10.994 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:56:00 +0000 (0:00:00.053) 0:05:11.047 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.364) 0:05:11.412 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-14c667f2-0635-406f-add4-93612d9fa009 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.058) 0:05:11.471 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.058) 0:05:11.529 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.059) 0:05:11.589 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.054) 0:05:11.643 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.238) 0:05:11.882 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.057) 0:05:11.939 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242 /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.063) 0:05:12.003 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.067) 0:05:12.070 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.062) 0:05:12.133 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.057) 0:05:12.191 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.061) 0:05:12.252 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.055) 0:05:12.308 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:01 +0000 (0:00:00.060) 0:05:12.369 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.061) 0:05:12.430 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.061) 0:05:12.492 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.058) 0:05:12.550 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.062) 0:05:12.613 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.219) 0:05:12.832 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.061) 0:05:12.894 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.063) 0:05:12.958 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.059) 0:05:13.017 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.056) 0:05:13.073 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.061) 0:05:13.135 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.055) 0:05:13.190 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5 /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.061) 0:05:13.252 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.060) 0:05:13.313 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:02 +0000 (0:00:00.058) 0:05:13.372 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.053) 0:05:13.425 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.059) 0:05:13.485 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.052) 0:05:13.537 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-426c3d60-c4ea-461f-9579-843a1df342f1 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.060) 0:05:13.597 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.214) 0:05:13.811 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.063) 0:05:13.875 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.061) 0:05:13.936 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.061) 0:05:13.997 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.053) 0:05:14.050 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-abe24916-5208-416a-a3a2-cbe19599d72e /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.060) 0:05:14.111 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.059) 0:05:14.170 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.061) 0:05:14.232 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.053) 0:05:14.285 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:03 +0000 (0:00:00.060) 0:05:14.346 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.052) 0:05:14.398 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.057) 0:05:14.456 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.058) 0:05:14.515 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.212) 0:05:14.727 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.055) 0:05:14.783 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.058) 0:05:14.842 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.053) 0:05:14.896 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.062) 0:05:14.958 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.062) 0:05:15.020 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.062) 0:05:15.083 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.056) 0:05:15.139 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.059) 0:05:15.199 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.051) 0:05:15.251 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.056) 0:05:15.307 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:56:04 +0000 (0:00:00.081) 0:05:15.389 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.098) 0:05:15.487 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.080) 0:05:15.567 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.052) 0:05:15.620 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.058) 0:05:15.678 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.053) 0:05:15.732 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.054) 0:05:15.787 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.053) 0:05:15.840 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.051) 0:05:15.892 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.052) 0:05:15.945 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.023) 0:05:15.968 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.022) 0:05:15.991 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:210 Sunday 04 August 2024 01:56:05 +0000 (0:00:00.051) 0:05:16.042 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.035882", "end": "2024-08-04 01:56:05.957458", "rc": 0, "start": "2024-08-04 01:56:05.921576" } STDOUT: wIsCLO-KBxv-wYZL-LsLL-ee3l-P3Dr-DMr26c TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:215 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.409) 0:05:16.452 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:219 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.051) 0:05:16.504 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.106) 0:05:16.611 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.066) 0:05:16.677 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.059) 0:05:16.736 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.147) 0:05:16.883 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.051) 0:05:16.935 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.050) 0:05:16.986 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.052) 0:05:17.038 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.053) 0:05:17.091 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.139) 0:05:17.231 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.055) 0:05:17.286 ********* ok: [sut] => { "storage_pools": [ { "disks": "sda", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:56:06 +0000 (0:00:00.054) 0:05:17.341 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.054) 0:05:17.395 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.050) 0:05:17.446 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.052) 0:05:17.499 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.054) 0:05:17.553 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.054) 0:05:17.607 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.072) 0:05:17.680 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:56:07 +0000 (0:00:00.023) 0:05:17.704 ********* changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdg1", "name": "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-abe24916-5208-416a-a3a2-cbe19599d72e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-14c667f2-0635-406f-add4-93612d9fa009", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-426c3d60-c4ea-461f-9579-843a1df342f1", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:56:16 +0000 (0:00:09.611) 0:05:27.315 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:56:16 +0000 (0:00:00.053) 0:05:27.369 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.255) 0:05:27.624 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.480) 0:05:28.105 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.047) 0:05:28.152 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-abe24916-5208-416a-a3a2-cbe19599d72e", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-14c667f2-0635-406f-add4-93612d9fa009", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-426c3d60-c4ea-461f-9579-843a1df342f1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdg1", "name": "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-abe24916-5208-416a-a3a2-cbe19599d72e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-14c667f2-0635-406f-add4-93612d9fa009", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-426c3d60-c4ea-461f-9579-843a1df342f1", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.088) 0:05:28.241 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.058) 0:05:28.299 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.056) 0:05:28.356 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:56:17 +0000 (0:00:00.033) 0:05:28.389 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:56:18 +0000 (0:00:00.055) 0:05:28.444 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:56:18 +0000 (0:00:00.034) 0:05:28.479 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:56:18 +0000 (0:00:00.032) 0:05:28.511 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:56:18 +0000 (0:00:00.076) 0:05:28.588 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736543.327079, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "47ff1c113ee4f6fb17259285cb7e442afe711954", "ctime": 1722736541.4490733, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 60817611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "3265732350", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:56:18 +0000 (0:00:00.251) 0:05:28.840 ********* changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-41ee8af4-edd6-4a53-a2c3-cef2ccab47c5", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-abe24916-5208-416a-a3a2-cbe19599d72e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-abe24916-5208-416a-a3a2-cbe19599d72e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-c57e12ca-b4f4-47e2-87ef-8c7e9b4dead3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-373f67f7-ebc8-42ed-9ced-d163fe41a06a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-1e9ea92a-ad08-49de-99d7-81dd9e7e1242", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-14c667f2-0635-406f-add4-93612d9fa009', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-14c667f2-0635-406f-add4-93612d9fa009", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-c2643b0c-4b2b-4090-9aa0-6fc97d8df9db", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-21f23eea-bec0-4309-9b8b-a6b77f42256a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-21f23eea-bec0-4309-9b8b-a6b77f42256a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-426c3d60-c4ea-461f-9579-843a1df342f1', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-426c3d60-c4ea-461f-9579-843a1df342f1", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:56:20 +0000 (0:00:02.088) 0:05:30.928 ********* ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:231 Sunday 04 August 2024 01:56:21 +0000 (0:00:00.844) 0:05:31.772 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026119", "end": "2024-08-04 01:56:21.601155", "rc": 0, "start": "2024-08-04 01:56:21.575036" } STDOUT: Xh6dbd-8JeG-389y-DWjK-R6Ay-XQQ2-QK30QP TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:236 Sunday 04 August 2024 01:56:21 +0000 (0:00:00.253) 0:05:32.026 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:56:21 +0000 (0:00:00.087) 0:05:32.113 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:56:21 +0000 (0:00:00.058) 0:05:32.172 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:56:21 +0000 (0:00:00.053) 0:05:32.225 ********* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "92ea90d4-268a-4988-aab9-1476b46c33cf" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "DZ3bgA-NANa-o6WI-RJfI-VA6h-zK8P-ATTjR2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.232) 0:05:32.457 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003055", "end": "2024-08-04 01:56:22.268753", "rc": 0, "start": "2024-08-04 01:56:22.265698" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.234) 0:05:32.692 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002835", "end": "2024-08-04 01:56:22.499065", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:56:22.496230" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.229) 0:05:32.922 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=92ea90d4-268a-4988-aab9-1476b46c33cf', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.071) 0:05:32.994 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.052) 0:05:33.046 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030293", "end": "2024-08-04 01:56:22.879421", "rc": 0, "start": "2024-08-04 01:56:22.849128" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.257) 0:05:33.303 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:56:22 +0000 (0:00:00.054) 0:05:33.358 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.252) 0:05:33.610 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.060) 0:05:33.671 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.233) 0:05:33.904 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.055) 0:05:33.959 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.060) 0:05:34.020 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.060) 0:05:34.080 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.051) 0:05:34.132 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.053) 0:05:34.186 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.052) 0:05:34.238 ********* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:56:23 +0000 (0:00:00.054) 0:05:34.292 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.381) 0:05:34.674 ********* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.054) 0:05:34.728 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.071) 0:05:34.799 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.183) 0:05:34.982 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.049) 0:05:35.032 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.053) 0:05:35.085 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.050) 0:05:35.135 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.050) 0:05:35.185 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.048) 0:05:35.234 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.050) 0:05:35.284 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.050) 0:05:35.335 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:56:24 +0000 (0:00:00.051) 0:05:35.387 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.048) 0:05:35.435 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.051) 0:05:35.487 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.071) 0:05:35.558 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=92ea90d4-268a-4988-aab9-1476b46c33cf', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:8 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.071) 0:05:35.629 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:16 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.190) 0:05:35.820 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:20 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.050) 0:05:35.870 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:27 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.049) 0:05:35.919 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:31 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.049) 0:05:35.969 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:37 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.050) 0:05:36.020 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-lvmraid.yml:42 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.050) 0:05:36.070 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.049) 0:05:36.120 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.073) 0:05:36.193 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=92ea90d4-268a-4988-aab9-1476b46c33cf', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-thin.yml:8 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.067) 0:05:36.261 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-thin.yml:16 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.047) 0:05:36.308 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-thin.yml:22 Sunday 04 August 2024 01:56:25 +0000 (0:00:00.050) 0:05:36.359 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-thin.yml:26 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.049) 0:05:36.409 ********* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.110) 0:05:36.519 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.191) 0:05:36.711 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.055) 0:05:36.766 ********* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.049) 0:05:36.815 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:2 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.064) 0:05:36.880 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:6 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.060) 0:05:36.940 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:14 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.055) 0:05:36.996 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:23 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.052) 0:05:37.048 ********* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:32 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.052) 0:05:37.100 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-crypttab.yml:41 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.051) 0:05:37.152 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.055) 0:05:37.207 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:56:26 +0000 (0:00:00.051) 0:05:37.259 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.157) 0:05:37.416 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=92ea90d4-268a-4988-aab9-1476b46c33cf', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:8 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.070) 0:05:37.486 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:15 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.051) 0:05:37.538 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:21 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.052) 0:05:37.590 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:27 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.052) 0:05:37.643 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:34 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.050) 0:05:37.693 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:40 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.049) 0:05:37.743 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-member-vdo.yml:46 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.049) 0:05:37.792 ********* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.050) 0:05:37.843 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.075) 0:05:37.918 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.048) 0:05:37.967 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.050) 0:05:38.017 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.047) 0:05:38.065 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.190) 0:05:38.256 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.050) 0:05:38.306 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:56:27 +0000 (0:00:00.050) 0:05:38.357 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.051) 0:05:38.409 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=92ea90d4-268a-4988-aab9-1476b46c33cf', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume.yml:2 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.067) 0:05:38.477 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume.yml:19 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.055) 0:05:38.532 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.300) 0:05:38.832 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.054) 0:05:38.887 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.055) 0:05:38.943 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.048) 0:05:38.991 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.051) 0:05:39.043 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.194) 0:05:39.237 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.049) 0:05:39.286 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.051) 0:05:39.338 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 01:56:28 +0000 (0:00:00.051) 0:05:39.390 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.049) 0:05:39.439 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.047) 0:05:39.487 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.051) 0:05:39.539 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.068) 0:05:39.607 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.056) 0:05:39.664 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.053) 0:05:39.718 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.052) 0:05:39.770 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.052) 0:05:39.822 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.050) 0:05:39.873 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.056) 0:05:39.929 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.055) 0:05:39.984 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736576.8261838, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722736576.8261838, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2170, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1722736576.8261838, "nlink": 1, "path": "/dev/mapper/foo-test", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 01:56:29 +0000 (0:00:00.398) 0:05:40.383 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.052) 0:05:40.436 ********* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.047) 0:05:40.483 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.053) 0:05:40.537 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.054) 0:05:40.591 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.049) 0:05:40.641 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.054) 0:05:40.696 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.049) 0:05:40.745 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 01:56:30 +0000 (0:00:00.607) 0:05:41.353 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.048) 0:05:41.401 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.049) 0:05:41.450 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.055) 0:05:41.506 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.048) 0:05:41.555 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.047) 0:05:41.602 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.047) 0:05:41.650 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.189) 0:05:41.840 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.049) 0:05:41.890 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.056) 0:05:41.947 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.057) 0:05:42.005 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.052) 0:05:42.057 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.052) 0:05:42.110 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.051) 0:05:42.162 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.052) 0:05:42.214 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.050) 0:05:42.264 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.050) 0:05:42.315 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 01:56:31 +0000 (0:00:00.049) 0:05:42.364 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.050) 0:05:42.415 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.049) 0:05:42.465 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.047) 0:05:42.513 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.049) 0:05:42.562 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.235) 0:05:42.797 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.050) 0:05:42.847 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.049) 0:05:42.897 ********* ok: [sut] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 01:56:32 +0000 (0:00:00.287) 0:05:43.185 ********* ok: [sut] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.232) 0:05:43.417 ********* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.058) 0:05:43.476 ********* ok: [sut] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.051) 0:05:43.528 ********* ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.229) 0:05:43.757 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.054) 0:05:43.811 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.053) 0:05:43.865 ********* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.054) 0:05:43.920 ********* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.055) 0:05:43.975 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.049) 0:05:44.025 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.048) 0:05:44.074 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.118) 0:05:44.192 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 01:56:33 +0000 (0:00:00.177) 0:05:44.369 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.051) 0:05:44.420 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.050) 0:05:44.471 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.048) 0:05:44.520 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.052) 0:05:44.572 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.052) 0:05:44.624 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.049) 0:05:44.674 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.049) 0:05:44.724 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.052) 0:05:44.776 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.053) 0:05:44.830 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.049) 0:05:44.879 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.050) 0:05:44.930 ********* ok: [sut] => { "storage_test_actual_size": { "bytes": 314572800, "changed": false, "failed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.052) 0:05:44.982 ********* ok: [sut] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.053) 0:05:45.036 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 01:56:34 +0000 (0:00:00.233) 0:05:45.269 ********* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test" ], "delta": "0:00:00.028014", "end": "2024-08-04 01:56:35.103188", "rc": 0, "start": "2024-08-04 01:56:35.075174" } STDOUT: LVM2_LV_NAME=test LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.257) 0:05:45.527 ********* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.061) 0:05:45.589 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.061) 0:05:45.650 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.054) 0:05:45.704 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.053) 0:05:45.757 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.053) 0:05:45.811 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-volume.yml:25 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.054) 0:05:45.865 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.050) 0:05:45.916 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.021) 0:05:45.938 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Add a second PV to the VG] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:239 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.052) 0:05:45.990 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.111) 0:05:46.102 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.158) 0:05:46.260 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:56:35 +0000 (0:00:00.057) 0:05:46.318 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.142) 0:05:46.460 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.065) 0:05:46.526 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.052) 0:05:46.578 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.053) 0:05:46.631 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.056) 0:05:46.688 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.098) 0:05:46.786 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.055) 0:05:46.841 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.058) 0:05:46.900 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.065) 0:05:46.965 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.057) 0:05:47.023 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.057) 0:05:47.081 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:56:36 +0000 (0:00:00.052) 0:05:47.134 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:56:37 +0000 (0:00:00.258) 0:05:47.393 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:56:37 +0000 (0:00:00.070) 0:05:47.463 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:56:37 +0000 (0:00:00.021) 0:05:47.484 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:56:39 +0000 (0:00:02.636) 0:05:50.121 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:56:39 +0000 (0:00:00.054) 0:05:50.175 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.242) 0:05:50.417 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.237) 0:05:50.654 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.020) 0:05:50.675 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.053) 0:05:50.729 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.053) 0:05:50.782 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.050) 0:05:50.832 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.027) 0:05:50.859 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.049) 0:05:50.909 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.027) 0:05:50.937 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.025) 0:05:50.962 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:56:40 +0000 (0:00:00.209) 0:05:51.172 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736582.4982016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722736580.4961953, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3070986412", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:56:41 +0000 (0:00:00.235) 0:05:51.407 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:56:41 +0000 (0:00:00.021) 0:05:51.429 ********* ok: [sut] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:250 Sunday 04 August 2024 01:56:41 +0000 (0:00:00.772) 0:05:52.202 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028477", "end": "2024-08-04 01:56:42.038260", "rc": 0, "start": "2024-08-04 01:56:42.009783" } STDOUT: Xh6dbd-8JeG-389y-DWjK-R6Ay-XQQ2-QK30QP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:255 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.261) 0:05:52.463 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:259 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.057) 0:05:52.520 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.115) 0:05:52.636 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.065) 0:05:52.701 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.057) 0:05:52.759 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.243) 0:05:53.003 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.247) 0:05:53.250 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.054) 0:05:53.305 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:56:42 +0000 (0:00:00.077) 0:05:53.382 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.056) 0:05:53.439 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.083) 0:05:53.522 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.054) 0:05:53.577 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.088) 0:05:53.665 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.059) 0:05:53.725 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.059) 0:05:53.785 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.078) 0:05:53.863 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.062) 0:05:53.925 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.050) 0:05:53.976 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.070) 0:05:54.046 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:56:43 +0000 (0:00:00.023) 0:05:54.070 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:56:48 +0000 (0:00:04.815) 0:05:58.885 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:56:48 +0000 (0:00:00.060) 0:05:58.946 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:56:48 +0000 (0:00:00.252) 0:05:59.199 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.245) 0:05:59.444 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.023) 0:05:59.468 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.055) 0:05:59.523 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=92ea90d4-268a-4988-aab9-1476b46c33cf", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.053) 0:05:59.577 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.053) 0:05:59.631 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.027) 0:05:59.658 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.050) 0:05:59.708 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.029) 0:05:59.738 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.032) 0:05:59.770 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.051) 0:05:59.821 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736582.4982016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722736580.4961953, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3070986412", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.239) 0:06:00.061 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:56:49 +0000 (0:00:00.020) 0:06:00.081 ********* ok: [sut] TASK [Get the partition table type on disk removed from the VG] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:270 Sunday 04 August 2024 01:56:50 +0000 (0:00:00.961) 0:06:01.043 ********* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "-o", "PTTYPE", "--noheadings", "--nodeps", "/dev/sda" ], "delta": "0:00:00.004151", "end": "2024-08-04 01:56:50.856342", "rc": 0, "start": "2024-08-04 01:56:50.852191" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:275 Sunday 04 August 2024 01:56:50 +0000 (0:00:00.237) 0:06:01.280 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:279 Sunday 04 August 2024 01:56:50 +0000 (0:00:00.057) 0:06:01.338 ********* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028028", "end": "2024-08-04 01:56:51.168088", "rc": 0, "start": "2024-08-04 01:56:51.140060" } STDOUT: Xh6dbd-8JeG-389y-DWjK-R6Ay-XQQ2-QK30QP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:284 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.253) 0:06:01.591 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:288 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.053) 0:06:01.644 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.115) 0:06:01.760 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.075) 0:06:01.835 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.059) 0:06:01.894 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.236) 0:06:02.131 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 01:56:51 +0000 (0:00:00.050) 0:06:02.182 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.259) 0:06:02.442 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.053) 0:06:02.495 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.057) 0:06:02.553 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.080) 0:06:02.633 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.053) 0:06:02.687 ********* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo", "state": "absent" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.054) 0:06:02.742 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.055) 0:06:02.797 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.049) 0:06:02.847 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.047) 0:06:02.895 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.050) 0:06:02.945 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.049) 0:06:02.994 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.064) 0:06:03.059 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 01:56:52 +0000 (0:00:00.020) 0:06:03.079 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 01:56:58 +0000 (0:00:06.106) 0:06:09.186 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.265) 0:06:09.451 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736280.9535654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62cceede75e2d9690c06fbd6ca5aa1ce0f912510", "ctime": 1722736278.7835598, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.684903, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4179354363", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.244) 0:06:09.696 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.242) 0:06:09.939 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.022) 0:06:09.962 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.058) 0:06:10.020 ********* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.065) 0:06:10.086 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.057) 0:06:10.144 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.029) 0:06:10.173 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.070) 0:06:10.244 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.033) 0:06:10.277 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.029) 0:06:10.307 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 01:56:59 +0000 (0:00:00.049) 0:06:10.357 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722736582.4982016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722736580.4961953, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1722499494.89, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3070986412", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 01:57:00 +0000 (0:00:00.235) 0:06:10.592 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 01:57:00 +0000 (0:00:00.020) 0:06:10.612 ********* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/tests_lvm_pool_members.yml:297 Sunday 04 August 2024 01:57:01 +0000 (0:00:01.026) 0:06:11.639 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:2 Sunday 04 August 2024 01:57:01 +0000 (0:00:00.116) 0:06:11.756 ********* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:7 Sunday 04 August 2024 01:57:01 +0000 (0:00:00.091) 0:06:11.847 ********* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:15 Sunday 04 August 2024 01:57:01 +0000 (0:00:00.069) 0:06:11.917 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "8605af15-4596-4ba0-84aa-95550e824316" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:20 Sunday 04 August 2024 01:57:01 +0000 (0:00:00.249) 0:06:12.166 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004201", "end": "2024-08-04 01:57:01.975420", "rc": 0, "start": "2024-08-04 01:57:01.971219" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:04:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=8605af15-4596-4ba0-84aa-95550e824316 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:25 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.234) 0:06:12.400 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003147", "end": "2024-08-04 01:57:02.213007", "failed_when_result": false, "rc": 0, "start": "2024-08-04 01:57:02.209860" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:34 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.238) 0:06:12.638 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:5 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.071) 0:06:12.710 ********* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:18 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.052) 0:06:12.763 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:24 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.049) 0:06:12.812 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool.yml:34 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.050) 0:06:12.862 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:2 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.279) 0:06:13.142 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.059) 0:06:13.201 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:17 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.020) 0:06:13.221 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:22 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.056) 0:06:13.278 ********* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:27 Sunday 04 August 2024 01:57:02 +0000 (0:00:00.059) 0:06:13.337 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:36 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.057) 0:06:13.395 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:41 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.051) 0:06:13.446 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:46 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.063) 0:06:13.509 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:51 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.054) 0:06:13.563 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:64 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.025) 0:06:13.589 ********* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.134 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.134 originally 10.31.45.134 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.134 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:73 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.391) 0:06:13.981 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:83 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.026) 0:06:14.007 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:8 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.068) 0:06:14.075 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:14 Sunday 04 August 2024 01:57:03 +0000 (0:00:00.152) 0:06:14.228 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:19 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.233) 0:06:14.462 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:24 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.054) 0:06:14.517 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:29 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.049) 0:06:14.566 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:37 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.052) 0:06:14.619 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:46 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.057) 0:06:14.676 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:55 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.050) 0:06:14.727 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:64 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.049) 0:06:14.776 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:74 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.049) 0:06:14.826 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-md.yml:83 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.052) 0:06:14.878 ********* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:86 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.051) 0:06:14.930 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-lvmraid.yml:2 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.079) 0:06:15.010 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:89 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.026) 0:06:15.036 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-thin.yml:2 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.175) 0:06:15.211 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:92 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.027) 0:06:15.239 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:5 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.092) 0:06:15.332 ********* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:10 Sunday 04 August 2024 01:57:04 +0000 (0:00:00.056) 0:06:15.388 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:17 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.022) 0:06:15.411 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-encryption.yml:24 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.021) 0:06:15.432 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:95 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.053) 0:06:15.485 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-members-vdo.yml:2 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.081) 0:06:15.567 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:98 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.026) 0:06:15.594 ********* included: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:6 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.079) 0:06:15.674 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:11 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.071) 0:06:15.745 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:15 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.057) 0:06:15.803 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:25 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.229) 0:06:16.033 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:34 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.051) 0:06:16.084 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-pool-stratis.yml:44 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.046) 0:06:16.131 ********* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:101 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.051) 0:06:16.182 ********* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-volumes.yml:3 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.052) 0:06:16.235 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:44 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.019) 0:06:16.255 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciwuqul2wh/tests/verify-role-results.yml:54 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.021) 0:06:16.276 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=799 changed=17 unreachable=0 failed=0 skipped=606 rescued=0 ignored=0 Sunday 04 August 2024 01:57:05 +0000 (0:00:00.088) 0:06:16.365 ********* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 86.26s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 76.07s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.76s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.61s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 9.59s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.81s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.96s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.11s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.82s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.82s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.02s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.64s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.44s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 2.09s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 fedora.linux_system_roles.storage : Get service facts ------------------- 1.99s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 1.94s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 1.91s /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 ----------- Get the canonical device path for each member device -------------------- 1.88s /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 ----------- Get the canonical device path for each member device -------------------- 1.80s /WORKDIR/git-weekly-ciwuqul2wh/tests/test-verify-pool-members.yml:8 ----------- fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 1.76s /WORKDIR/git-weekly-ciwuqul2wh/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 ---^---^---^---^---^--- # 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. [WARNING]: Platform linux on host sut 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. ---^---^---^---^---^---