# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cisrgd7mv6/.collection executable location = /opt/ansible-2.17/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python) jinja version = 3.1.4 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:2 Sunday 04 August 2024 11:51:49 +0000 (0:00:00.018) 0:00:00.019 ********* ok: [sut] TASK [Include role to ensure packages are installed] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:10 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.938) 0:00:00.957 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.017) 0:00:00.974 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.011) 0:00:00.986 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.012) 0:00:00.999 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.022) 0:00:01.021 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.258) 0:00:01.279 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.013) 0:00:01.293 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.009) 0:00:01.302 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.009) 0:00:01.311 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:51:50 +0000 (0:00:00.027) 0:00:01.339 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: clevis-20-1.fc39.x86_64", "Installed: clevis-luks-20-1.fc39.x86_64", "Installed: clevis-pin-tpm2-0.5.3-2.fc39.x86_64", "Installed: device-mapper-multipath-0.9.5-2.fc39.x86_64", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: device-mapper-multipath-libs-0.9.5-2.fc39.x86_64", "Installed: libluksmeta-9-16.fc39.x86_64", "Installed: jose-14-1.fc39.x86_64", "Installed: python3-blivet-1:3.8.2-2.fc39.noarch", "Installed: python3-blockdev-3.1.1-1.fc39.x86_64", "Installed: cryptsetup-2.6.1-3.fc39.x86_64", "Installed: libblockdev-btrfs-3.1.1-1.fc39.x86_64", "Installed: python3-bytesize-2.10-1.fc39.x86_64", "Installed: libblockdev-dm-3.1.1-1.fc39.x86_64", "Installed: libjose-14-1.fc39.x86_64", "Installed: libblockdev-lvm-3.1.1-1.fc39.x86_64", "Installed: python3-packaging-23.1-4.fc39.noarch", "Installed: lsof-4.96.3-4.fc39.x86_64", "Installed: stratis-cli-3.6.2-1.fc39.noarch", "Installed: libblockdev-mpath-3.1.1-1.fc39.x86_64", "Installed: stratisd-3.6.8-1.fc39.x86_64", "Installed: python3-pyparted-1:3.13.0-3.fc39.x86_64", "Installed: python3-dbus-client-gen-0.5.1-4.fc39.noarch", "Installed: python3-dbus-python-client-gen-0.8.3-3.fc39.noarch", "Installed: python3-dbus-signature-pyparsing-0.4.1-5.fc39.noarch", "Installed: python3-justbases-0.15.2-5.fc39.noarch", "Installed: python3-justbytes-0.15.2-3.fc39.noarch", "Installed: python3-into-dbus-python-0.8.2-3.fc39.noarch", "Installed: blivet-data-1:3.8.2-2.fc39.noarch", "Installed: python3-wcwidth-0.2.5-14.fc39.noarch", "Installed: luksmeta-9-16.fc39.x86_64" ] } lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:52:03 +0000 (0:00:12.169) 0:00:13.508 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.011) 0:00:13.520 ********* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.010) 0:00:13.531 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.536) 0:00:14.067 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.018) 0:00:14.086 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.018) 0:00:14.104 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.011) 0:00:14.115 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:52:03 +0000 (0:00:00.019) 0:00:14.134 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:52:05 +0000 (0:00:02.057) 0:00:16.192 ********* 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": "stopped", "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": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "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" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:52:07 +0000 (0:00:02.153) 0:00:18.345 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:52:07 +0000 (0:00:00.025) 0:00:18.370 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:52:07 +0000 (0:00:00.008) 0:00:18.379 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.410) 0:00:18.789 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.014) 0:00:18.803 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722771458.4918714, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "147dd7d43052fb4a8ad13ba04a4d8076d0947044", "ctime": 1722500799.1643124, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131080, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.1643124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "4215340947", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.222) 0:00:19.026 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.013) 0:00:19.039 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.008) 0:00:19.048 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.012) 0:00:19.060 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.012) 0:00:19.073 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.011) 0:00:19.085 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.013) 0:00:19.098 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.009) 0:00:19.108 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.014) 0:00:19.122 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.013) 0:00:19.135 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.010) 0:00:19.146 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722499504.492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.216) 0:00:19.363 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:52:08 +0000 (0:00:00.009) 0:00:19.372 ********* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:14 Sunday 04 August 2024 11:52:09 +0000 (0:00:00.735) 0:00:20.107 ********* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:22 Sunday 04 August 2024 11:52:09 +0000 (0:00:00.016) 0:00:20.123 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:2 Sunday 04 August 2024 11:52:09 +0000 (0:00:00.016) 0:00:20.140 ********* 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-cisrgd7mv6/tests/get_unused_disk.yml:11 Sunday 04 August 2024 11:52:11 +0000 (0:00:02.027) 0:00:22.168 ********* ok: [sut] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/zram0\" TYPE=\"disk\" SIZE=\"3897556992\" FSTYPE=\"\" LOG-SEC=\"4096\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions", "Disk [/dev/zram0] attrs [{'type': 'disk', 'size': '3897556992', 'fstype': '', 'ssize': '4096'}] size is less than requested" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:20 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.333) 0:00:22.501 ********* skipping: [sut] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:29 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.009) 0:00:22.511 ********* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:34 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.012) 0:00:22.524 ********* 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-cisrgd7mv6/tests/get_unused_disk.yml:39 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.538 ********* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:30 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.010) 0:00:22.549 ********* ok: [sut] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:34 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.010) 0:00:22.559 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.022) 0:00:22.582 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.015) 0:00:22.598 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.015) 0:00:22.613 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.026) 0:00:22.640 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.012) 0:00:22.652 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.666 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.011) 0:00:22.677 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.010) 0:00:22.688 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.027) 0:00:22.715 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.030) 0:00:22.746 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.760 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.774 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.787 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.800 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.013) 0:00:22.813 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.014) 0:00:22.828 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.024) 0:00:22.852 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:52:12 +0000 (0:00:00.009) 0:00:22.861 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:52:14 +0000 (0:00:01.972) 0:00:24.834 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.014) 0:00:24.848 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722771458.4918714, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "147dd7d43052fb4a8ad13ba04a4d8076d0947044", "ctime": 1722500799.1643124, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131080, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722500799.1643124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "4215340947", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.223) 0:00:25.071 ********* changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.281) 0:00:25.353 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.009) 0:00:25.362 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.013) 0:00:25.376 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.012) 0:00:25.389 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.013) 0:00:25.402 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:52:14 +0000 (0:00:00.016) 0:00:25.418 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:52:15 +0000 (0:00:00.929) 0:00:26.347 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=62ab334b-0f74-4a2c-af58-5427e25552c9', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:52:16 +0000 (0:00:00.291) 0:00:26.639 ********* skipping: [sut] => (item={'src': 'UUID=62ab334b-0f74-4a2c-af58-5427e25552c9', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:52:16 +0000 (0:00:00.020) 0:00:26.660 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:52:16 +0000 (0:00:00.756) 0:00:27.416 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:52:17 +0000 (0:00:00.216) 0:00:27.633 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:52:17 +0000 (0:00:00.009) 0:00:27.642 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:44 Sunday 04 August 2024 11:52:17 +0000 (0:00:00.735) 0:00:28.377 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:52:17 +0000 (0:00:00.019) 0:00:28.397 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:52:17 +0000 (0:00:00.015) 0:00:28.412 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:52:17 +0000 (0:00:00.016) 0:00:28.429 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "62ab334b-0f74-4a2c-af58-5427e25552c9" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.295) 0:00:28.725 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003179", "end": "2024-08-04 11:52:18.561448", "rc": 0, "start": "2024-08-04 11:52:18.558269" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=62ab334b-0f74-4a2c-af58-5427e25552c9 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.292) 0:00:29.017 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003186", "end": "2024-08-04 11:52:18.775471", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:52:18.772285" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.214) 0:00:29.231 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.008) 0:00:29.240 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=62ab334b-0f74-4a2c-af58-5427e25552c9', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.027) 0:00:29.268 ********* 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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.016) 0:00:29.284 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.046) 0:00:29.331 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.015) 0:00:29.347 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.019) 0:00:29.366 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.010) 0:00:29.376 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.013) 0:00:29.389 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.009) 0:00:29.399 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.009) 0:00:29.409 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:52:18 +0000 (0:00:00.010) 0:00:29.419 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.004320", "end": "2024-08-04 11:52:19.182669", "rc": 0, "start": "2024-08-04 11:52:19.178349" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.220) 0:00:29.640 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003236", "end": "2024-08-04 11:52:19.399930", "rc": 0, "start": "2024-08-04 11:52:19.396694" } STDOUT: Filename Type Size Used Priority /dev/zram0 partition 3806204 0 100 /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.216) 0:00:29.856 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.018) 0:00:29.875 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.011) 0:00:29.886 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9 " ], "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-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.027) 0:00:29.914 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.016) 0:00:29.930 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.018) 0:00:29.949 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.013) 0:00:29.962 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.011) 0:00:29.974 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.010) 0:00:29.984 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.017) 0:00:30.002 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.017) 0:00:30.019 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772334.3268898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772334.2898896, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772334.2898896, "nlink": 1, "path": "/dev/sda", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.234) 0:00:30.253 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.014) 0:00:30.268 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.010) 0:00:30.278 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.013) 0:00:30.291 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.011) 0:00:30.302 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.009) 0:00:30.312 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.014) 0:00:30.326 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:52:19 +0000 (0:00:00.009) 0:00:30.336 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:52:21 +0000 (0:00:02.013) 0:00:32.349 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.010) 0:00:32.360 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.009) 0:00:32.369 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.017) 0:00:32.387 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.011) 0:00:32.398 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.009) 0:00:32.408 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.009) 0:00:32.418 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:52:21 +0000 (0:00:00.009) 0:00:32.428 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.010) 0:00:32.438 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.018) 0:00:32.456 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.017) 0:00:32.474 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.487 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.012) 0:00:32.500 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.513 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.010) 0:00:32.523 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00: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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.010) 0:00:32.544 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.553 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.563 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.573 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.583 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.593 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.010) 0:00:32.604 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.613 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.623 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.636 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.650 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.012) 0:00:32.663 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.012) 0:00:32.675 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.689 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.702 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.715 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.728 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.741 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:32.752 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.762 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.772 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.782 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.792 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.802 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:32.813 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.822 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.832 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.842 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.852 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.861 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:32.873 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.882 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.892 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:32.904 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:32.915 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.013) 0:00:32.928 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:32.940 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.950 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.959 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.010) 0:00:32.969 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.979 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.009) 0:00:32.989 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.010) 0:00:33.000 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.025) 0:00:33.025 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get disk to use for non-swap device] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:47 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.011) 0:00:33.037 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:2 Sunday 04 August 2024 11:52:22 +0000 (0:00:00.019) 0:00:33.056 ********* 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-cisrgd7mv6/tests/get_unused_disk.yml:11 Sunday 04 August 2024 11:52:24 +0000 (0:00:02.046) 0:00:35.103 ********* ok: [sut] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/zram0\" TYPE=\"disk\" SIZE=\"3897556992\" FSTYPE=\"\" LOG-SEC=\"4096\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions", "Disk [/dev/zram0] attrs [{'type': 'disk', 'size': '3897556992', 'fstype': '', 'ssize': '4096'}] size is less than requested" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:20 Sunday 04 August 2024 11:52:25 +0000 (0:00:01.262) 0:00:36.365 ********* skipping: [sut] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:29 Sunday 04 August 2024 11:52:25 +0000 (0:00:00.010) 0:00:36.376 ********* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:34 Sunday 04 August 2024 11:52:25 +0000 (0:00:00.011) 0:00:36.388 ********* 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-cisrgd7mv6/tests/get_unused_disk.yml:39 Sunday 04 August 2024 11:52:25 +0000 (0:00:00.013) 0:00:36.402 ********* ok: [sut] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:54 Sunday 04 August 2024 11:52:25 +0000 (0:00:00.011) 0:00:36.414 ********* ok: [sut] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:58 Sunday 04 August 2024 11:52:25 +0000 (0:00:00.010) 0:00:36.425 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.028) 0:00:36.453 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.015) 0:00:36.469 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.016) 0:00:36.486 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.029) 0:00:36.516 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.529 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.542 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.011) 0:00:36.554 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.011) 0:00:36.565 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.028) 0:00:36.594 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.607 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.012) 0:00:36.619 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.633 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.646 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.014) 0:00:36.661 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.674 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.013) 0:00:36.687 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.025) 0:00:36.713 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:52:26 +0000 (0:00:00.009) 0:00:36.722 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:52:28 +0000 (0:00:01.887) 0:00:38.609 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.014) 0:00:38.624 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772336.180904, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "00cef9081c6491130440678d8c2899bf2fac3778", "ctime": 1722772336.1799037, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263630, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722772336.1799037, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "4052508987", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.229) 0:00:38.853 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.226) 0:00:39.079 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.009) 0:00:39.089 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.013) 0:00:39.103 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.013) 0:00:39.116 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.013) 0:00:39.130 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.014) 0:00:39.145 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.010) 0:00:39.155 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.014) 0:00:39.170 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.014) 0:00:39.184 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.011) 0:00:39.196 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.221) 0:00:39.417 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:52:28 +0000 (0:00:00.010) 0:00:39.427 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:69 Sunday 04 August 2024 11:52:29 +0000 (0:00:00.744) 0:00:40.172 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:52:29 +0000 (0:00:00.022) 0:00:40.195 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:52:29 +0000 (0:00:00.014) 0:00:40.209 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:52:29 +0000 (0:00:00.016) 0:00:40.226 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "62ab334b-0f74-4a2c-af58-5427e25552c9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "d5ce8965-f821-41a2-9c30-d73186409e8a" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.226) 0:00:40.453 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003081", "end": "2024-08-04 11:52:30.211465", "rc": 0, "start": "2024-08-04 11:52:30.208384" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=62ab334b-0f74-4a2c-af58-5427e25552c9 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.216) 0:00:40.670 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003132", "end": "2024-08-04 11:52:30.428340", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:52:30.425208" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.215) 0:00:40.885 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.009) 0:00:40.894 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'ext3', 'mount_options': 'defaults', 'mount_point': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=d5ce8965-f821-41a2-9c30-d73186409e8a', '_kernel_device': '/dev/sdb', '_raw_kernel_device': '/dev/sdb'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.025) 0:00:40.920 ********* 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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.017) 0:00:40.937 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.060) 0:00:40.998 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.016) 0:00:41.015 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.017) 0:00:41.032 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.011) 0:00:41.044 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.012) 0:00:41.057 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.010) 0:00:41.068 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.010) 0:00:41.078 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.009) 0:00:41.088 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.009) 0:00:41.098 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.010) 0:00:41.108 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.009) 0:00:41.118 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.010) 0:00:41.129 ********* 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-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.028) 0:00:41.158 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.016) 0:00:41.174 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.016) 0:00:41.191 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.016) 0:00:41.208 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.012) 0:00:41.220 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.010) 0:00:41.231 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.017) 0:00:41.249 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:52:30 +0000 (0:00:00.017) 0:00:41.266 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772348.0829937, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772348.0829937, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 561, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772348.0829937, "nlink": 1, "path": "/dev/sdb", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.223) 0:00:41.490 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.015) 0:00:41.506 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.010) 0:00:41.516 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.013) 0:00:41.529 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.011) 0:00:41.540 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.009) 0:00:41.550 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.012) 0:00:41.562 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:52:31 +0000 (0:00:00.011) 0:00:41.573 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:52:33 +0000 (0:00:02.029) 0:00:43.603 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:43.614 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:43.624 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.017) 0:00:43.642 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:43.651 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.662 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.673 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.683 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.693 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.018) 0:00:43.712 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.016) 0:00:43.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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.016) 0:00:43.745 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.014) 0:00:43.759 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.014) 0:00:43.773 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.784 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.794 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:43.804 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.815 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:43.825 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.835 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:43.845 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:43.855 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.865 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:43.876 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:43.887 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.014) 0:00:43.901 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.013) 0:00:43.914 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.013) 0:00:43.927 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:43.939 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.016) 0:00:43.955 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.014) 0:00:43.970 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.013) 0:00:43.983 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.013) 0:00:43.996 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.014) 0:00:44.011 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:44.021 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.029) 0:00:44.050 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.061 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:44.072 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.081 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:44.091 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.101 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.112 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.122 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.132 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.142 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.152 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:44.162 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.173 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.183 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.195 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.206 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.013) 0:00:44.219 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.229 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.240 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.250 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:44.260 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.270 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.280 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.009) 0:00:44.290 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.011) 0:00:44.302 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the disk device file system type from swap to ext3] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:72 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.010) 0:00:44.312 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.031) 0:00:44.344 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.017) 0:00:44.361 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.016) 0:00:44.378 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.028) 0:00:44.406 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:52:33 +0000 (0:00:00.014) 0:00:44.420 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.433 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.446 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.011) 0:00:44.458 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.027) 0:00:44.486 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.500 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.513 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.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 : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.540 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.554 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.567 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.013) 0:00:44.580 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.028) 0:00:44.609 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:52:34 +0000 (0:00:00.010) 0:00:44.620 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:52:36 +0000 (0:00:01.959) 0:00:46.579 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.014) 0:00:46.594 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772336.180904, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "00cef9081c6491130440678d8c2899bf2fac3778", "ctime": 1722772336.1799037, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263630, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722772336.1799037, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "4052508987", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.224) 0:00:46.818 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.222) 0:00:47.041 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.011) 0:00:47.053 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.014) 0:00:47.067 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.012) 0:00:47.080 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.013) 0:00:47.094 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=62ab334b-0f74-4a2c-af58-5427e25552c9', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=62ab334b-0f74-4a2c-af58-5427e25552c9" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:52:36 +0000 (0:00:00.231) 0:00:47.326 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:52:37 +0000 (0:00:00.761) 0:00:48.088 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:52:37 +0000 (0:00:00.250) 0:00:48.339 ********* skipping: [sut] => (item={'src': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:52:37 +0000 (0:00:00.021) 0:00:48.360 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:52:38 +0000 (0:00:00.758) 0:00:49.119 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:52:38 +0000 (0:00:00.217) 0:00:49.337 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:52:38 +0000 (0:00:00.010) 0:00:49.347 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:83 Sunday 04 August 2024 11:52:39 +0000 (0:00:00.804) 0:00:50.152 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:52:39 +0000 (0:00:00.024) 0:00:50.177 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:52:39 +0000 (0:00:00.014) 0:00:50.191 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:52:39 +0000 (0:00:00.018) 0:00:50.210 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "06fca053-b955-4520-8bf8-dfe96de72ca9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "d5ce8965-f821-41a2-9c30-d73186409e8a" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:52:39 +0000 (0:00:00.220) 0:00:50.430 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003085", "end": "2024-08-04 11:52:40.187307", "rc": 0, "start": "2024-08-04 11:52:40.184222" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=06fca053-b955-4520-8bf8-dfe96de72ca9 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.213) 0:00:50.643 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003220", "end": "2024-08-04 11:52:40.403687", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:52:40.400467" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.216) 0:00:50.860 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.009) 0:00:50.869 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.026) 0:00:50.896 ********* 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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.017) 0:00:50.913 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.042) 0:00:50.955 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.016) 0:00:50.972 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.017) 0:00:50.990 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.010) 0:00:51.000 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.013) 0:00:51.013 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.009) 0:00:51.023 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.011) 0:00:51.034 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.009) 0:00:51.044 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.009) 0:00:51.054 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.009) 0:00:51.064 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.009) 0:00:51.074 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.010) 0:00:51.085 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.031) 0:00:51.116 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.016) 0:00:51.133 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.016) 0:00:51.150 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.013) 0:00:51.163 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.012) 0:00:51.176 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.011) 0:00:51.187 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.022) 0:00:51.209 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:52:40 +0000 (0:00:00.018) 0:00:51.227 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772356.053054, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772356.053054, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772356.053054, "nlink": 1, "path": "/dev/sda", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.219) 0:00:51.447 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.014) 0:00:51.462 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.011) 0:00:51.473 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.013) 0:00:51.487 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.013) 0:00:51.500 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.010) 0:00:51.511 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.013) 0:00:51.524 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:52:41 +0000 (0:00:00.009) 0:00:51.534 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:52:43 +0000 (0:00:02.035) 0:00:53.570 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:53.581 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:53.592 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.017) 0:00:53.610 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.620 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:53.630 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.640 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.650 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:53.662 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.019) 0:00:53.681 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.016) 0:00:53.698 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.711 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.725 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.738 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.012) 0:00:53.750 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.761 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:53.770 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.781 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.791 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.801 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.030) 0:00:53.832 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:53.843 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.853 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.863 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:53.874 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.014) 0:00:53.888 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.014) 0:00:53.903 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.917 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.012) 0:00:53.929 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.942 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.955 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.968 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.014) 0:00:53.983 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:53.997 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.007 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.017 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.027 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.037 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:54.049 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.059 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.069 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.078 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.088 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.098 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:54.109 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.119 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.129 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.139 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.009) 0:00:54.149 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.012) 0:00:54.161 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:54.175 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.014) 0:00:54.189 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.199 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.210 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.220 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.230 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:54.242 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.252 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.263 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:54.274 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:86 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.010) 0:00:54.284 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.037) 0:00:54.321 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.016) 0:00:54.338 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.016) 0:00:54.355 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.028) 0:00:54.384 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:54.397 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.013) 0:00:54.411 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:52:43 +0000 (0:00:00.011) 0:00:54.423 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.011) 0:00:54.434 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.029) 0:00:54.463 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.014) 0:00:54.477 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.012) 0:00:54.490 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.013) 0:00:54.504 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.013) 0:00:54.517 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.014) 0:00:54.532 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.013) 0:00:54.546 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.013) 0:00:54.559 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.025) 0:00:54.585 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:52:44 +0000 (0:00:00.009) 0:00:54.594 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:52:45 +0000 (0:00:01.559) 0:00:56.153 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:52:45 +0000 (0:00:00.039) 0:00:56.193 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772357.8660676, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "322764dd6e084e6822a59b90c3c8265b52b4866a", "ctime": 1722772357.8650677, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263630, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722772357.8650677, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "4052508987", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:52:45 +0000 (0:00:00.223) 0:00:56.416 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:52:45 +0000 (0:00:00.014) 0:00:56.430 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:52:46 +0000 (0:00:00.009) 0:00:56.440 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:52:46 +0000 (0:00:00.014) 0:00:56.455 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:52:46 +0000 (0:00:00.013) 0:00:56.468 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:52:46 +0000 (0:00:00.015) 0:00:56.483 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:52:46 +0000 (0:00:00.016) 0:00:56.500 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:52:46 +0000 (0:00:00.771) 0:00:57.272 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:52:47 +0000 (0:00:00.235) 0:00:57.507 ********* skipping: [sut] => (item={'src': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:52:47 +0000 (0:00:00.021) 0:00:57.528 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:52:47 +0000 (0:00:00.774) 0:00:58.302 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:52:48 +0000 (0:00:00.220) 0:00:58.523 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:52:48 +0000 (0:00:00.010) 0:00:58.534 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:97 Sunday 04 August 2024 11:52:48 +0000 (0:00:00.740) 0:00:59.275 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:52:48 +0000 (0:00:00.027) 0:00:59.302 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:52:48 +0000 (0:00:00.014) 0:00:59.316 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:52:48 +0000 (0:00:00.017) 0:00:59.334 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "06fca053-b955-4520-8bf8-dfe96de72ca9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "d5ce8965-f821-41a2-9c30-d73186409e8a" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.221) 0:00:59.555 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003103", "end": "2024-08-04 11:52:49.314006", "rc": 0, "start": "2024-08-04 11:52:49.310903" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=06fca053-b955-4520-8bf8-dfe96de72ca9 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.214) 0:00:59.770 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003054", "end": "2024-08-04 11:52:49.523919", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:52:49.520865" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.211) 0:00:59.981 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.009) 0:00:59.991 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.026) 0:01:00.017 ********* 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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.017) 0:01:00.035 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.043) 0:01:00.078 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.016) 0:01:00.095 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.017) 0:01:00.112 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.011) 0:01:00.124 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.013) 0:01:00.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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.010) 0:01:00.149 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.010) 0:01:00.159 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.009) 0:01:00.169 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.009) 0:01:00.179 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.011) 0:01:00.190 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.010) 0:01:00.200 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.011) 0:01:00.211 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.028) 0:01:00.240 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.016) 0:01:00.257 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.017) 0:01:00.274 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.018) 0:01:00.293 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.013) 0:01:00.306 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.011) 0:01:00.317 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.018) 0:01:00.335 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:52:49 +0000 (0:00:00.017) 0:01:00.353 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772356.053054, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772356.053054, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772356.053054, "nlink": 1, "path": "/dev/sda", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.215) 0:01:00.569 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.016) 0:01:00.585 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.011) 0:01:00.597 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.013) 0:01:00.610 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.012) 0:01:00.622 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.010) 0:01:00.632 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.013) 0:01:00.645 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:52:50 +0000 (0:00:00.011) 0:01:00.657 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:52:52 +0000 (0:00:02.039) 0:01:02.697 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:02.708 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.718 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.017) 0:01:02.736 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.746 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.032) 0:01:02.779 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.012) 0:01:02.791 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:02.802 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:02.814 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.018) 0:01:02.833 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.016) 0:01:02.849 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.015) 0:01:02.865 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:02.880 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:02.894 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:02.905 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.915 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.925 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:02.937 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.947 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.957 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:02.967 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.009) 0:01:02.977 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.009) 0:01:02.987 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:02.999 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.009 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:03.024 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.013) 0:01:03.038 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.013) 0:01:03.051 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.012) 0:01:03.064 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:03.078 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.015) 0:01:03.093 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:03.108 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:03.122 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.014) 0:01:03.137 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.148 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.013) 0:01:03.161 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:03.172 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.183 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.193 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.203 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.213 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.012) 0:01:03.225 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.236 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.009) 0:01:03.246 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.256 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.267 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.277 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.013) 0:01:03.291 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.301 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.012) 0:01:03.314 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.012) 0:01:03.326 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.013) 0:01:03.339 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.350 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.011) 0:01:03.361 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.372 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.382 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.392 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.403 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.010) 0:01:03.413 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:52:52 +0000 (0:00:00.012) 0:01:03.426 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change it back to swap] ************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:100 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.011) 0:01:03.437 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.039) 0:01:03.477 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.017) 0:01:03.494 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.016) 0:01:03.511 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.028) 0:01:03.540 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.553 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.567 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.036) 0:01:03.604 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.617 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.028) 0:01:03.646 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.014) 0:01:03.660 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.015) 0:01:03.675 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.014) 0:01:03.689 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.703 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.717 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.731 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.013) 0:01:03.745 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.029) 0:01:03.774 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:52:53 +0000 (0:00:00.009) 0:01:03.784 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:52:55 +0000 (0:00:01.938) 0:01:05.723 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.015) 0:01:05.738 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772357.8660676, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "322764dd6e084e6822a59b90c3c8265b52b4866a", "ctime": 1722772357.8650677, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263630, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722772357.8650677, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "4052508987", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.224) 0:01:05.963 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.222) 0:01:06.185 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.012) 0:01:06.197 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.014) 0:01:06.212 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.013) 0:01:06.226 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:52:55 +0000 (0:00:00.013) 0:01:06.240 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=06fca053-b955-4520-8bf8-dfe96de72ca9', 'path': '/opt/test', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=06fca053-b955-4520-8bf8-dfe96de72ca9" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'path': '/opt/test', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:52:56 +0000 (0:00:00.441) 0:01:06.682 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:52:57 +0000 (0:00:00.778) 0:01:07.460 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:52:57 +0000 (0:00:00.236) 0:01:07.697 ********* skipping: [sut] => (item={'src': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:52:57 +0000 (0:00:00.021) 0:01:07.718 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:52:58 +0000 (0:00:00.756) 0:01:08.475 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:52:58 +0000 (0:00:00.221) 0:01:08.696 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:52:58 +0000 (0:00:00.010) 0:01:08.707 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:110 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.746) 0:01:09.454 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.028) 0:01:09.482 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.016) 0:01:09.499 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.018) 0:01:09.517 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "18fad540-351d-4fdc-830e-913e0296d1e6" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "d5ce8965-f821-41a2-9c30-d73186409e8a" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.221) 0:01:09.739 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003096", "end": "2024-08-04 11:52:59.495211", "rc": 0, "start": "2024-08-04 11:52:59.492115" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=18fad540-351d-4fdc-830e-913e0296d1e6 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.212) 0:01:09.951 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003182", "end": "2024-08-04 11:52:59.706975", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:52:59.703793" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.212) 0:01:10.163 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.009) 0:01:10.172 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.030) 0:01:10.203 ********* 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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.017) 0:01:10.220 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.043) 0:01:10.263 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.016) 0:01:10.280 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.018) 0:01:10.299 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.011) 0:01:10.310 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.013) 0:01:10.323 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.011) 0:01:10.335 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.010) 0:01:10.345 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:52:59 +0000 (0:00:00.010) 0:01:10.356 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003066", "end": "2024-08-04 11:53:00.116238", "rc": 0, "start": "2024-08-04 11:53:00.113172" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.216) 0:01:10.572 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003203", "end": "2024-08-04 11:53:00.328895", "rc": 0, "start": "2024-08-04 11:53:00.325692" } STDOUT: Filename Type Size Used Priority /dev/zram0 partition 3806204 0 100 /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.213) 0:01:10.785 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.019) 0:01:10.805 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.012) 0:01:10.818 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=18fad540-351d-4fdc-830e-913e0296d1e6 " ], "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-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.029) 0:01:10.847 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.017) 0:01:10.865 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.017) 0:01:10.883 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.014) 0:01:10.897 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.012) 0:01:10.909 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.012) 0:01:10.921 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.073) 0:01:10.995 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.019) 0:01:11.014 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772375.213199, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772375.1731987, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772375.1731987, "nlink": 1, "path": "/dev/sda", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.217) 0:01:11.232 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.014) 0:01:11.247 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.011) 0:01:11.258 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.013) 0:01:11.272 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.013) 0:01:11.285 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.010) 0:01:11.296 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.013) 0:01:11.309 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:53:00 +0000 (0:00:00.010) 0:01:11.320 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:53:02 +0000 (0:00:02.046) 0:01:13.366 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:53:02 +0000 (0:00:00.011) 0:01:13.377 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:53:02 +0000 (0:00:00.011) 0:01:13.389 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:53:02 +0000 (0:00:00.018) 0:01:13.407 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:53:02 +0000 (0:00:00.010) 0:01:13.418 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:53:02 +0000 (0:00:00.010) 0:01:13.428 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.438 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.449 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:13.461 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.019) 0:01:13.481 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.017) 0:01:13.499 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.513 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.527 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.542 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:13.554 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.564 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.575 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:13.586 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.596 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.607 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:13.619 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.629 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.639 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.649 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.660 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.674 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.018) 0:01:13.692 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.707 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.013) 0:01:13.720 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.734 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.749 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.013) 0:01:13.762 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.017) 0:01:13.780 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.795 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:13.807 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.817 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.827 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.837 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:13.849 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.859 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.870 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.880 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.891 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.901 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:13.912 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.923 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.933 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.943 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:13.953 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:13.965 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.013) 0:01:13.979 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:13.994 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:14.005 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:14.015 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:14.025 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.010) 0:01:14.036 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.034) 0:01:14.071 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:14.083 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:14.095 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:14.107 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:113 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.011) 0:01:14.118 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.045) 0:01:14.163 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.017) 0:01:14.180 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.018) 0:01:14.198 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.029) 0:01:14.228 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.015) 0:01:14.243 ********* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:14.258 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:14.270 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.012) 0:01:14.282 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.030) 0:01:14.313 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.015) 0:01:14.328 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.013) 0:01:14.342 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:14.357 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.016) 0:01:14.374 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.015) 0:01:14.389 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:14.403 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:53:03 +0000 (0:00:00.014) 0:01:14.418 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:53:04 +0000 (0:00:00.026) 0:01:14.445 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:53:04 +0000 (0:00:00.009) 0:01:14.455 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:53:05 +0000 (0:00:01.580) 0:01:16.035 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.015) 0:01:16.051 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772377.2382143, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d931ee59a4eafecd382702c3684af0b2bf3b2c88", "ctime": 1722772377.2372143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263630, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722772377.2372143, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "4052508987", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.228) 0:01:16.279 ********* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.015) 0:01:16.294 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.010) 0:01:16.304 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.016) 0:01:16.320 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.014) 0:01:16.335 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.014) 0:01:16.350 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:53:05 +0000 (0:00:00.018) 0:01:16.368 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:53:06 +0000 (0:00:00.779) 0:01:17.148 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [sut] => (item={'src': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:53:06 +0000 (0:00:00.233) 0:01:17.382 ********* skipping: [sut] => (item={'src': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:53:06 +0000 (0:00:00.021) 0:01:17.403 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:53:07 +0000 (0:00:00.771) 0:01:18.174 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:53:07 +0000 (0:00:00.217) 0:01:18.392 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:53:07 +0000 (0:00:00.010) 0:01:18.402 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:123 Sunday 04 August 2024 11:53:08 +0000 (0:00:00.738) 0:01:19.140 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:53:08 +0000 (0:00:00.030) 0:01:19.171 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:53:08 +0000 (0:00:00.014) 0:01:19.186 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:53:08 +0000 (0:00:00.017) 0:01:19.203 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "18fad540-351d-4fdc-830e-913e0296d1e6" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "d5ce8965-f821-41a2-9c30-d73186409e8a" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:53:08 +0000 (0:00:00.222) 0:01:19.425 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004278", "end": "2024-08-04 11:53:10.180533", "rc": 0, "start": "2024-08-04 11:53:09.176255" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=18fad540-351d-4fdc-830e-913e0296d1e6 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:53:10 +0000 (0:00:01.212) 0:01:20.638 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003173", "end": "2024-08-04 11:53:10.396638", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:53:10.393465" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.215) 0:01:20.853 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.010) 0:01:20.863 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.025) 0:01:20.889 ********* 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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.018) 0:01:20.907 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.043) 0:01:20.951 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.019) 0:01:20.970 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.086) 0:01:21.056 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.012) 0:01:21.069 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.014) 0:01:21.083 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.010) 0:01:21.093 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.012) 0:01:21.106 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.010) 0:01:21.116 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003356", "end": "2024-08-04 11:53:10.880184", "rc": 0, "start": "2024-08-04 11:53:10.876828" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:53:10 +0000 (0:00:00.221) 0:01:21.338 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003269", "end": "2024-08-04 11:53:11.098572", "rc": 0, "start": "2024-08-04 11:53:11.095303" } STDOUT: Filename Type Size Used Priority /dev/zram0 partition 3806204 0 100 /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.216) 0:01:21.555 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.020) 0:01:21.575 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.011) 0:01:21.586 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=18fad540-351d-4fdc-830e-913e0296d1e6 " ], "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-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.028) 0:01:21.615 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.017) 0:01:21.632 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.020) 0:01:21.653 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.014) 0:01:21.668 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.012) 0:01:21.680 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.011) 0:01:21.691 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.018) 0:01:21.710 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.018) 0:01:21.728 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772375.213199, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772375.1731987, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772375.1731987, "nlink": 1, "path": "/dev/sda", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.221) 0:01:21.949 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.014) 0:01:21.964 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.011) 0:01:21.976 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.013) 0:01:21.989 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.012) 0:01:22.002 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.010) 0:01:22.012 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.014) 0:01:22.027 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:53:11 +0000 (0:00:00.010) 0:01:22.037 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:53:13 +0000 (0:00:02.028) 0:01:24.065 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.077 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.087 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.017) 0:01:24.105 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.012) 0:01:24.117 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.128 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.140 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.151 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.162 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.018) 0:01:24.181 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.021) 0:01:24.202 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.014) 0:01:24.217 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.014) 0:01:24.231 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.015) 0:01:24.246 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.258 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.268 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.012) 0:01:24.281 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.292 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.304 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.315 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.325 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.335 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.011) 0:01:24.347 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.357 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.010) 0:01:24.368 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.014) 0:01:24.383 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.013) 0:01:24.396 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.014) 0:01:24.411 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:53:13 +0000 (0:00:00.014) 0:01:24.426 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.441 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.456 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.470 ********* skipping: [sut] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.485 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.499 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.012) 0:01:24.511 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.523 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.533 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.544 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.554 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.564 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.037) 0:01:24.601 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.613 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.624 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.635 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.646 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.656 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.668 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:24.678 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.689 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.703 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.013) 0:01:24.717 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:24.731 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.013) 0:01:24.745 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.012) 0:01:24.757 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.769 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.781 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.792 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.803 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.012) 0:01:24.816 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.827 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:126 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.011) 0:01:24.838 ********* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.048) 0:01:24.886 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.016) 0:01:24.903 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.017) 0:01:24.920 ********* 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-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.028) 0:01:24.949 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.015) 0:01:24.964 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.013) 0:01:24.978 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.012) 0:01:24.990 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.012) 0:01:25.003 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-cisrgd7mv6/.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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.029) 0:01:25.032 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:25.046 ********* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.013) 0:01:25.060 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:25.075 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.013) 0:01:25.089 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.013) 0:01:25.102 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.015) 0:01:25.118 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.014) 0:01:25.133 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.026) 0:01:25.160 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 04 August 2024 11:53:14 +0000 (0:00:00.010) 0:01:25.171 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 04 August 2024 11:53:16 +0000 (0:00:01.803) 0:01:26.974 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Sunday 04 August 2024 11:53:16 +0000 (0:00:00.015) 0:01:26.990 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772377.2382143, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d931ee59a4eafecd382702c3684af0b2bf3b2c88", "ctime": 1722772377.2372143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263630, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722772377.2372143, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "4052508987", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 04 August 2024 11:53:16 +0000 (0:00:00.227) 0:01:27.217 ********* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Sunday 04 August 2024 11:53:17 +0000 (0:00:00.225) 0:01:27.442 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Sunday 04 August 2024 11:53:17 +0000 (0:00:00.010) 0:01:27.453 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Sunday 04 August 2024 11:53:17 +0000 (0:00:00.016) 0:01:27.470 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Sunday 04 August 2024 11:53:17 +0000 (0:00:00.013) 0:01:27.483 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Sunday 04 August 2024 11:53:17 +0000 (0:00:00.014) 0:01:27.498 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Sunday 04 August 2024 11:53:17 +0000 (0:00:00.234) 0:01:27.733 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Sunday 04 August 2024 11:53:18 +0000 (0:00:00.764) 0:01:28.497 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Sunday 04 August 2024 11:53:18 +0000 (0:00:00.018) 0:01:28.516 ********* 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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Sunday 04 August 2024 11:53:18 +0000 (0:00:00.018) 0:01:28.534 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Sunday 04 August 2024 11:53:18 +0000 (0:00:00.749) 0:01:29.284 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772328.899849, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722499997.136, "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": 1722499504.492, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3493228236", "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-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Sunday 04 August 2024 11:53:19 +0000 (0:00:00.219) 0:01:29.504 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Sunday 04 August 2024 11:53:19 +0000 (0:00:00.012) 0:01:29.517 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/tests_swap.yml:142 Sunday 04 August 2024 11:53:19 +0000 (0:00:00.741) 0:01:30.258 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:2 Sunday 04 August 2024 11:53:19 +0000 (0:00:00.063) 0:01:30.321 ********* skipping: [sut] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:7 Sunday 04 August 2024 11:53:19 +0000 (0:00:00.016) 0:01:30.337 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=18fad540-351d-4fdc-830e-913e0296d1e6", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=d5ce8965-f821-41a2-9c30-d73186409e8a", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:15 Sunday 04 August 2024 11:53:19 +0000 (0:00:00.018) 0:01:30.356 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7861c840-2000-42e0-8cee-556c413fe7f0" }, "/dev/zram0": { "fstype": "", "label": "", "mountpoint": "[SWAP]", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:20 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.220) 0:01:30.577 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003116", "end": "2024-08-04 11:53:20.332362", "rc": 0, "start": "2024-08-04 11:53:20.329246" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:04 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=7861c840-2000-42e0-8cee-556c413fe7f0 / ext4 defaults 1 1 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:25 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.211) 0:01:30.789 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003115", "end": "2024-08-04 11:53:20.544344", "failed_when_result": false, "rc": 0, "start": "2024-08-04 11:53:20.541229" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:34 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.213) 0:01:31.002 ********* 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-cisrgd7mv6/tests/verify-role-results.yml:44 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.010) 0:01:31.013 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'swap', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=18fad540-351d-4fdc-830e-913e0296d1e6'}) included: /WORKDIR/git-weekly-cisrgd7mv6/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': 'ext3', 'mount_options': 'defaults', 'mount_point': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=d5ce8965-f821-41a2-9c30-d73186409e8a'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.031) 0:01:31.044 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.017) 0:01:31.062 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.044) 0:01:31.107 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.017) 0:01:31.124 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.019) 0:01:31.144 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.011) 0:01:31.155 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.010) 0:01:31.165 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.010) 0:01:31.176 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.010) 0:01:31.186 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.010) 0:01:31.197 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003192", "end": "2024-08-04 11:53:20.960326", "rc": 0, "start": "2024-08-04 11:53:20.957134" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:53:20 +0000 (0:00:00.222) 0:01:31.419 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003362", "end": "2024-08-04 11:53:21.179779", "rc": 0, "start": "2024-08-04 11:53:21.176417" } STDOUT: Filename Type Size Used Priority /dev/zram0 partition 3806204 0 100 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.217) 0:01:31.637 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.020) 0:01:31.658 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.011) 0:01:31.669 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "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-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.029) 0:01:31.699 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.013) 0:01:31.712 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.018) 0:01:31.731 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.014) 0:01:31.745 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.012) 0:01:31.758 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.011) 0:01:31.769 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.011) 0:01:31.780 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.014) 0:01:31.795 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772396.4503598, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772396.4503598, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772396.4503598, "nlink": 1, "path": "/dev/sda", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.221) 0:01:32.016 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.014) 0:01:32.031 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.011) 0:01:32.042 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.010) 0:01:32.052 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.012) 0:01:32.064 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.010) 0:01:32.074 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.011) 0:01:32.086 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:53:21 +0000 (0:00:00.010) 0:01:32.096 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:53:23 +0000 (0:00:02.017) 0:01:34.114 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.011) 0:01:34.126 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.136 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.147 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.011) 0:01:34.158 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.169 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.179 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.190 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.200 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.019) 0:01:34.219 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.019) 0:01:34.238 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.014) 0:01:34.252 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.014) 0:01:34.267 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.014) 0:01:34.281 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.011) 0:01:34.293 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.303 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.011) 0:01:34.315 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.326 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.011) 0:01:34.337 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.348 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.358 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.010) 0:01:34.368 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.011) 0:01:34.380 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.039) 0:01:34.419 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:53:23 +0000 (0:00:00.012) 0:01:34.431 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.445 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.458 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.471 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:34.484 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.017) 0:01:34.501 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.515 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.528 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.542 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.555 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.565 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.577 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.587 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.599 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.609 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.620 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.630 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.642 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.653 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.663 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.675 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.685 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.696 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.708 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.718 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:34.731 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:34.743 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:34.756 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.767 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:34.780 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.791 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.802 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.812 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.823 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.834 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:2 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:34.846 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_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-cisrgd7mv6/tests/test-verify-volume.yml:19 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.017) 0:01:34.864 ********* included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:7 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.043) 0:01:34.907 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:11 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.016) 0:01:34.924 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:19 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.018) 0:01:34.943 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:28 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.954 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:36 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.009) 0:01:34.964 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:42 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.974 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:48 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:34.986 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-mount.yml:57 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:34.996 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:63 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:35.007 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:69 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:35.017 ********* 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-cisrgd7mv6/tests/test-verify-volume-mount.yml:79 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:35.028 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:2 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:35.039 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "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-cisrgd7mv6/tests/test-verify-volume-fstab.yml:17 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.032) 0:01:35.071 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:24 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.013) 0:01:35.084 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:33 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.017) 0:01:35.102 ********* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:45 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.014) 0:01:35.116 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fstab.yml:51 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:35.129 ********* 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-cisrgd7mv6/tests/test-verify-volume-fs.yml:6 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:35.140 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-fs.yml:14 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.012) 0:01:35.152 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:3 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.014) 0:01:35.167 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722772396.4013593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722772396.4013593, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 561, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1722772396.4013593, "nlink": 1, "path": "/dev/sdb", "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-cisrgd7mv6/tests/test-verify-volume-device.yml:9 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.219) 0:01:35.386 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:16 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.014) 0:01:35.401 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:23 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.011) 0:01:35.412 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:29 Sunday 04 August 2024 11:53:24 +0000 (0:00:00.010) 0:01:35.422 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-device.yml:33 Sunday 04 August 2024 11:53:25 +0000 (0:00:00.042) 0:01:35.465 ********* 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-cisrgd7mv6/tests/test-verify-volume-device.yml:38 Sunday 04 August 2024 11:53:25 +0000 (0:00:00.011) 0:01:35.476 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:3 Sunday 04 August 2024 11:53:25 +0000 (0:00:00.010) 0:01:35.487 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 Sunday 04 August 2024 11:53:25 +0000 (0:00:00.010) 0:01:35.497 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:16 Sunday 04 August 2024 11:53:27 +0000 (0:00:01.980) 0:01:37.478 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:22 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.489 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:29 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.501 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:40 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.512 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:46 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.523 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:51 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.534 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:63 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.544 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:75 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.009) 0:01:37.554 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:87 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.566 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:93 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.019) 0:01:37.585 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:100 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.017) 0:01:37.603 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:108 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.014) 0:01:37.618 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:116 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.014) 0:01:37.632 ********* 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-cisrgd7mv6/tests/test-verify-volume-encryption.yml:124 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.014) 0:01:37.646 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:8 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:37.660 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:14 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.671 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:19 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.682 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:24 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.692 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:29 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.703 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:37 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.713 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:46 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.725 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:54 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.736 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:62 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.747 ********* 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-cisrgd7mv6/tests/test-verify-volume-md.yml:70 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.758 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:3 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.769 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:11 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:37.783 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:20 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.015) 0:01:37.798 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:28 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:37.811 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:32 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.012) 0:01:37.824 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:46 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:37.837 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:50 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:37.851 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:54 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:37.864 ********* skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:58 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.015) 0:01:37.879 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:67 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.014) 0:01:37.893 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:71 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.904 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:76 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.915 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:82 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.925 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:86 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.935 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:91 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:37.947 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:96 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.958 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:101 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.968 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:105 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.978 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:109 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.988 ********* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:113 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:37.998 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:120 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:38.010 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:127 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.020 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:131 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.031 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:137 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:38.042 ********* 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-cisrgd7mv6/tests/test-verify-volume-size.yml:143 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.052 ********* ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:147 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.012) 0:01:38.064 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-size.yml:151 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:38.078 ********* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:5 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.013) 0:01:38.092 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:13 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:38.103 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:17 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.114 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:24 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.124 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:31 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.135 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:37 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:38.147 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-cache.yml:42 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.157 ********* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume.yml:25 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.010) 0:01:38.168 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cisrgd7mv6/tests/verify-role-results.yml:54 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.011) 0:01:38.179 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=494 changed=13 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Sunday 04 August 2024 11:53:27 +0000 (0:00:00.051) 0:01:38.230 ********* =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 12.17s /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Get service facts ------------------- 2.15s /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.06s /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 2.05s /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.05s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.04s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.04s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.03s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.03s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.03s /WORKDIR/git-weekly-cisrgd7mv6/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.02s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.01s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 1.98s /WORKDIR/git-weekly-cisrgd7mv6/tests/test-verify-volume-encryption.yml:10 ----- fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.97s /WORKDIR/git-weekly-cisrgd7mv6/.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 --- 1.96s /WORKDIR/git-weekly-cisrgd7mv6/.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 --- 1.94s /WORKDIR/git-weekly-cisrgd7mv6/.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 --- 1.89s /WORKDIR/git-weekly-cisrgd7mv6/.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 --- 1.80s /WORKDIR/git-weekly-cisrgd7mv6/.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 --- 1.58s /WORKDIR/git-weekly-cisrgd7mv6/.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 --- 1.56s /WORKDIR/git-weekly-cisrgd7mv6/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---