# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci3pcki0j1/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_lvm_pool_members.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml PLAY [Test lvm pool members] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:2 Sunday 21 January 2024 05:21:55 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:14 Sunday 21 January 2024 05:21:56 +0000 (0:00:00.967) 0:00:00.980 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:21:56 +0000 (0:00:00.015) 0:00:00.995 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:21:56 +0000 (0:00:00.014) 0:00:01.009 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:21:56 +0000 (0:00:00.020) 0:00:01.030 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:21:56 +0000 (0:00:00.026) 0:00:01.056 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:21:57 +0000 (0:00:00.302) 0:00:01.359 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:21:57 +0000 (0:00:00.016) 0:00:01.375 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:21:57 +0000 (0:00:00.010) 0:00:01.385 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:21:57 +0000 (0:00:00.010) 0:00:01.396 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:21:57 +0000 (0:00:00.026) 0:00:01.422 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-mpath-3.0.4-1.fc39.x86_64", "Installed: python3-pyparted-1:3.13.0-3.fc39.x86_64", "Installed: python3-bytesize-2.10-1.fc39.x86_64", "Installed: python3-blockdev-3.0.4-1.fc39.x86_64", "Installed: libblockdev-lvm-3.0.4-1.fc39.x86_64", "Installed: lsof-4.96.3-4.fc39.x86_64", "Installed: device-mapper-multipath-0.9.5-2.fc39.x86_64", "Installed: blivet-data-1:3.8.2-1.fc39.noarch", "Installed: libblockdev-btrfs-3.0.4-1.fc39.x86_64", "Installed: device-mapper-multipath-libs-0.9.5-2.fc39.x86_64", "Installed: python3-blivet-1:3.8.2-1.fc39.noarch", "Installed: libblockdev-dm-3.0.4-1.fc39.x86_64" ] } lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:22:03 +0000 (0:00:06.580) 0:00:08.003 ******** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:22:03 +0000 (0:00:00.013) 0:00:08.016 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:22:03 +0000 (0:00:00.011) 0:00:08.027 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:22:04 +0000 (0:00:00.719) 0:00:08.747 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 21 January 2024 05:22:04 +0000 (0:00:00.021) 0:00:08.769 ******** skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "false_condition": "repo.packages | intersect(copr_packages) | length > 0", "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 21 January 2024 05:22:04 +0000 (0:00:00.024) 0:00:08.793 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 21 January 2024 05:22:04 +0000 (0:00:00.016) 0:00:08.810 ******** skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "false_condition": "repo.packages | intersect(copr_packages) | length > 0", "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:22:04 +0000 (0:00:00.023) 0:00:08.833 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:22:06 +0000 (0:00:02.027) 0:00:10.861 ******** 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" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "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" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "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.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "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" }, "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": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "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" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "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" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "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@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-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "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" }, "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": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.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-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.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": "enabled-runtime" }, "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.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "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.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": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-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-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "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.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "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-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "inactive", "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": "disabled" }, "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-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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-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-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "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" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:22:09 +0000 (0:00:02.499) 0:00:13.360 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.031) 0:00:13.392 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.010) 0:00:13.402 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.472) 0:00:13.875 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.022) 0:00:13.897 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.010) 0:00:13.908 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.014) 0:00:13.922 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.014) 0:00:13.936 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.014) 0:00:13.951 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.022) 0:00:13.974 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.013) 0:00:13.988 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.025) 0:00:14.013 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.022) 0:00:14.035 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:22:09 +0000 (0:00:00.013) 0:00:14.049 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705410370.295, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:22:10 +0000 (0:00:00.252) 0:00:14.301 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:22:10 +0000 (0:00:00.011) 0:00:14.313 ******** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:18 Sunday 21 January 2024 05:22:11 +0000 (0:00:00.820) 0:00:15.133 ******** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:25 Sunday 21 January 2024 05:22:11 +0000 (0:00:00.021) 0:00:15.155 ******** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "3.fc39", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-vf-fonts", "release": "10.fc39", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc39", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "12.fc39", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "8.fc39", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "24.fc39", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "18.fc39", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc39", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "19.fc39", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "3.fc39", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc40eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "13.fc39", "source": "rpm", "version": "2.40" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "13.fc39", "source": "rpm", "version": "2.40" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.fc39", "source": "rpm", "version": "3.8.2" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "1.fc39", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "3.fc39", "source": "rpm", "version": "5.71" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.fc39", "source": "rpm", "version": "6.6.2" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "16.fc39", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc39", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "2.fc39", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "3.fc39", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc39", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc39", "source": "rpm", "version": "4.5" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc39", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "4.fc39", "source": "rpm", "version": "9.3" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "4.fc39", "source": "rpm", "version": "9.3" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "4.fc39", "source": "rpm", "version": "2.14" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "2.fc39", "source": "rpm", "version": "1.0.2" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "2.fc39", "source": "rpm", "version": "1.0.2" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc39", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "11.fc39", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "2.fc39", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc39", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "2.fc39", "source": "rpm", "version": "1.0.6" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "3.fc39", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.4.4" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc39", "source": "rpm", "version": "4.4.4" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "7.fc39", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "16.fc39", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "16.fc39", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.fc39", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "5.fc39", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc39", "source": "rpm", "version": "12.3.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "8.fc39", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": null, "name": "exfatprogs", "release": "1.fc39", "source": "rpm", "version": "1.2.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "3.fc39", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "39" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "34", "source": "rpm", "version": "39" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "39" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.fc39", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.fc39", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc39", "source": "rpm", "version": "2.0.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc39", "source": "rpm", "version": "2.0.2" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "13.fc39", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "12.fc39", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "17.fc39", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc39", "source": "rpm", "version": "1.9.11" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc39", "source": "rpm", "version": "1.9.11" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc39", "source": "rpm", "version": "1.9.11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc39", "source": "rpm", "version": "5.2.2" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "4.fc39", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc39", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.fc39", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc39", "source": "rpm", "version": "2.78.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "5.fc39", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "2.fc39", "source": "rpm", "version": "3.8.2" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc39", "source": "rpm", "version": "1.78.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "62f2920f", "source": "rpm", "version": "18b8e74c" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc39", "source": "rpm", "version": "1.20.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "44.fc39", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc39", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "3.fc39", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.fc39", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "9.fc39", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "6.fc39", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "9.fc39", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.fc39", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "2.fc39", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "2.fc39", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "2.fc39", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "2.fc39", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc39", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc39", "source": "rpm", "version": "6.4.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc39", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "7.fc39", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "5.fc39", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.fc39", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc39", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.fc39", "source": "rpm", "version": "1.8.0" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "200.fc39", "source": "rpm", "version": "6.6.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.fc39", "source": "rpm", "version": "1.21.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.fc39", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "9.fc39", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "16.fc39", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.fc39", "source": "rpm", "version": "3.7.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "3.fc39", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc39", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "26.fc39", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "8.fc39", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "9.fc39", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "54.fc39", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-btrfs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-btrfs", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.fc39", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "1.fc39", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc39", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.fc39", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc39", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.fc39", "source": "rpm", "version": "0.10.2" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "54.fc39", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "56.fc39", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "54.fc39", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc39", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc39", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "48.20230828cvs.fc39", "source": "rpm", "version": "3.1" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "8.fc39", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "9.fc39", "source": "rpm", "version": "2.1.12" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "4.fc39", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc39", "source": "rpm", "version": "1.13.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "10.fc39", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "2.fc39", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc39", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc39", "source": "rpm", "version": "238" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc39", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "4.fc39", "source": "rpm", "version": "46.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "3.fc39", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "54.fc39", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "2.fc39", "source": "rpm", "version": "0.1.14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "2.fc39", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc39", "source": "rpm", "version": "2.8.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc39", "source": "rpm", "version": "1.8.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "2.fc39", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "32.fc39", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "3.fc39", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "5.fc39", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.fc39", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.fc39", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "2.fc39", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "24.fc39", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc2.fc39", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc39", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "4.fc39", "source": "rpm", "version": "1.55.1" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc39", "source": "rpm", "version": "3.9.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "6.fc39", "source": "rpm", "version": "2.0.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "2.fc39", "source": "rpm", "version": "1.6" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "54.fc39", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "2.fc39", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.fc39", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.fc39", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.fc39", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "2.fc39", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc39", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "54.fc39", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc39", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "3.fc39", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "6.fc39", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "2.fc39", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.fc39", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "15.fc39", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc39", "source": "rpm", "version": "0.7.27" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc39", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.fc39", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc39", "source": "rpm", "version": "1.4.9" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc39", "source": "rpm", "version": "0.15.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc39", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "7.fc39", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc39", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.fc39", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "4.fc39", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "10.fc39", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc39", "source": "rpm", "version": "1.6.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "3.fc39", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc39", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc39", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "12.fc39", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc39", "source": "rpm", "version": "0.9.31" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "4.fc39", "source": "rpm", "version": "4.96.3" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "3.fc39", "source": "rpm", "version": "5.4.6" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "1.fc39", "source": "rpm", "version": "2.03.22" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "1.fc39", "source": "rpm", "version": "2.03.22" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc39", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "9.fc39", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "6.fc39", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "2.fc39", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "5.fc39", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "6.fc39", "source": "rpm", "version": "4.2" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "7.fc39", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "7.fc39", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc39", "source": "rpm", "version": "4.2.0" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.67.20160912git.fc39", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc39", "source": "rpm", "version": "3.9.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc2.fc39", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "14.fc39", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "16.fc39", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc39", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc39", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "4.fc39", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "4.fc39", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.fc39", "source": "rpm", "version": "3.6" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "15.fc39", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc39", "source": "rpm", "version": "1.5.4" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "502.fc39", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "502.fc39", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "500.fc39", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "502.fc39", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "501.fc39", "source": "rpm", "version": "2.188" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "500.fc39", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "500.fc39", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "502.fc39", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "500.fc39", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "13.fc39", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "500.fc39", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "502.fc39", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "502.fc39", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "502.fc39", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "500.fc39", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "500.fc39", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "502.fc39", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "500.fc39", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.fc39", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "502.fc39", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "1.fc39", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "3.fc39", "source": "rpm", "version": "2.083" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "502.fc39", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "500.fc39", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "1.fc39", "source": "rpm", "version": "20230801" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "502.fc39", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "10.fc39", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "502.fc39", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "500.fc39", "source": "rpm", "version": "3.89" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "500.fc39", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "501.fc39", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.fc39", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "500.fc39", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "500.fc39", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "502.fc39", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.fc39", "source": "rpm", "version": "2.037" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "500.fc39", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "502.fc39", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "501.fc39", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "500.fc39", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "18.fc39", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "500.fc39", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "3.fc39", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "3.fc39", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc39", "source": "rpm", "version": "5.21" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "502.fc39", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "501.fc39", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "502.fc39", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "502.fc39", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "501.fc39", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "502.fc39", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "502.fc39", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "502.fc39", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "500.fc39", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "500.fc39", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "502.fc39", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "26.fc39", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "3.fc39", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc39", "source": "rpm", "version": "4.0.3" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "5.fc39", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "4.fc39", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc39", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "4.fc39", "source": "rpm", "version": "23.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "1.fc39", "source": "rpm", "version": "3.8.2" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "1.fc39", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "2.fc39", "source": "rpm", "version": "3.2.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc39", "source": "rpm", "version": "5.0.8" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "3.fc39", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "10.fc39", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "4.fc39", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "6.fc39", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.4.4" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc39", "source": "rpm", "version": "2.0.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc39", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc39", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.fc39", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc39", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "1.fc39", "source": "rpm", "version": "2023.7.1" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "1.fc39", "source": "rpm", "version": "0.9.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc39", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.fc39", "source": "rpm", "version": "4.9.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "2.fc39", "source": "rpm", "version": "2.1.3" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "7.fc39", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc39", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "11.fc39", "source": "rpm", "version": "3.0.9" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "3.fc39", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "6.fc39", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "20.fc39", "source": "rpm", "version": "1.7.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "5.fc39", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "11.fc39", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "1.fc39", "source": "rpm", "version": "0.30.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "5.fc39", "source": "rpm", "version": "2.28.2" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "1.fc39", "source": "rpm", "version": "0.16.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "4.fc39", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc39", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.fc39", "source": "rpm", "version": "67.7.2" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "12.fc39", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "5.fc39", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc39", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "10.fc39", "source": "rpm", "version": "2.1.2" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.fc39", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "2.fc39", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "34.fc39", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc39.1", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "2.fc39", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "5.fc39", "source": "rpm", "version": "3.2.7" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "1.fc39", "source": "rpm", "version": "0.6.0^20230921git1261fbb2" } ], "sdubby": [ { "arch": "noarch", "epoch": null, "name": "sdubby", "release": "5.fc39", "source": "rpm", "version": "1.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "14.fc39", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc39", "source": "rpm", "version": "39.3" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc39", "source": "rpm", "version": "39.3" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc39", "source": "rpm", "version": "2.14.4" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "2.fc39", "source": "rpm", "version": "4.14.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.fc39", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.fc39", "source": "rpm", "version": "3.42.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc39", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p3.fc39", "source": "rpm", "version": "1.9.14" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-boot-unsigned": [ { "arch": "x86_64", "epoch": null, "name": "systemd-boot-unsigned", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "2.fc39", "source": "rpm", "version": "1.35" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "4.fc39", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "1.fc39", "source": "rpm", "version": "2.1.57" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "20.fc39", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "22.fc39", "source": "rpm", "version": "1.9" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.fc39", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc39", "source": "rpm", "version": "2023d" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc39", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc39", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "62.fc39", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "3.fc39", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "20.fc39", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "7.fc39", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "40.fc39", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.fc39", "source": "rpm", "version": "6.4.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc39", "source": "rpm", "version": "2.40" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc39", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "39.fc39", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:28 Sunday 21 January 2024 05:22:12 +0000 (0:00:01.061) 0:00:16.216 ******** ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:32 Sunday 21 January 2024 05:22:12 +0000 (0:00:00.037) 0:00:16.254 ******** ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.8.2-1.fc39" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:45 Sunday 21 January 2024 05:22:12 +0000 (0:00:00.060) 0:00:16.314 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/get_unused_disk.yml:2 Sunday 21 January 2024 05:22:12 +0000 (0:00:00.056) 0:00:16.370 ******** 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-ci3pcki0j1/tests/get_unused_disk.yml:11 Sunday 21 January 2024 05:22:14 +0000 (0:00:02.165) 0:00:18.536 ******** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/get_unused_disk.yml:19 Sunday 21 January 2024 05:22:14 +0000 (0:00:00.358) 0:00:18.894 ******** 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-ci3pcki0j1/tests/get_unused_disk.yml:24 Sunday 21 January 2024 05:22:14 +0000 (0:00:00.045) 0:00:18.940 ******** 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-ci3pcki0j1/tests/get_unused_disk.yml:29 Sunday 21 January 2024 05:22:14 +0000 (0:00:00.061) 0:00:19.002 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:51 Sunday 21 January 2024 05:22:14 +0000 (0:00:00.043) 0:00:19.046 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.061) 0:00:19.107 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.055) 0:00:19.163 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.052) 0:00:19.215 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.141) 0:00:19.356 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.092) 0:00:19.449 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.042) 0:00:19.491 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.042) 0:00:19.534 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.042) 0:00:19.577 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.065) 0:00:19.642 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.041) 0:00:19.684 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.045) 0:00:19.729 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.045) 0:00:19.775 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.042) 0:00:19.817 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.049) 0:00:19.867 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.047) 0:00:19.914 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.043) 0:00:19.958 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.066) 0:00:20.024 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:22:15 +0000 (0:00:00.018) 0:00:20.043 ******** 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/zram0", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:22:29 +0000 (0:00:13.436) 0:00:33.479 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.049) 0:00:33.528 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.019) 0:00:33.548 ******** 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/zram0", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.045) 0:00:33.593 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.047) 0:00:33.641 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.044) 0:00:33.686 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.028) 0:00:33.715 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.043) 0:00:33.759 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.031) 0:00:33.790 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.030) 0:00:33.821 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:22:29 +0000 (0:00:00.041) 0:00:33.862 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814530.1998677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:22:30 +0000 (0:00:00.285) 0:00:34.147 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:22:30 +0000 (0:00:00.019) 0:00:34.166 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:59 Sunday 21 January 2024 05:22:30 +0000 (0:00:00.896) 0:00:35.062 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:22:31 +0000 (0:00:00.062) 0:00:35.125 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:22:31 +0000 (0:00:00.055) 0:00:35.180 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:22:31 +0000 (0:00:00.051) 0:00:35.232 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "gAxrm4-rl3B-tcez-YY2Q-UwVQ-SQiq-pm5OEG" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "0VOnw1-3qEU-Zd3F-MJlc-V0L7-ggrT-ccKdKZ" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "uz6fNM-6rH6-sQs7-4MJW-EFvP-QNt4-2qgVTU" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "d7XA27-8SDh-Xwif-YnPm-7dxg-xLjp-umWQBz" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "4ULixB-UbE4-773O-eudB-vLNj-evg2-R4EYd7" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "fafldX-3djZ-20tR-ynRF-kIAr-H6W8-FbILbG" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "B4qIhA-Z1nb-1wGe-4bf4-JwfD-b6IZ-8z0Sev" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "LJqOZf-gr1d-sRU6-5yBi-2Nyp-AXSY-cteRDA" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "2GBDh2-2izZ-vu0X-KAA2-ZOu0-dxqE-gyKBGA" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:22:31 +0000 (0:00:00.349) 0:00:35.581 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003730", "end": "2024-01-21 05:22:31.860822", "rc": 0, "start": "2024-01-21 05:22:31.857092" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:22:31 +0000 (0:00:00.385) 0:00:35.966 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003623", "end": "2024-01-21 05:22:32.147466", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:22:32.143843" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.284) 0:00:36.251 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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, '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.069) 0:00:36.321 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.046) 0:00:36.367 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039589", "end": "2024-01-21 05:22:32.580665", "rc": 0, "start": "2024-01-21 05:22:32.541076" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.317) 0:00:36.685 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.046) 0:00:36.732 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.106) 0:00:36.838 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:22:32 +0000 (0:00:00.056) 0:00:36.894 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:22:35 +0000 (0:00:02.358) 0:00:39.252 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.052) 0:00:39.305 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.053) 0:00:39.359 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.053) 0:00:39.412 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.043) 0:00:39.456 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.052) 0:00:39.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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.042) 0:00:39.551 ******** 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 MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.246) 0:00:39.797 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.061) 0:00:39.859 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.042) 0:00:39.902 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.041) 0:00:39.944 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:22:35 +0000 (0:00:00.041) 0:00:39.986 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.102) 0:00:40.088 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.042) 0:00:40.131 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.043) 0:00:40.175 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.041) 0:00:40.216 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.042) 0:00:40.259 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.042) 0:00:40.302 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.042) 0:00:40.344 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.042) 0:00:40.387 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.064) 0:00:40.451 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.019) 0:00:40.471 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.065) 0:00:40.536 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.019) 0:00:40.556 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.123) 0:00:40.679 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.052) 0:00:40.731 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:22:36 +0000 (0:00:00.192) 0:00:40.924 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdd1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sde1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdf1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdg1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdh1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.221) 0:00:41.146 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.054) 0:00:41.200 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.053) 0:00:41.254 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.052) 0:00:41.306 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.050) 0:00:41.357 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.052) 0:00:41.409 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.044) 0:00:41.453 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.055) 0:00:41.508 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.052) 0:00:41.561 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.111) 0:00:41.672 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.051) 0:00:41.724 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.050) 0:00:41.774 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.044) 0:00:41.818 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.055) 0:00:41.874 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.053) 0:00:41.927 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.050) 0:00:41.978 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:37 +0000 (0:00:00.051) 0:00:42.029 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.050) 0:00:42.079 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.044) 0:00:42.124 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.053) 0:00:42.178 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.053) 0:00:42.231 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.049) 0:00:42.281 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.049) 0:00:42.330 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.049) 0:00:42.380 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.106) 0:00:42.486 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.055) 0:00:42.542 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.054) 0:00:42.596 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.049) 0:00:42.645 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.050) 0:00:42.696 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.051) 0:00:42.747 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.045) 0:00:42.792 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.054) 0:00:42.846 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.054) 0:00:42.901 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.050) 0:00:42.951 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.050) 0:00:43.002 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:38 +0000 (0:00:00.049) 0:00:43.051 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.044) 0:00:43.095 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.054) 0:00:43.149 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.118) 0:00:43.268 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.049) 0:00:43.318 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.051) 0:00:43.369 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.050) 0:00:43.419 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.044) 0:00:43.463 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.052) 0:00:43.516 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.055) 0:00:43.571 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.051) 0:00:43.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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.049) 0:00:43.672 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.048) 0:00:43.720 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.045) 0:00:43.765 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.053) 0:00:43.819 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.053) 0:00:43.872 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.049) 0:00:43.921 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:39 +0000 (0:00:00.051) 0:00:43.972 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.117) 0:00:44.090 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.045) 0:00:44.135 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.044) 0:00:44.180 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.067) 0:00:44.248 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.020) 0:00:44.269 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.044) 0:00:44.314 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.019) 0:00:44.334 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.019) 0:00:44.353 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:62 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.047) 0:00:44.401 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.039260", "end": "2024-01-21 05:22:40.614576", "rc": 0, "start": "2024-01-21 05:22:40.575316" } STDOUT: nvjij8-w9HN-TZf1-25Vc-8AQC-hbAe-mYq5IG TASK [Verify that nothing changes when disks don't change] ********************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:67 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.318) 0:00:44.720 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.072) 0:00:44.792 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.088) 0:00:44.881 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.055) 0:00:44.936 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:22:40 +0000 (0:00:00.118) 0:00:45.055 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.043) 0:00:45.099 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.044) 0:00:45.143 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.044) 0:00:45.188 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.047) 0:00:45.235 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.068) 0:00:45.303 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.043) 0:00:45.347 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.046) 0:00:45.393 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.047) 0:00:45.440 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.044) 0:00:45.484 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.043) 0:00:45.527 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.041) 0:00:45.569 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.108) 0:00:45.677 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.063) 0:00:45.741 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:22:41 +0000 (0:00:00.020) 0:00:45.761 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:22:47 +0000 (0:00:05.945) 0:00:51.706 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.052) 0:00:51.759 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.021) 0:00:51.780 ******** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.049) 0:00:51.829 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.046) 0:00:51.876 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.047) 0:00:51.923 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.030) 0:00:51.953 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.043) 0:00:51.997 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.030) 0:00:52.028 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:22:47 +0000 (0:00:00.031) 0:00:52.059 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:22:48 +0000 (0:00:00.045) 0:00:52.104 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814530.1998677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:22:48 +0000 (0:00:00.295) 0:00:52.399 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:22:48 +0000 (0:00:00.055) 0:00:52.454 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:75 Sunday 21 January 2024 05:22:49 +0000 (0:00:00.862) 0:00:53.317 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:22:49 +0000 (0:00:00.063) 0:00:53.381 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:22:49 +0000 (0:00:00.052) 0:00:53.433 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:22:49 +0000 (0:00:00.051) 0:00:53.484 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "gAxrm4-rl3B-tcez-YY2Q-UwVQ-SQiq-pm5OEG" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "0VOnw1-3qEU-Zd3F-MJlc-V0L7-ggrT-ccKdKZ" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "uz6fNM-6rH6-sQs7-4MJW-EFvP-QNt4-2qgVTU" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "d7XA27-8SDh-Xwif-YnPm-7dxg-xLjp-umWQBz" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "4ULixB-UbE4-773O-eudB-vLNj-evg2-R4EYd7" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "fafldX-3djZ-20tR-ynRF-kIAr-H6W8-FbILbG" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "B4qIhA-Z1nb-1wGe-4bf4-JwfD-b6IZ-8z0Sev" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "LJqOZf-gr1d-sRU6-5yBi-2Nyp-AXSY-cteRDA" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "2GBDh2-2izZ-vu0X-KAA2-ZOu0-dxqE-gyKBGA" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:22:49 +0000 (0:00:00.286) 0:00:53.771 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003570", "end": "2024-01-21 05:22:49.946691", "rc": 0, "start": "2024-01-21 05:22:49.943121" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:22:49 +0000 (0:00:00.279) 0:00:54.051 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004593", "end": "2024-01-21 05:22:51.228154", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:22:50.223561" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:22:51 +0000 (0:00:01.282) 0:00:55.334 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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, '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:22:51 +0000 (0:00:00.068) 0:00:55.402 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:22:51 +0000 (0:00:00.045) 0:00:55.447 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.043278", "end": "2024-01-21 05:22:51.663647", "rc": 0, "start": "2024-01-21 05:22:51.620369" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:22:51 +0000 (0:00:00.322) 0:00:55.770 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:22:51 +0000 (0:00:00.118) 0:00:55.889 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:22:51 +0000 (0:00:00.082) 0:00:55.971 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:22:51 +0000 (0:00:00.057) 0:00:56.029 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:22:54 +0000 (0:00:02.266) 0:00:58.295 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.053) 0:00:58.349 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.055) 0:00:58.405 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.055) 0:00:58.461 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.045) 0:00:58.506 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.054) 0:00:58.561 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.042) 0:00:58.603 ******** 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 MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.245) 0:00:58.849 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.062) 0:00:58.912 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:22:54 +0000 (0:00:00.113) 0:00:59.025 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.043) 0:00:59.069 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.043) 0:00:59.112 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.042) 0:00:59.154 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.044) 0:00:59.198 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.043) 0:00:59.241 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.043) 0:00:59.285 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.042) 0:00:59.328 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.045) 0:00:59.373 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.044) 0:00:59.417 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.045) 0:00:59.462 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.062) 0:00:59.525 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.019) 0:00:59.544 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.135) 0:00:59.679 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.019) 0:00:59.699 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.066) 0:00:59.766 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.053) 0:00:59.819 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:22:55 +0000 (0:00:00.192) 0:01:00.011 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdd1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sde1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdf1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdg1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdh1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.221) 0:01:00.233 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.055) 0:01:00.289 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.054) 0:01:00.343 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.052) 0:01:00.396 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.056) 0:01:00.452 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.052) 0:01:00.505 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.113) 0:01:00.618 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.054) 0:01:00.673 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.055) 0:01:00.728 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.051) 0:01:00.779 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.051) 0:01:00.831 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.050) 0:01:00.882 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.046) 0:01:00.928 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.054) 0:01:00.983 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:56 +0000 (0:00:00.054) 0:01:01.037 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.049) 0:01:01.087 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.050) 0:01:01.138 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.051) 0:01:01.190 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.044) 0:01:01.235 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.053) 0:01:01.288 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.053) 0:01:01.341 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.131) 0:01:01.473 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.051) 0:01:01.524 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.050) 0:01:01.575 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.045) 0:01:01.621 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.054) 0:01:01.675 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.054) 0:01:01.730 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.049) 0:01:01.779 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.051) 0:01:01.831 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.051) 0:01:01.882 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.045) 0:01:01.927 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.055) 0:01:01.983 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:57 +0000 (0:00:00.054) 0:01:02.038 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.050) 0:01:02.089 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.050) 0:01:02.139 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.049) 0:01:02.188 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.117) 0:01:02.306 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.055) 0:01:02.361 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.055) 0:01:02.417 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.050) 0:01:02.467 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.051) 0:01:02.518 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.051) 0:01:02.569 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.044) 0:01:02.614 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.054) 0:01:02.668 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.055) 0:01:02.724 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.051) 0:01:02.775 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.052) 0:01:02.828 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.050) 0:01:02.878 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.047) 0:01:02.925 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:22:58 +0000 (0:00:00.054) 0:01:02.980 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.094) 0:01:03.074 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.136) 0:01:03.211 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.051) 0:01:03.262 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.050) 0:01:03.312 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.043) 0:01:03.356 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.045) 0:01:03.402 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.067) 0:01:03.469 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.019) 0:01:03.489 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.042) 0:01:03.532 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.019) 0:01:03.551 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.019) 0:01:03.571 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:78 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.044) 0:01:03.616 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.039638", "end": "2024-01-21 05:22:59.829577", "rc": 0, "start": "2024-01-21 05:22:59.789939" } STDOUT: nvjij8-w9HN-TZf1-25Vc-8AQC-hbAe-mYq5IG TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:83 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.317) 0:01:03.933 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:87 Sunday 21 January 2024 05:22:59 +0000 (0:00:00.046) 0:01:03.979 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.153) 0:01:04.133 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.059) 0:01:04.193 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.055) 0:01:04.249 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.120) 0:01:04.369 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.044) 0:01:04.414 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.042) 0:01:04.456 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.046) 0:01:04.503 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.047) 0:01:04.550 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.068) 0:01:04.618 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.043) 0:01:04.662 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.047) 0:01:04.709 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.125) 0:01:04.835 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.046) 0:01:04.881 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.046) 0:01:04.928 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.047) 0:01:04.975 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:23:00 +0000 (0:00:00.047) 0:01:05.022 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:23:01 +0000 (0:00:00.064) 0:01:05.087 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:23:01 +0000 (0:00:00.019) 0:01:05.107 ******** 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/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null } ], "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", "/dev/zram0" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:23:10 +0000 (0:00:09.841) 0:01:14.949 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:23:10 +0000 (0:00:00.050) 0:01:15.000 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:23:10 +0000 (0:00:00.020) 0:01:15.020 ******** 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/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null } ], "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", "/dev/zram0" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.048) 0:01:15.068 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.048) 0:01:15.117 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.046) 0:01:15.164 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.030) 0:01:15.194 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.042) 0:01:15.237 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.066) 0:01:15.303 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.032) 0:01:15.335 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.044) 0:01:15.380 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814530.1998677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.284) 0:01:15.665 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:23:11 +0000 (0:00:00.020) 0:01:15.685 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:95 Sunday 21 January 2024 05:23:12 +0000 (0:00:00.855) 0:01:16.540 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:23:12 +0000 (0:00:00.064) 0:01:16.604 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:23:12 +0000 (0:00:00.053) 0:01:16.658 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:23:12 +0000 (0:00:00.050) 0:01:16.709 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "gAxrm4-rl3B-tcez-YY2Q-UwVQ-SQiq-pm5OEG" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:23:12 +0000 (0:00:00.284) 0:01:16.994 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003572", "end": "2024-01-21 05:23:13.171610", "rc": 0, "start": "2024-01-21 05:23:13.168038" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:23:13 +0000 (0:00:00.280) 0:01:17.274 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004509", "end": "2024-01-21 05:23:14.451058", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:23:13.446549" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:23:14 +0000 (0:00:01.282) 0:01:18.556 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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, '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:23:14 +0000 (0:00:00.155) 0:01:18.712 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:23:14 +0000 (0:00:00.045) 0:01:18.758 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035364", "end": "2024-01-21 05:23:14.968438", "rc": 0, "start": "2024-01-21 05:23:14.933074" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.314) 0:01:19.072 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.049) 0:01:19.122 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.083) 0:01:19.206 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.057) 0:01:19.263 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.278) 0:01:19.542 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.054) 0:01:19.596 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.053) 0:01:19.649 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.053) 0:01:19.703 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.045) 0:01:19.748 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.051) 0:01:19.800 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.041) 0:01:19.841 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.122) 0:01:19.964 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:23:15 +0000 (0:00:00.063) 0:01:20.027 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.041) 0:01:20.068 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.111 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.154 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.196 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.238 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.043) 0:01:20.281 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.324 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.367 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.041) 0:01:20.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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.042) 0:01:20.451 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.044) 0:01:20.496 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.136) 0:01:20.632 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.020) 0:01:20.653 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.063) 0:01:20.716 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.020) 0:01:20.737 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.063) 0:01:20.800 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.052) 0:01:20.853 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.044) 0:01:20.897 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.056) 0:01:20.954 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.054) 0:01:21.008 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:23:16 +0000 (0:00:00.053) 0:01:21.061 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.048) 0:01:21.110 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.126) 0:01:21.236 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.050) 0:01:21.287 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.043) 0:01:21.330 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.043) 0:01:21.374 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.065) 0:01:21.440 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.019) 0:01:21.460 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.042) 0:01:21.502 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.020) 0:01:21.523 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.020) 0:01:21.543 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:98 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.046) 0:01:21.590 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.037731", "end": "2024-01-21 05:23:17.799382", "rc": 0, "start": "2024-01-21 05:23:17.761651" } STDOUT: nvjij8-w9HN-TZf1-25Vc-8AQC-hbAe-mYq5IG TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:103 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.312) 0:01:21.902 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:107 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.046) 0:01:21.949 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:23:17 +0000 (0:00:00.111) 0:01:22.060 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.057) 0:01:22.118 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.055) 0:01:22.173 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.119) 0:01:22.292 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.043) 0:01:22.336 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.041) 0:01:22.378 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.046) 0:01:22.424 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.046) 0:01:22.471 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.069) 0:01:22.540 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.042) 0:01:22.583 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.048) 0:01:22.631 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.045) 0:01:22.677 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.044) 0:01:22.722 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.122) 0:01:22.844 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.044) 0:01:22.888 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.044) 0:01:22.933 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.062) 0:01:22.995 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:23:18 +0000 (0:00:00.019) 0:01:23.015 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "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", "/dev/zram0" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:23:23 +0000 (0:00:04.217) 0:01:27.233 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.051) 0:01:27.284 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.019) 0:01:27.304 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "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", "/dev/zram0" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.048) 0:01:27.352 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.048) 0:01:27.401 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.046) 0:01:27.447 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.029) 0:01:27.476 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.044) 0:01:27.521 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.029) 0:01:27.551 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.066) 0:01:27.617 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.042) 0:01:27.660 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814530.1998677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.283) 0:01:27.944 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:23:23 +0000 (0:00:00.021) 0:01:27.965 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:115 Sunday 21 January 2024 05:23:24 +0000 (0:00:00.852) 0:01:28.818 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:23:24 +0000 (0:00:00.066) 0:01:28.884 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:23:24 +0000 (0:00:00.056) 0:01:28.941 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:23:24 +0000 (0:00:00.051) 0:01:28.993 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "gAxrm4-rl3B-tcez-YY2Q-UwVQ-SQiq-pm5OEG" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "s9yg33-Y3v1-DFVe-wZuW-cRjb-DsdO-cJTjvg" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:23:25 +0000 (0:00:00.284) 0:01:29.277 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003555", "end": "2024-01-21 05:23:25.453352", "rc": 0, "start": "2024-01-21 05:23:25.449797" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:23:25 +0000 (0:00:00.279) 0:01:29.556 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003355", "end": "2024-01-21 05:23:25.732067", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:23:25.728712" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:23:25 +0000 (0:00:00.279) 0:01:29.836 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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, '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:23:25 +0000 (0:00:00.069) 0:01:29.905 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:23:25 +0000 (0:00:00.127) 0:01:30.032 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.037465", "end": "2024-01-21 05:23:26.243376", "rc": 0, "start": "2024-01-21 05:23:26.205911" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:23:26 +0000 (0:00:00.315) 0:01:30.348 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:23:26 +0000 (0:00:00.048) 0:01:30.396 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:23:26 +0000 (0:00:00.079) 0:01:30.475 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:23:26 +0000 (0:00:00.056) 0:01:30.532 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:23:26 +0000 (0:00:00.523) 0:01:31.055 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.053) 0:01:31.109 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.054) 0:01:31.164 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.056) 0:01:31.220 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.045) 0:01:31.265 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.053) 0:01:31.319 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.041) 0:01:31.360 ******** 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 MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.112) 0:01:31.473 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.163) 0:01:31.636 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.042) 0:01:31.679 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.044) 0:01:31.723 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.042) 0:01:31.766 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.042) 0:01:31.809 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.042) 0:01:31.851 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.044) 0:01:31.895 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.044) 0:01:31.939 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.044) 0:01:31.983 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:23:27 +0000 (0:00:00.041) 0:01:32.025 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.043) 0:01:32.069 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.044) 0:01:32.114 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.062) 0:01:32.177 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.056) 0:01:32.233 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.065) 0:01:32.299 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.019) 0:01:32.318 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.066) 0:01:32.384 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.052) 0:01:32.437 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.061) 0:01:32.499 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.078) 0:01:32.578 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.054) 0:01:32.632 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.054) 0:01:32.687 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.049) 0:01:32.737 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.052) 0:01:32.789 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.128) 0:01:32.917 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.044) 0:01:32.962 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:23:28 +0000 (0:00:00.055) 0:01:33.018 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.055) 0:01:33.073 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.051) 0:01:33.125 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.049) 0:01:33.174 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.051) 0:01:33.226 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.044) 0:01:33.271 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.044) 0:01:33.315 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.065) 0:01:33.381 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.020) 0:01:33.401 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.045) 0:01:33.446 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.019) 0:01:33.465 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.017) 0:01:33.483 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:118 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.128) 0:01:33.611 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.041275", "end": "2024-01-21 05:23:29.825410", "rc": 0, "start": "2024-01-21 05:23:29.784135" } STDOUT: nvjij8-w9HN-TZf1-25Vc-8AQC-hbAe-mYq5IG TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:123 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.318) 0:01:33.930 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:127 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.044) 0:01:33.974 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:23:29 +0000 (0:00:00.080) 0:01:34.055 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.058) 0:01:34.114 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.055) 0:01:34.170 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.117) 0:01:34.287 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.044) 0:01:34.331 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.043) 0:01:34.374 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.046) 0:01:34.420 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.045) 0:01:34.465 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.104) 0:01:34.570 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.045) 0:01:34.616 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.045) 0:01:34.661 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.045) 0:01:34.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.044) 0:01:34.751 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.043) 0:01:34.794 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.042) 0:01:34.837 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.044) 0:01:34.881 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.063) 0:01:34.944 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:23:30 +0000 (0:00:00.020) 0:01:34.965 ******** 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/sdc", "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", "/dev/zram0" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:23:35 +0000 (0:00:04.986) 0:01:39.951 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:23:35 +0000 (0:00:00.051) 0:01:40.002 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:23:35 +0000 (0:00:00.019) 0:01:40.022 ******** 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/sdc", "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", "/dev/zram0" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.046) 0:01:40.068 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.044) 0:01:40.113 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.134) 0:01:40.247 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.031) 0:01:40.278 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.043) 0:01:40.321 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.030) 0:01:40.351 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.031) 0:01:40.383 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.044) 0:01:40.427 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814530.1998677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.290) 0:01:40.717 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:23:36 +0000 (0:00:00.019) 0:01:40.737 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:136 Sunday 21 January 2024 05:23:37 +0000 (0:00:00.863) 0:01:41.601 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:23:37 +0000 (0:00:00.072) 0:01:41.674 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:23:37 +0000 (0:00:00.054) 0:01:41.728 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:23:37 +0000 (0:00:00.049) 0:01:41.777 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "s9yg33-Y3v1-DFVe-wZuW-cRjb-DsdO-cJTjvg" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "QqOw4p-eKFd-VICa-tJv3-EbBT-J1Gu-8KnDuO" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:23:38 +0000 (0:00:00.371) 0:01:42.148 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003592", "end": "2024-01-21 05:23:38.325117", "rc": 0, "start": "2024-01-21 05:23:38.321525" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:23:38 +0000 (0:00:00.281) 0:01:42.430 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004546", "end": "2024-01-21 05:23:39.605984", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:23:38.601438" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:23:39 +0000 (0:00:01.281) 0:01:43.711 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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, '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:23:39 +0000 (0:00:00.068) 0:01:43.779 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:23:39 +0000 (0:00:00.045) 0:01:43.825 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.042298", "end": "2024-01-21 05:23:40.042542", "rc": 0, "start": "2024-01-21 05:23:40.000244" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.322) 0:01:44.147 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.049) 0:01:44.196 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.080) 0:01:44.277 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.057) 0:01:44.334 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.529) 0:01:44.863 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.054) 0:01:44.917 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:23:40 +0000 (0:00:00.054) 0:01:44.972 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.141) 0:01:45.114 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.046) 0:01:45.161 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.054) 0:01:45.216 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.044) 0:01:45.260 ******** 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 MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.068) 0:01:45.329 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.062) 0:01:45.391 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.044) 0:01:45.435 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.043) 0:01:45.479 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.042) 0:01:45.521 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.043) 0:01:45.565 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.043) 0:01:45.609 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.042) 0:01:45.651 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.041) 0:01:45.692 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.042) 0:01:45.735 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.136) 0:01:45.871 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.043) 0:01:45.915 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.044) 0:01:45.959 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.065) 0:01:46.025 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:23:41 +0000 (0:00:00.019) 0:01:46.045 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.062) 0:01:46.107 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.020) 0:01:46.128 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.067) 0:01:46.195 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.052) 0:01:46.247 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.066) 0:01:46.314 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.129) 0:01:46.444 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.056) 0:01:46.500 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.057) 0:01:46.557 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.052) 0:01:46.610 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.051) 0:01:46.661 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.049) 0:01:46.711 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.045) 0:01:46.757 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.054) 0:01:46.811 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.054) 0:01:46.866 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.049) 0:01:46.915 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.051) 0:01:46.967 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.051) 0:01:47.019 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:23:42 +0000 (0:00:00.044) 0:01:47.063 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.043) 0:01:47.106 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.114) 0:01:47.221 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.021) 0:01:47.242 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.045) 0:01:47.288 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.020) 0:01:47.308 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.020) 0:01:47.329 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:139 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.046) 0:01:47.375 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.035979", "end": "2024-01-21 05:23:43.585512", "rc": 0, "start": "2024-01-21 05:23:43.549533" } STDOUT: nvjij8-w9HN-TZf1-25Vc-8AQC-hbAe-mYq5IG TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:144 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.314) 0:01:47.689 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:148 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.047) 0:01:47.737 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.086) 0:01:47.824 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.062) 0:01:47.887 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:23:43 +0000 (0:00:00.057) 0:01:47.944 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.174) 0:01:48.119 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.146) 0:01:48.266 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.045) 0:01:48.311 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.048) 0:01:48.359 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.048) 0:01:48.407 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.070) 0:01:48.478 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.046) 0:01:48.525 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.049) 0:01:48.574 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.048) 0:01:48.623 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.044) 0:01:48.668 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.044) 0:01:48.712 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.046) 0:01:48.758 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.045) 0:01:48.804 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.063) 0:01:48.868 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:23:44 +0000 (0:00:00.019) 0:01:48.887 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "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" }, { "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-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "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-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "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-edd5dbda-720d-4317-b8cb-fd627027dbe0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "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-47c5f99a-f78e-474e-95b9-215e40e87620", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-47c5f99a-f78e-474e-95b9-215e40e87620", "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-96e5e03f-b168-4388-aa4f-c30280d38e39", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "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-e714b205-3ea2-482b-8679-d98e8a7122d3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "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-c4e3dadd-5455-4c49-a520-ffb559557d78", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "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-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "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-93964204-b7f0-4c62-940f-fa726f2d081e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-47c5f99a-f78e-474e-95b9-215e40e87620", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-93964204-b7f0-4c62-940f-fa726f2d081e", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:25:18 +0000 (0:01:34.105) 0:03:22.992 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:25:18 +0000 (0:00:00.053) 0:03:23.046 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:25:18 +0000 (0:00:00.021) 0:03:23.068 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "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" }, { "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-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "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-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "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-edd5dbda-720d-4317-b8cb-fd627027dbe0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "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-47c5f99a-f78e-474e-95b9-215e40e87620", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-47c5f99a-f78e-474e-95b9-215e40e87620", "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-96e5e03f-b168-4388-aa4f-c30280d38e39", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "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-e714b205-3ea2-482b-8679-d98e8a7122d3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "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-c4e3dadd-5455-4c49-a520-ffb559557d78", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "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-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "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-93964204-b7f0-4c62-940f-fa726f2d081e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-47c5f99a-f78e-474e-95b9-215e40e87620", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-93964204-b7f0-4c62-940f-fa726f2d081e", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.052) 0:03:23.120 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.047) 0:03:23.168 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.052) 0:03:23.221 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.031) 0:03:23.252 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.045) 0:03:23.298 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.032) 0:03:23.330 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.031) 0:03:23.362 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.045) 0:03:23.407 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814530.1998677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410828.23, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1705410370.295, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2948198388", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:25:19 +0000 (0:00:00.286) 0:03:23.693 ******** changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-edd5dbda-720d-4317-b8cb-fd627027dbe0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-47c5f99a-f78e-474e-95b9-215e40e87620', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-47c5f99a-f78e-474e-95b9-215e40e87620", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-96e5e03f-b168-4388-aa4f-c30280d38e39', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-e714b205-3ea2-482b-8679-d98e8a7122d3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-c4e3dadd-5455-4c49-a520-ffb559557d78', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-93964204-b7f0-4c62-940f-fa726f2d081e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-93964204-b7f0-4c62-940f-fa726f2d081e", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:25:22 +0000 (0:00:02.771) 0:03:26.465 ******** ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:159 Sunday 21 January 2024 05:25:23 +0000 (0:00:01.014) 0:03:27.480 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.041534", "end": "2024-01-21 05:25:23.696572", "rc": 0, "start": "2024-01-21 05:25:23.655038" } STDOUT: bdayNk-L0Hr-99k5-i1FU-ieUX-Cyqx-e1iW2F TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:164 Sunday 21 January 2024 05:25:23 +0000 (0:00:00.323) 0:03:27.803 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:25:23 +0000 (0:00:00.102) 0:03:27.906 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:25:23 +0000 (0:00:00.074) 0:03:27.981 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:25:23 +0000 (0:00:00.059) 0:03:28.041 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.126) 0:03:28.168 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.047) 0:03:28.215 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.054) 0:03:28.270 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.050) 0:03:28.320 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.049) 0:03:28.369 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.192) 0:03:28.562 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.047) 0:03:28.610 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.049) 0:03:28.659 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.056) 0:03:28.715 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.056) 0:03:28.772 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.048) 0:03:28.821 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.050) 0:03:28.872 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.046) 0:03:28.919 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.066) 0:03:28.985 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:25:24 +0000 (0:00:00.024) 0:03:29.010 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "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/mapper/luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "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/mapper/luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "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/mapper/luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "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/mapper/luks-47c5f99a-f78e-474e-95b9-215e40e87620", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-47c5f99a-f78e-474e-95b9-215e40e87620", "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/mapper/luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "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/mapper/luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "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/mapper/luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-47c5f99a-f78e-474e-95b9-215e40e87620", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "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/zram0", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:25:36 +0000 (0:00:11.873) 0:03:40.883 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:25:36 +0000 (0:00:00.054) 0:03:40.937 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:25:36 +0000 (0:00:00.069) 0:03:41.007 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "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/mapper/luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "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/mapper/luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "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/mapper/luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "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/mapper/luks-47c5f99a-f78e-474e-95b9-215e40e87620", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-47c5f99a-f78e-474e-95b9-215e40e87620", "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/mapper/luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "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/mapper/luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "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/mapper/luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-47c5f99a-f78e-474e-95b9-215e40e87620", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "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/zram0", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:25:36 +0000 (0:00:00.054) 0:03:41.061 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.049) 0:03:41.110 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.049) 0:03:41.160 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.032) 0:03:41.192 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.045) 0:03:41.238 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.032) 0:03:41.271 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.032) 0:03:41.303 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.044) 0:03:41.348 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814722.3476617, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a860b75b3d2754727569e78833a36cc7467992b", "ctime": 1705814722.3456616, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1705814722.3446617, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "1368554037", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:25:37 +0000 (0:00:00.294) 0:03:41.643 ******** changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-2ccdf18d-bed0-432c-beda-fbd1dfe04e03", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-c4e3dadd-5455-4c49-a520-ffb559557d78', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-c4e3dadd-5455-4c49-a520-ffb559557d78", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-e714b205-3ea2-482b-8679-d98e8a7122d3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-e714b205-3ea2-482b-8679-d98e8a7122d3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-96e5e03f-b168-4388-aa4f-c30280d38e39', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-96e5e03f-b168-4388-aa4f-c30280d38e39", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-47c5f99a-f78e-474e-95b9-215e40e87620', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-47c5f99a-f78e-474e-95b9-215e40e87620", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-edd5dbda-720d-4317-b8cb-fd627027dbe0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-edd5dbda-720d-4317-b8cb-fd627027dbe0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-62747b5f-1b62-4e56-8825-6dfb8e6788a5", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-c4381db5-73d9-42a9-ad3f-fa87d78bb972", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:25:39 +0000 (0:00:02.292) 0:03:43.935 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:174 Sunday 21 January 2024 05:25:40 +0000 (0:00:00.857) 0:03:44.793 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:25:40 +0000 (0:00:00.195) 0:03:44.988 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:25:40 +0000 (0:00:00.062) 0:03:45.051 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:25:41 +0000 (0:00:00.054) 0:03:45.106 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "size": "10G", "type": "crypt", "uuid": "64meTi-RIEE-LGcx-gr50-drIO-GZTo-vB75Kv" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "93964204-b7f0-4c62-940f-fa726f2d081e" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:25:41 +0000 (0:00:00.286) 0:03:45.392 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003290", "end": "2024-01-21 05:25:41.568155", "rc": 0, "start": "2024-01-21 05:25:41.564865" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:25:41 +0000 (0:00:00.281) 0:03:45.674 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004637", "end": "2024-01-21 05:25:42.852213", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:25:41.847576" } STDOUT: luks-93964204-b7f0-4c62-940f-fa726f2d081e /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:25:42 +0000 (0:00:01.285) 0:03:46.959 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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', '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:25:42 +0000 (0:00:00.072) 0:03:47.032 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.058) 0:03:47.090 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.038031", "end": "2024-01-21 05:25:43.306452", "rc": 0, "start": "2024-01-21 05:25:43.268421" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.320) 0:03:47.411 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.068) 0:03:47.479 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.087) 0:03:47.567 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.058) 0:03:47.625 ******** ok: [sut] => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "pv": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.366) 0:03:47.991 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:25:43 +0000 (0:00:00.055) 0:03:48.046 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.054) 0:03:48.101 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.052) 0:03:48.154 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.047) 0:03:48.202 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.045) 0:03:48.247 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.043) 0:03:48.291 ******** ok: [sut] => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.048) 0:03:48.339 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.065) 0:03:48.405 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.046) 0:03:48.452 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.043) 0:03:48.495 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.044) 0:03:48.540 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.044) 0:03:48.585 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.147) 0:03:48.732 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.044) 0:03:48.777 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.060) 0:03:48.837 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.045) 0:03:48.883 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.045) 0:03:48.928 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.042) 0:03:48.971 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:25:44 +0000 (0:00:00.045) 0:03:49.016 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.070) 0:03:49.087 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.019) 0:03:49.107 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.065) 0:03:49.172 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.020) 0:03:49.192 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.065) 0:03:49.258 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.153) 0:03:49.412 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.063) 0:03:49.476 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/93964204-b7f0-4c62-940f-fa726f2d081e" ], "delta": "0:00:00.004461", "end": "2024-01-21 05:25:45.662461", "rc": 0, "start": "2024-01-21 05:25:45.658000" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:25:45 +0000 (0:00:00.289) 0:03:49.765 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.6.1-3.fc39.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:25:48 +0000 (0:00:03.248) 0:03:53.013 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.008453", "end": "2024-01-21 05:25:49.213653", "rc": 0, "start": "2024-01-21 05:25:49.205200" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 93964204-b7f0-4c62-940f-fa726f2d081e 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: 729322 Threads: 2 Salt: 9a b3 11 3f b6 20 d6 3f 52 28 b6 77 f1 08 73 a6 d5 d9 dd cd 3b 20 81 f7 f1 bd e5 56 31 fd 86 77 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85222 Salt: cc 53 2e f0 65 1f 45 a8 7f eb a1 63 7d 80 1d 63 02 22 84 1f 6e 47 6f ca 10 6b 71 b2 69 d9 d6 71 Digest: 78 75 4d 0e b0 d9 84 76 b3 c4 64 83 9c 1b 6e 03 55 1f 0d f1 c0 e3 59 82 ea 3c 01 53 1f 52 fb 85 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.305) 0:03:53.319 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.061) 0:03:53.380 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.049) 0:03:53.430 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.046) 0:03:53.476 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.063) 0:03:53.539 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-93964204-b7f0-4c62-940f-fa726f2d081e /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.054) 0:03:53.594 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.056) 0:03:53.650 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.064) 0:03:53.715 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.176) 0:03:53.891 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.055) 0:03:53.946 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.046) 0:03:53.993 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:25:49 +0000 (0:00:00.049) 0:03:54.042 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.089) 0:03:54.132 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.027) 0:03:54.160 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.051) 0:03:54.211 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.031) 0:03:54.243 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.032) 0:03:54.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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:177 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.054) 0:03:54.329 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.039205", "end": "2024-01-21 05:25:50.544627", "rc": 0, "start": "2024-01-21 05:25:50.505422" } STDOUT: bdayNk-L0Hr-99k5-i1FU-ieUX-Cyqx-e1iW2F TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:182 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.321) 0:03:54.651 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:186 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.054) 0:03:54.705 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.199) 0:03:54.905 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.065) 0:03:54.970 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:25:50 +0000 (0:00:00.058) 0:03:55.028 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.137) 0:03:55.165 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.045) 0:03:55.211 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.046) 0:03:55.257 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.048) 0:03:55.306 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.060) 0:03:55.366 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.082) 0:03:55.449 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.047) 0:03:55.496 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.051) 0:03:55.548 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.048) 0:03:55.596 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.043) 0:03:55.640 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.181) 0:03:55.822 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.046) 0:03:55.868 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.047) 0:03:55.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.064) 0:03:55.980 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:25:51 +0000 (0:00:00.021) 0:03:56.002 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb", "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-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "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-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "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-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "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-af5c140c-8d7a-4ec0-895f-ce747ce97242", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "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-91b06957-b456-4271-b51c-58321c9efd87", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "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-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "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-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "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-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-91b06957-b456-4271-b51c-58321c9efd87", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/foo" ], "mounts": [], "packages": [ "e2fsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:27:14 +0000 (0:01:23.002) 0:05:19.004 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:27:14 +0000 (0:00:00.053) 0:05:19.058 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.019) 0:05:19.078 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb", "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-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "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-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "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-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "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-af5c140c-8d7a-4ec0-895f-ce747ce97242", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "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-91b06957-b456-4271-b51c-58321c9efd87", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "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-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "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-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "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-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-91b06957-b456-4271-b51c-58321c9efd87", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/foo" ], "mounts": [], "packages": [ "e2fsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.052) 0:05:19.130 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.048) 0:05:19.178 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.046) 0:05:19.225 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.030) 0:05:19.255 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.042) 0:05:19.298 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.030) 0:05:19.329 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.084) 0:05:19.414 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.045) 0:05:19.459 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814739.8227334, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "907429e6e430bfad297f7b3aaa5746133ea3d950", "ctime": 1705814739.8197334, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1705814739.8197334, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "74330536", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:27:15 +0000 (0:00:00.296) 0:05:19.755 ******** changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-af5c140c-8d7a-4ec0-895f-ce747ce97242', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-91b06957-b456-4271-b51c-58321c9efd87', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-91b06957-b456-4271-b51c-58321c9efd87", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:27:18 +0000 (0:00:02.359) 0:05:22.114 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:196 Sunday 21 January 2024 05:27:18 +0000 (0:00:00.893) 0:05:23.008 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:27:19 +0000 (0:00:00.078) 0:05:23.087 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:27:19 +0000 (0:00:00.057) 0:05:23.144 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:27:19 +0000 (0:00:00.053) 0:05:23.198 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "size": "1024G", "type": "crypt", "uuid": "M86QYX-JrjQ-wUUV-Jxg3-JTXp-y3zC-3wOqlT" }, "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "size": "10G", "type": "crypt", "uuid": "jE6z54-ebpg-YeLN-bXPV-xgvR-hzFG-RAtzgW" }, "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "size": "10G", "type": "crypt", "uuid": "apVWl3-iRJh-iK7N-D8XP-z9rh-pVTR-9ewscF" }, "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "size": "10G", "type": "crypt", "uuid": "1kaEqh-9RMU-fUWt-7vpq-MAaN-2K64-f2hUxt" }, "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "size": "1024G", "type": "crypt", "uuid": "5W9kwa-SrId-aW3S-6qQx-0Sql-KnYz-FnpUw8" }, "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "size": "10G", "type": "crypt", "uuid": "64meTi-RIEE-LGcx-gr50-drIO-GZTo-vB75Kv" }, "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "size": "10G", "type": "crypt", "uuid": "aiItVQ-g99z-xl2D-Mwba-23if-FVmb-dWVQW4" }, "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "size": "10G", "type": "crypt", "uuid": "1kTVMr-0abh-rYxS-N709-6HMM-aD3b-iojFl7" }, "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "size": "1024G", "type": "crypt", "uuid": "pDX2nD-ireX-BFFi-xG5v-Dxky-ZDfd-2dkJzU" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "93964204-b7f0-4c62-940f-fa726f2d081e" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "eb39f89a-c9f8-41d9-a5cb-e05edd2f750a" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "8aecabff-b1a4-4ca9-8a16-5b253f73b66b" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "1846661a-4ac3-40cd-ac2f-41fbd35482c1" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "91b06957-b456-4271-b51c-58321c9efd87" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "af5c140c-8d7a-4ec0-895f-ce747ce97242" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "f4f72804-b9dd-4bca-a1ce-12bc08cd6f19" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "36d4ddd0-6466-4f21-9d15-2148d3f03cd8" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "41bf9547-0dc0-4a4a-ae77-e684cb043e0b" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:27:19 +0000 (0:00:00.294) 0:05:23.492 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004756", "end": "2024-01-21 05:27:20.676615", "rc": 0, "start": "2024-01-21 05:27:19.671859" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:27:20 +0000 (0:00:01.290) 0:05:24.783 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003809", "end": "2024-01-21 05:27:20.961746", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:27:20.957937" } STDOUT: luks-93964204-b7f0-4c62-940f-fa726f2d081e /dev/sda1 - luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b /dev/sdi1 - luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8 /dev/sdh1 - luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19 /dev/sdg1 - luks-af5c140c-8d7a-4ec0-895f-ce747ce97242 /dev/sdf1 - luks-91b06957-b456-4271-b51c-58321c9efd87 /dev/sde1 - luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1 /dev/sdd1 - luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b /dev/sdc1 - luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:27:20 +0000 (0:00:00.284) 0:05:25.067 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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', '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-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:27:21 +0000 (0:00:00.183) 0:05:25.251 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:27:21 +0000 (0:00:00.047) 0:05:25.299 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.041453", "end": "2024-01-21 05:27:21.515632", "rc": 0, "start": "2024-01-21 05:27:21.474179" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:27:21 +0000 (0:00:00.322) 0:05:25.621 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:27:21 +0000 (0:00:00.050) 0:05:25.672 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:27:21 +0000 (0:00:00.084) 0:05:25.757 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:27:21 +0000 (0:00:00.060) 0:05:25.817 ******** ok: [sut] => (item=/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "pv": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1" } ok: [sut] => (item=/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "pv": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8" } ok: [sut] => (item=/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "pv": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b" } ok: [sut] => (item=/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "pv": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b" } ok: [sut] => (item=/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "pv": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87" } ok: [sut] => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "pv": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e" } ok: [sut] => (item=/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "pv": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242" } ok: [sut] => (item=/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "pv": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a" } ok: [sut] => (item=/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "pv": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:27:24 +0000 (0:00:02.356) 0:05:28.174 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.056) 0:05:28.230 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.055) 0:05:28.286 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.057) 0:05:28.343 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.048) 0:05:28.391 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.154) 0:05:28.546 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.047) 0:05:28.593 ******** ok: [sut] => (item=/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.224) 0:05:28.818 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.066) 0:05:28.884 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.051) 0:05:28.936 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.048) 0:05:28.984 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:27:24 +0000 (0:00:00.047) 0:05:29.031 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.046) 0:05:29.078 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.045) 0:05:29.124 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.047) 0:05:29.171 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.046) 0:05:29.217 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.045) 0:05:29.262 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.174) 0:05:29.437 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.047) 0:05:29.484 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.046) 0:05:29.531 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.068) 0:05:29.599 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.021) 0:05:29.621 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.068) 0:05:29.690 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.022) 0:05:29.712 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.068) 0:05:29.781 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:27:25 +0000 (0:00:00.056) 0:05:29.837 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19) TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:26 +0000 (0:00:00.357) 0:05:30.194 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/1846661a-4ac3-40cd-ac2f-41fbd35482c1" ], "delta": "0:00:00.003625", "end": "2024-01-21 05:27:26.384217", "rc": 0, "start": "2024-01-21 05:27:26.380592" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:26 +0000 (0:00:00.297) 0:05:30.492 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:28 +0000 (0:00:02.167) 0:05:32.660 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.008443", "end": "2024-01-21 05:27:28.845429", "rc": 0, "start": "2024-01-21 05:27:28.836986" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 1846661a-4ac3-40cd-ac2f-41fbd35482c1 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: 727620 Threads: 2 Salt: ee 71 83 b5 cd 15 2a 9c b4 1e 27 cd 48 6b fc c3 05 ca 1a 6d 67 91 a0 73 ee b5 77 38 15 5b 03 83 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85001 Salt: 38 a2 49 d6 e6 cc d6 cb d4 75 c1 7f 49 00 1f c9 c4 7f 8d cc 67 9a 5a 92 3b 4b 97 85 84 dd f6 f4 Digest: d2 cc 8c 48 f5 75 26 57 32 fd f7 97 a5 49 e1 65 ce 85 0b 79 45 ef 01 33 5c 85 20 5a 56 c3 e7 aa TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:28 +0000 (0:00:00.293) 0:05:32.953 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:28 +0000 (0:00:00.062) 0:05:33.015 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:28 +0000 (0:00:00.046) 0:05:33.062 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:29 +0000 (0:00:00.048) 0:05:33.110 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/36d4ddd0-6466-4f21-9d15-2148d3f03cd8" ], "delta": "0:00:01.004637", "end": "2024-01-21 05:27:30.297999", "rc": 0, "start": "2024-01-21 05:27:29.293362" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:30 +0000 (0:00:01.295) 0:05:34.405 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:32 +0000 (0:00:02.054) 0:05:36.460 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.008338", "end": "2024-01-21 05:27:32.646698", "rc": 0, "start": "2024-01-21 05:27:32.638360" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 36d4ddd0-6466-4f21-9d15-2148d3f03cd8 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: 727620 Threads: 2 Salt: 1c 3b 20 e0 d1 e1 44 7a ca 65 63 da 28 0d 96 a4 4a 04 1e 51 49 89 79 50 b4 d4 cb 9f 63 26 33 0e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85222 Salt: a9 34 41 92 5c b7 88 68 00 ca f7 c3 28 17 80 88 7e 79 3f 9d 95 46 67 76 91 05 4e 16 5f 6d 46 f7 Digest: e7 9f d9 56 a0 5b e1 4c 2c 04 0e 30 56 03 c4 bf 80 4b 4b 08 f6 1f 54 1f 16 1b 35 92 d0 d2 4f 65 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:32 +0000 (0:00:00.293) 0:05:36.754 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:32 +0000 (0:00:00.059) 0:05:36.814 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:32 +0000 (0:00:00.045) 0:05:36.859 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:32 +0000 (0:00:00.047) 0:05:36.907 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/41bf9547-0dc0-4a4a-ae77-e684cb043e0b" ], "delta": "0:00:00.003477", "end": "2024-01-21 05:27:33.155023", "rc": 0, "start": "2024-01-21 05:27:33.151546" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:33 +0000 (0:00:00.411) 0:05:37.318 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:35 +0000 (0:00:02.159) 0:05:39.478 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.008245", "end": "2024-01-21 05:27:35.661695", "rc": 0, "start": "2024-01-21 05:27:35.653450" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 41bf9547-0dc0-4a4a-ae77-e684cb043e0b 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: 727620 Threads: 2 Salt: f0 93 56 6c c9 4b 08 76 4a 24 dd d1 c6 e7 b8 57 4c c4 c4 36 21 67 0f f2 21 07 67 b5 c2 ca d8 fb AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85001 Salt: 01 a3 95 f1 0c 14 ea ba 60 3b 6a 1e e6 15 04 5f b7 ca 9a 22 e7 65 3e 72 b7 bd 3e 46 03 d8 36 b6 Digest: b2 65 b7 d1 8d 33 29 85 0f 90 dd 7d a1 bb 7e 4c 2a ee f8 ed 06 1b 86 70 99 54 cb 43 fb ac 0b 5f TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:35 +0000 (0:00:00.289) 0:05:39.767 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:35 +0000 (0:00:00.059) 0:05:39.827 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:35 +0000 (0:00:00.045) 0:05:39.872 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:35 +0000 (0:00:00.047) 0:05:39.919 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/8aecabff-b1a4-4ca9-8a16-5b253f73b66b" ], "delta": "0:00:00.003499", "end": "2024-01-21 05:27:36.105875", "rc": 0, "start": "2024-01-21 05:27:36.102376" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:36 +0000 (0:00:00.291) 0:05:40.211 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:38 +0000 (0:00:02.038) 0:05:42.250 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.008725", "end": "2024-01-21 05:27:38.438056", "rc": 0, "start": "2024-01-21 05:27:38.429331" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 8aecabff-b1a4-4ca9-8a16-5b253f73b66b 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: 727620 Threads: 2 Salt: ee dc 6c 2b 1c f3 1a 53 d7 89 14 b8 45 b7 99 67 22 d0 4e d2 5e 5a f1 b6 20 f6 27 d6 fa a5 b1 07 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85111 Salt: 94 2c 32 5f 64 5a cb 8d 4c 20 b9 b4 d2 9c 85 3e 2f 61 d2 b7 02 d0 ce 60 e5 19 b3 24 45 66 0a 51 Digest: 16 8b 30 35 7d c3 58 6d ea 21 8a 5a 29 f6 95 d5 c7 65 f8 ef 11 2a 27 2d 78 6d a3 db 8e 38 6e 9a TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:38 +0000 (0:00:00.294) 0:05:42.545 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:38 +0000 (0:00:00.061) 0:05:42.606 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:38 +0000 (0:00:00.047) 0:05:42.653 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:38 +0000 (0:00:00.047) 0:05:42.700 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/91b06957-b456-4271-b51c-58321c9efd87" ], "delta": "0:00:00.003639", "end": "2024-01-21 05:27:38.888396", "rc": 0, "start": "2024-01-21 05:27:38.884757" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:38 +0000 (0:00:00.294) 0:05:42.995 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:41 +0000 (0:00:02.190) 0:05:45.186 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.008500", "end": "2024-01-21 05:27:41.374652", "rc": 0, "start": "2024-01-21 05:27:41.366152" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 91b06957-b456-4271-b51c-58321c9efd87 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: 728850 Threads: 2 Salt: 68 93 36 51 08 e0 85 cd f4 4c 59 88 a9 5b 93 81 74 7b b2 de fa bb 04 d3 b1 32 26 22 c0 b9 0c 5c AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85111 Salt: 98 6b 27 0e 68 44 6b 18 ec bd e6 6a 33 26 dc 06 e7 83 2e 41 47 1e d2 7c 1f af 70 46 6f c8 e2 76 Digest: ae 03 d9 b6 d6 31 12 cc 81 c9 ce 79 e2 f3 6e 94 13 84 73 5d d5 84 72 b9 e8 21 79 ab 38 dd 9d d1 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:41 +0000 (0:00:00.294) 0:05:45.481 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:41 +0000 (0:00:00.060) 0:05:45.541 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:41 +0000 (0:00:00.047) 0:05:45.588 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:41 +0000 (0:00:00.047) 0:05:45.635 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/93964204-b7f0-4c62-940f-fa726f2d081e" ], "delta": "0:00:00.003463", "end": "2024-01-21 05:27:41.823409", "rc": 0, "start": "2024-01-21 05:27:41.819946" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:41 +0000 (0:00:00.293) 0:05:45.929 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:43 +0000 (0:00:02.050) 0:05:47.980 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.008715", "end": "2024-01-21 05:27:44.165714", "rc": 0, "start": "2024-01-21 05:27:44.156999" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 93964204-b7f0-4c62-940f-fa726f2d081e 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: 729322 Threads: 2 Salt: 9a b3 11 3f b6 20 d6 3f 52 28 b6 77 f1 08 73 a6 d5 d9 dd cd 3b 20 81 f7 f1 bd e5 56 31 fd 86 77 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85222 Salt: cc 53 2e f0 65 1f 45 a8 7f eb a1 63 7d 80 1d 63 02 22 84 1f 6e 47 6f ca 10 6b 71 b2 69 d9 d6 71 Digest: 78 75 4d 0e b0 d9 84 76 b3 c4 64 83 9c 1b 6e 03 55 1f 0d f1 c0 e3 59 82 ea 3c 01 53 1f 52 fb 85 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:44 +0000 (0:00:00.291) 0:05:48.271 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:44 +0000 (0:00:00.059) 0:05:48.330 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:44 +0000 (0:00:00.047) 0:05:48.377 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:44 +0000 (0:00:00.047) 0:05:48.425 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/af5c140c-8d7a-4ec0-895f-ce747ce97242" ], "delta": "0:00:00.003436", "end": "2024-01-21 05:27:44.610973", "rc": 0, "start": "2024-01-21 05:27:44.607537" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:44 +0000 (0:00:00.293) 0:05:48.718 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:46 +0000 (0:00:02.044) 0:05:50.762 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.008639", "end": "2024-01-21 05:27:46.948643", "rc": 0, "start": "2024-01-21 05:27:46.940004" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: af5c140c-8d7a-4ec0-895f-ce747ce97242 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: 721266 Threads: 2 Salt: 8e 9d 80 6b b4 ff df af 9e 96 53 68 db d8 f4 82 81 d2 b1 de 16 16 da 13 1d 3c 64 03 37 0d 0f a3 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 86005 Salt: e5 a1 64 ef b2 35 5c 60 4b f5 d4 87 08 64 6e f5 ec ce 20 72 ac e1 0b ae b1 d0 5d 32 97 b2 d7 2d Digest: 85 19 17 fa 06 e6 ef c5 15 97 ad d6 a4 af 8a 06 c2 30 92 61 72 d5 cb 22 a7 7d 85 57 06 26 fe da TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:47 +0000 (0:00:00.359) 0:05:51.122 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:47 +0000 (0:00:00.058) 0:05:51.181 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:47 +0000 (0:00:00.047) 0:05:51.228 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:47 +0000 (0:00:00.047) 0:05:51.276 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/eb39f89a-c9f8-41d9-a5cb-e05edd2f750a" ], "delta": "0:00:00.003613", "end": "2024-01-21 05:27:47.463159", "rc": 0, "start": "2024-01-21 05:27:47.459546" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:47 +0000 (0:00:00.292) 0:05:51.569 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:49 +0000 (0:00:02.047) 0:05:53.617 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.008552", "end": "2024-01-21 05:27:49.803551", "rc": 0, "start": "2024-01-21 05:27:49.794999" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: eb39f89a-c9f8-41d9-a5cb-e05edd2f750a 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: 725274 Threads: 2 Salt: 57 48 09 d1 fc 32 d3 d5 61 f3 02 3a 4f 1d da 88 2e 43 15 16 d6 07 e2 c8 7c bf f7 a4 4e 25 9d 8d AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 85222 Salt: 6c 6c 3c 69 d4 e4 6e ba 4f af a8 dd 0b e5 d0 72 14 3c 8f 66 f0 7c 03 99 0d 71 7a 44 a9 69 ce 9f Digest: ad bf 71 d3 de 97 93 d4 6c c4 6a 35 37 6e 09 b0 e3 52 dc be dc fc 02 a4 1b 25 8a 92 16 92 76 5f TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:49 +0000 (0:00:00.293) 0:05:53.910 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:49 +0000 (0:00:00.058) 0:05:53.968 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:49 +0000 (0:00:00.047) 0:05:54.016 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:2 Sunday 21 January 2024 05:27:49 +0000 (0:00:00.049) 0:05:54.066 ******** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/f4f72804-b9dd-4bca-a1ce-12bc08cd6f19" ], "delta": "0:00:00.003733", "end": "2024-01-21 05:27:50.256025", "rc": 0, "start": "2024-01-21 05:27:50.252292" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 Sunday 21 January 2024 05:27:50 +0000 (0:00:00.296) 0:05:54.362 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:18 Sunday 21 January 2024 05:27:52 +0000 (0:00:02.065) 0:05:56.428 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.008828", "end": "2024-01-21 05:27:52.613967", "rc": 0, "start": "2024-01-21 05:27:52.605139" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f4f72804-b9dd-4bca-a1ce-12bc08cd6f19 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: 727620 Threads: 2 Salt: 0b dc fc 3e 27 57 cb 90 75 49 e5 d9 ce a6 8f 63 f7 42 ad 34 1b cd 87 3c 3b 3b e2 e5 18 40 d8 a1 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 84671 Salt: 05 8c 54 49 53 34 42 06 14 20 08 c8 b7 b3 87 59 7f 87 37 ff d3 70 74 9f 41 92 2b 84 01 d1 3d 65 Digest: f9 bc ed 48 ea eb 48 4a d7 d6 d5 6e 9c 04 3c a1 ac d1 47 3b 3f 40 74 3d fd 1c 65 f5 aa 3f ef f6 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:26 Sunday 21 January 2024 05:27:52 +0000 (0:00:00.293) 0:05:56.721 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:38 Sunday 21 January 2024 05:27:52 +0000 (0:00:00.061) 0:05:56.782 ******** 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-ci3pcki0j1/tests/verify-pool-member-encryption.yml:50 Sunday 21 January 2024 05:27:52 +0000 (0:00:00.171) 0:05:56.954 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:27:52 +0000 (0:00:00.048) 0:05:57.002 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.254) 0:05:57.257 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.059) 0:05:57.317 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.057) 0:05:57.375 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.057) 0:05:57.432 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.051) 0:05:57.484 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.057) 0:05:57.541 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.047) 0:05:57.589 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.057) 0:05:57.646 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.055) 0:05:57.702 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.175) 0:05:57.877 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.055) 0:05:57.932 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.058) 0:05:57.991 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:53 +0000 (0:00:00.048) 0:05:58.039 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.059) 0:05:58.098 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.057) 0:05:58.155 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.057) 0:05:58.213 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.051) 0:05:58.265 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.057) 0:05:58.322 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.047) 0:05:58.369 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.057) 0:05:58.427 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.058) 0:05:58.485 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.058) 0:05:58.544 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.052) 0:05:58.596 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.190) 0:05:58.787 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.050) 0:05:58.838 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-91b06957-b456-4271-b51c-58321c9efd87 /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.061) 0:05:58.899 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.059) 0:05:58.959 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:54 +0000 (0:00:00.058) 0:05:59.018 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.054) 0:05:59.072 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.058) 0:05:59.131 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.048) 0:05:59.179 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-93964204-b7f0-4c62-940f-fa726f2d081e /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.057) 0:05:59.237 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.056) 0:05:59.293 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.059) 0:05:59.353 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.055) 0:05:59.409 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.057) 0:05:59.466 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.180) 0:05:59.646 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.059) 0:05:59.706 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.057) 0:05:59.764 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.057) 0:05:59.822 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.054) 0:05:59.876 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.060) 0:05:59.937 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.048) 0:05:59.985 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:55 +0000 (0:00:00.058) 0:06:00.043 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.058) 0:06:00.102 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.056) 0:06:00.158 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.054) 0:06:00.213 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.056) 0:06:00.269 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.047) 0:06:00.316 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19 /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.176) 0:06:00.493 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.057) 0:06:00.551 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.059) 0:06:00.610 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.053) 0:06:00.664 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.057) 0:06:00.721 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.048) 0:06:00.769 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.047) 0:06:00.817 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.068) 0:06:00.886 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.021) 0:06:00.907 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.046) 0:06:00.954 ******** 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-ci3pcki0j1/tests/verify-role-results.yml:44 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.020) 0:06:00.974 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:54 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.019) 0:06:00.994 ******** 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-ci3pcki0j1/tests/tests_lvm_pool_members.yml:199 Sunday 21 January 2024 05:27:56 +0000 (0:00:00.044) 0:06:01.039 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.039766", "end": "2024-01-21 05:27:57.311540", "rc": 0, "start": "2024-01-21 05:27:57.271774" } STDOUT: bdayNk-L0Hr-99k5-i1FU-ieUX-Cyqx-e1iW2F TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:204 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.438) 0:06:01.478 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:208 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.049) 0:06:01.528 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.100) 0:06:01.629 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.062) 0:06:01.691 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.058) 0:06:01.750 ******** 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" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.125) 0:06:01.876 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.047) 0:06:01.923 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.046) 0:06:01.970 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.050) 0:06:02.020 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 21 January 2024 05:27:57 +0000 (0:00:00.047) 0:06:02.068 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3pcki0j1/.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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.204) 0:06:02.272 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.048) 0:06:02.321 ******** ok: [sut] => { "storage_pools": [ { "disks": "sda", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.049) 0:06:02.371 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.049) 0:06:02.421 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.046) 0:06:02.468 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.047) 0:06:02.516 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.046) 0:06:02.562 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.046) 0:06:02.609 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.067) 0:06:02.676 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 21 January 2024 05:27:58 +0000 (0:00:00.021) 0:06:02.697 ******** changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "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-93964204-b7f0-4c62-940f-fa726f2d081e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "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": "destroy format", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "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-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "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-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "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-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "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-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "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-91b06957-b456-4271-b51c-58321c9efd87", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "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-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "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": "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/sdc1", "name": "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-93964204-b7f0-4c62-940f-fa726f2d081e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-91b06957-b456-4271-b51c-58321c9efd87", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "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/zram0", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "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=183f2ba8-da6f-4f84-a1b4-5b206476240b", "_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": "20m", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 21 January 2024 05:28:12 +0000 (0:00:13.806) 0:06:16.503 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.055) 0:06:16.559 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.077) 0:06:16.637 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "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-93964204-b7f0-4c62-940f-fa726f2d081e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-93964204-b7f0-4c62-940f-fa726f2d081e", "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": "destroy format", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "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-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "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-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "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-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "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-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "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-91b06957-b456-4271-b51c-58321c9efd87", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-91b06957-b456-4271-b51c-58321c9efd87", "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-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "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": "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/sdc1", "name": "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-93964204-b7f0-4c62-940f-fa726f2d081e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-91b06957-b456-4271-b51c-58321c9efd87", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "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/zram0", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "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=183f2ba8-da6f-4f84-a1b4-5b206476240b", "_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": "20m", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.055) 0:06:16.693 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "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=183f2ba8-da6f-4f84-a1b4-5b206476240b", "_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": "20m", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.050) 0:06:16.743 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.047) 0:06:16.791 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.033) 0:06:16.824 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.047) 0:06:16.871 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.032) 0:06:16.904 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.033) 0:06:16.937 ******** 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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 21 January 2024 05:28:12 +0000 (0:00:00.046) 0:06:16.984 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814837.998136, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "82cc6df6cb5ff034dfa3b4ec09c98c0add49e059", "ctime": 1705814837.996136, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263262, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1705814837.995136, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "105388106", "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-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 21 January 2024 05:28:13 +0000 (0:00:00.293) 0:06:17.277 ******** changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-8aecabff-b1a4-4ca9-8a16-5b253f73b66b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-93964204-b7f0-4c62-940f-fa726f2d081e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-93964204-b7f0-4c62-940f-fa726f2d081e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-af5c140c-8d7a-4ec0-895f-ce747ce97242', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-af5c140c-8d7a-4ec0-895f-ce747ce97242", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-f4f72804-b9dd-4bca-a1ce-12bc08cd6f19", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-1846661a-4ac3-40cd-ac2f-41fbd35482c1", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-eb39f89a-c9f8-41d9-a5cb-e05edd2f750a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-36d4ddd0-6466-4f21-9d15-2148d3f03cd8", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-91b06957-b456-4271-b51c-58321c9efd87', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-91b06957-b456-4271-b51c-58321c9efd87", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-41bf9547-0dc0-4a4a-ae77-e684cb043e0b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 21 January 2024 05:28:15 +0000 (0:00:02.521) 0:06:19.798 ******** ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:220 Sunday 21 January 2024 05:28:16 +0000 (0:00:00.859) 0:06:20.658 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.038091", "end": "2024-01-21 05:28:16.939649", "rc": 0, "start": "2024-01-21 05:28:16.901558" } STDOUT: Bhsq3o-tkOU-749T-l0ZZ-hBU0-EMJp-JiQ3C9 TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/tests_lvm_pool_members.yml:225 Sunday 21 January 2024 05:28:17 +0000 (0:00:00.447) 0:06:21.105 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:2 Sunday 21 January 2024 05:28:17 +0000 (0:00:00.078) 0:06:21.184 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "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=183f2ba8-da6f-4f84-a1b4-5b206476240b", "_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": "20m", "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-ci3pcki0j1/tests/verify-role-results.yml:7 Sunday 21 January 2024 05:28:17 +0000 (0:00:00.054) 0:06:21.239 ******** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:15 Sunday 21 January 2024 05:28:17 +0000 (0:00:00.052) 0:06:21.292 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "183f2ba8-da6f-4f84-a1b4-5b206476240b" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "1zid59-7yBu-22r4-wLX1-qgaK-51p5-lKOsWr" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "ee52ae86-c4b9-458e-a131-eef9e5615c9c" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:20 Sunday 21 January 2024 05:28:17 +0000 (0:00:00.288) 0:06:21.581 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004690", "end": "2024-01-21 05:28:18.759476", "rc": 0, "start": "2024-01-21 05:28:17.754786" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:10 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=ee52ae86-c4b9-458e-a131-eef9e5615c9c / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-ci3pcki0j1/tests/verify-role-results.yml:25 Sunday 21 January 2024 05:28:18 +0000 (0:00:01.284) 0:06:22.865 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003752", "end": "2024-01-21 05:28:19.044823", "failed_when_result": false, "rc": 0, "start": "2024-01-21 05:28:19.041071" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-role-results.yml:34 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.285) 0:06:23.151 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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, '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': '20m', '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=183f2ba8-da6f-4f84-a1b4-5b206476240b', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:5 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.071) 0:06:23.223 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:18 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.044) 0:06:23.267 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.044476", "end": "2024-01-21 05:28:19.489574", "rc": 0, "start": "2024-01-21 05:28:19.445098" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:24 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.327) 0:06:23.595 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool.yml:34 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.049) 0:06:23.644 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:2 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.137) 0:06:23.782 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:8 Sunday 21 January 2024 05:28:19 +0000 (0:00:00.058) 0:06:23.840 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:17 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.281) 0:06:24.121 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:22 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.057) 0:06:24.179 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:27 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.057) 0:06:24.236 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:36 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.053) 0:06:24.290 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:41 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.048) 0:06:24.338 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:46 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.055) 0:06:24.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-ci3pcki0j1/tests/test-verify-pool-members.yml:51 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.044) 0:06:24.438 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:64 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.047) 0:06:24.485 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-md.yml:8 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.066) 0:06:24.552 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:14 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.044) 0:06:24.596 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:19 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.041) 0:06:24.638 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:24 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.044) 0:06:24.682 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:29 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.172) 0:06:24.854 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:37 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.046) 0:06:24.900 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:46 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.042) 0:06:24.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-ci3pcki0j1/tests/verify-pool-md.yml:55 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.044) 0:06:24.987 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:64 Sunday 21 January 2024 05:28:20 +0000 (0:00:00.043) 0:06:25.031 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:74 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.043) 0:06:25.074 ******** 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-ci3pcki0j1/tests/verify-pool-md.yml:83 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.042) 0:06:25.117 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:67 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.047) 0:06:25.165 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.064) 0:06:25.230 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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': '20m', '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=183f2ba8-da6f-4f84-a1b4-5b206476240b', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.062) 0:06:25.292 ******** 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-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.044) 0:06:25.336 ******** 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-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:20 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.044) 0:06:25.381 ******** 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-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:27 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.043) 0:06:25.424 ******** 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-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:31 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.169) 0:06:25.593 ******** 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-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:37 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.046) 0:06:25.640 ******** 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-ci3pcki0j1/tests/verify-pool-member-lvmraid.yml:42 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.045) 0:06:25.685 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:70 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.043) 0:06:25.728 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-thin.yml:2 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.065) 0:06:25.794 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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': '20m', '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=183f2ba8-da6f-4f84-a1b4-5b206476240b', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-thin.yml:8 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.061) 0:06:25.856 ******** 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-ci3pcki0j1/tests/verify-pool-member-thin.yml:16 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.044) 0:06:25.900 ******** 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-ci3pcki0j1/tests/verify-pool-member-thin.yml:22 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.045) 0:06:25.946 ******** 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-ci3pcki0j1/tests/verify-pool-member-thin.yml:26 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.045) 0:06:25.991 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:73 Sunday 21 January 2024 05:28:21 +0000 (0:00:00.045) 0:06:26.037 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:5 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.068) 0:06:26.105 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:10 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.176) 0:06:26.281 ******** 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-ci3pcki0j1/tests/verify-pool-members-encryption.yml:17 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.046) 0:06:26.327 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:2 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.062) 0:06:26.389 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:6 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.056) 0:06:26.446 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:14 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.055) 0:06:26.502 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:23 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.053) 0:06:26.555 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:32 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.052) 0:06:26.607 ******** 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-ci3pcki0j1/tests/verify-pool-member-crypttab.yml:41 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.052) 0:06:26.659 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-encryption.yml:24 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.044) 0:06:26.704 ******** 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-ci3pcki0j1/tests/test-verify-pool-members.yml:76 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.046) 0:06:26.751 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-members-vdo.yml:2 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.067) 0:06:26.818 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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': '20m', '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=183f2ba8-da6f-4f84-a1b4-5b206476240b', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-vdo.yml:8 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.063) 0:06:26.882 ******** 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-ci3pcki0j1/tests/verify-pool-member-vdo.yml:15 Sunday 21 January 2024 05:28:22 +0000 (0:00:00.172) 0:06:27.054 ******** 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-ci3pcki0j1/tests/verify-pool-member-vdo.yml:21 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.046) 0:06:27.101 ******** 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-ci3pcki0j1/tests/verify-pool-member-vdo.yml:27 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.045) 0:06:27.147 ******** 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-ci3pcki0j1/tests/verify-pool-member-vdo.yml:34 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.044) 0:06:27.191 ******** 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-ci3pcki0j1/tests/verify-pool-member-vdo.yml:40 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.046) 0:06:27.237 ******** 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-ci3pcki0j1/tests/verify-pool-member-vdo.yml:46 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.044) 0:06:27.281 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:79 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.045) 0:06:27.326 ******** 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-ci3pcki0j1/tests/test-verify-pool-volumes.yml:3 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.044) 0:06:27.371 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/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': '20m', '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=183f2ba8-da6f-4f84-a1b4-5b206476240b', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume.yml:2 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.061) 0:06:27.433 ******** 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-ci3pcki0j1/tests/test-verify-volume.yml:19 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.055) 0:06:27.488 ******** included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:7 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.275) 0:06:27.763 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:11 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.170) 0:06:27.934 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:21 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.059) 0:06:27.994 ******** 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-ci3pcki0j1/tests/test-verify-volume-mount.yml:30 Sunday 21 January 2024 05:28:23 +0000 (0:00:00.043) 0:06:28.037 ******** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:41 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.045) 0:06:28.082 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:48 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.055) 0:06:28.138 ******** 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-ci3pcki0j1/tests/test-verify-volume-mount.yml:54 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.045) 0:06:28.183 ******** 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-ci3pcki0j1/tests/test-verify-volume-mount.yml:60 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.044) 0:06:28.228 ******** 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 [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:69 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.045) 0:06:28.273 ******** skipping: [sut] => { "changed": false, "false_condition": "storage_test_mount_expected_match_count | int == 1", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-mount.yml:80 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.051) 0:06:28.325 ******** 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-ci3pcki0j1/tests/test-verify-volume-mount.yml:86 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.044) 0:06:28.369 ******** 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-ci3pcki0j1/tests/test-verify-volume-mount.yml:92 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.042) 0:06:28.412 ******** 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-ci3pcki0j1/tests/test-verify-volume-mount.yml:102 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.046) 0:06:28.458 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": 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-ci3pcki0j1/tests/test-verify-volume-fstab.yml:2 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.045) 0:06:28.504 ******** 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-ci3pcki0j1/tests/test-verify-volume-fstab.yml:17 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.064) 0:06:28.568 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-fstab.yml:24 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.052) 0:06:28.620 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-fstab.yml:33 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.178) 0:06:28.799 ******** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-fstab.yml:45 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.053) 0:06:28.852 ******** 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-ci3pcki0j1/tests/test-verify-volume-fs.yml:3 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.044) 0:06:28.897 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-fs.yml:9 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.057) 0:06:28.954 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-device.yml:3 Sunday 21 January 2024 05:28:24 +0000 (0:00:00.056) 0:06:29.010 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705814892.302359, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705814892.302359, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2493, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1705814892.302359, "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-ci3pcki0j1/tests/test-verify-volume-device.yml:9 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.290) 0:06:29.301 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-device.yml:16 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.050) 0:06:29.352 ******** 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-ci3pcki0j1/tests/test-verify-volume-device.yml:23 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.047) 0:06:29.399 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-device.yml:29 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.048) 0:06:29.448 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-device.yml:33 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.048) 0:06:29.496 ******** 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-ci3pcki0j1/tests/test-verify-volume-device.yml:38 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.043) 0:06:29.539 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-encryption.yml:3 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.048) 0:06:29.587 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:10 Sunday 21 January 2024 05:28:25 +0000 (0:00:00.044) 0:06:29.631 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:16 Sunday 21 January 2024 05:28:27 +0000 (0:00:02.047) 0:06:31.679 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:22 Sunday 21 January 2024 05:28:27 +0000 (0:00:00.042) 0:06:31.722 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:29 Sunday 21 January 2024 05:28:27 +0000 (0:00:00.168) 0:06:31.891 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:40 Sunday 21 January 2024 05:28:27 +0000 (0:00:00.057) 0:06:31.949 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:46 Sunday 21 January 2024 05:28:27 +0000 (0:00:00.045) 0:06:31.995 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:51 Sunday 21 January 2024 05:28:27 +0000 (0:00:00.043) 0:06:32.038 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:63 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.046) 0:06:32.084 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:75 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.046) 0:06:32.131 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:87 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.045) 0:06:32.176 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:93 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.055) 0:06:32.232 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-encryption.yml:100 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.055) 0:06:32.288 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:108 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.053) 0:06:32.341 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:116 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.052) 0:06:32.394 ******** 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-ci3pcki0j1/tests/test-verify-volume-encryption.yml:124 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.049) 0:06:32.444 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:8 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.045) 0:06:32.489 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:14 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.043) 0:06:32.533 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:19 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.173) 0:06:32.706 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:24 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.046) 0:06:32.753 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:29 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.045) 0:06:32.798 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:37 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.045) 0:06:32.844 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:46 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.045) 0:06:32.889 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:54 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.043) 0:06:32.932 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:62 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.045) 0:06:32.977 ******** 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-ci3pcki0j1/tests/test-verify-volume-md.yml:70 Sunday 21 January 2024 05:28:28 +0000 (0:00:00.044) 0:06:33.022 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:3 Sunday 21 January 2024 05:28:29 +0000 (0:00:00.046) 0:06:33.068 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:11 Sunday 21 January 2024 05:28:29 +0000 (0:00:00.415) 0:06:33.484 ******** ok: [sut] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:20 Sunday 21 January 2024 05:28:29 +0000 (0:00:00.290) 0:06:33.774 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "20971520" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:28 Sunday 21 January 2024 05:28:29 +0000 (0:00:00.058) 0:06:33.833 ******** ok: [sut] => { "storage_test_expected_size": "20971520" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:32 Sunday 21 January 2024 05:28:29 +0000 (0:00:00.047) 0:06:33.880 ******** ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:46 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.284) 0:06:34.165 ******** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:50 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.053) 0:06:34.218 ******** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:54 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.180) 0:06:34.399 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:58 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.054) 0:06:34.453 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:67 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.054) 0:06:34.508 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:71 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.045) 0:06:34.554 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:76 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.044) 0:06:34.599 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:82 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.042) 0:06:34.641 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:86 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.044) 0:06:34.686 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:91 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.044) 0:06:34.730 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:96 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.044) 0:06:34.775 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:101 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.042) 0:06:34.817 ******** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:105 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.044) 0:06:34.862 ******** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:109 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.044) 0:06:34.906 ******** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:113 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.043) 0:06:34.950 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:120 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.043) 0:06:34.993 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:127 Sunday 21 January 2024 05:28:30 +0000 (0:00:00.043) 0:06:35.036 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:131 Sunday 21 January 2024 05:28:31 +0000 (0:00:00.171) 0:06:35.208 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:137 Sunday 21 January 2024 05:28:31 +0000 (0:00:00.045) 0:06:35.254 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:143 Sunday 21 January 2024 05:28:31 +0000 (0:00:00.043) 0:06:35.297 ******** 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-ci3pcki0j1/tests/test-verify-volume-size.yml:147 Sunday 21 January 2024 05:28:31 +0000 (0:00:00.047) 0:06:35.345 ******** ok: [sut] => { "storage_test_expected_size": "20971520" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-volume-size.yml:151 Sunday 21 January 2024 05:28:31 +0000 (0:00:00.047) 0:06:35.392 ******** fatal: [sut]: FAILED! => { "assertion": "(storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.02", "changed": false, "evaluated_to": false } MSG: Volume test has unexpected size (expected: 20971520 / actual: 314572800) to retry, use: --limit @/tmp/tests_lvm_pool_members.retry PLAY RECAP ********************************************************************* sut : ok=653 changed=14 unreachable=0 failed=1 skipped=472 rescued=0 ignored=0 Sunday 21 January 2024 05:28:31 +0000 (0:00:00.043) 0:06:35.436 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 94.11s /WORKDIR/git-weekly-ci3pcki0j1/.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 -- 83.00s /WORKDIR/git-weekly-ci3pcki0j1/.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 -- 13.81s /WORKDIR/git-weekly-ci3pcki0j1/.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 -- 13.44s /WORKDIR/git-weekly-ci3pcki0j1/.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 -- 11.87s /WORKDIR/git-weekly-ci3pcki0j1/.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.84s /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.58s /WORKDIR/git-weekly-ci3pcki0j1/.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 --- 5.95s /WORKDIR/git-weekly-ci3pcki0j1/.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.99s /WORKDIR/git-weekly-ci3pcki0j1/.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.22s /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 3.25s /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 ----- fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 2.77s /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 2.52s /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 fedora.linux_system_roles.storage : Get service facts ------------------- 2.50s /WORKDIR/git-weekly-ci3pcki0j1/.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 --- 2.36s /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Get the canonical device path for each member device -------------------- 2.36s /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:8 ----------- Get the canonical device path for each member device -------------------- 2.36s /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:8 ----------- fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 2.29s /WORKDIR/git-weekly-ci3pcki0j1/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Get the canonical device path for each member device -------------------- 2.27s /WORKDIR/git-weekly-ci3pcki0j1/tests/test-verify-pool-members.yml:8 ----------- Ensure cryptsetup is present -------------------------------------------- 2.19s /WORKDIR/git-weekly-ci3pcki0j1/tests/verify-pool-member-encryption.yml:12 ----- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---