# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:2 Sunday 23 June 2024 14:20:51 +0000 (0:00:00.013) 0:00:00.013 *********** ok: [sut] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:10 Sunday 23 June 2024 14:20:51 +0000 (0:00:00.762) 0:00:00.775 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:20:51 +0000 (0:00:00.017) 0:00:00.792 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:20:51 +0000 (0:00:00.025) 0:00:00.818 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:20:51 +0000 (0:00:00.021) 0:00:00.839 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:20:51 +0000 (0:00:00.036) 0:00:00.876 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:20:52 +0000 (0:00:00.254) 0:00:01.130 *********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:20:52 +0000 (0:00:00.023) 0:00:01.153 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:20:52 +0000 (0:00:00.009) 0:00:01.163 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:20:52 +0000 (0:00:00.024) 0:00:01.187 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:20:52 +0000 (0:00:00.030) 0:00:01.218 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: python3-justbases-0.14-4.el8.noarch", "Installed: python3-justbytes-0.14-2.el8.noarch", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: libblockdev-fs-2.28-6.el8.x86_64", "Installed: volume_key-libs-0.3.11-6.el8.x86_64", "Installed: libblockdev-kbd-2.28-6.el8.x86_64", "Installed: luksmeta-9-4.el8.x86_64", "Installed: daxctl-libs-71.1-7.el8.x86_64", "Installed: clevis-15-15.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: python3-into-dbus-python-0.06-2.el8.noarch", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: mdadm-4.2-14.el8.x86_64", "Installed: clevis-luks-15-15.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: tpm2-tools-4.1.1-5.el8.x86_64", "Installed: libblockdev-mdraid-2.28-6.el8.x86_64", "Installed: oniguruma-6.8.2-3.el8.x86_64", "Installed: cryptsetup-2.3.7-7.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-14.el8.x86_64", "Installed: kmod-kvdo-6.2.8.7-94.el8.x86_64", "Installed: libblockdev-mpath-2.28-6.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-14.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-6.el8.x86_64", "Installed: jose-10-2.el8.x86_64", "Installed: python3-psutil-5.4.3-11.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libluksmeta-9-4.el8.x86_64", "Installed: stratis-cli-2.4.2-1.el8.noarch", "Installed: libblockdev-part-2.28-6.el8.x86_64", "Installed: jq-1.6-9.el8.x86_64", "Installed: stratisd-2.4.2-2.el8.x86_64", "Installed: lvm2-8:2.03.14-14.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-41.el8.x86_64", "Installed: python3-dbus-client-gen-0.4-1.el8.noarch", "Installed: python3-dbus-python-client-gen-0.7-3.el8.noarch", "Installed: python3-dbus-signature-pyparsing-0.03-2.el8.noarch", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-14.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: ndctl-libs-71.1-7.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64" ] } lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:21:43 +0000 (0:00:51.065) 0:00:52.283 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:21:43 +0000 (0:00:00.021) 0:00:52.304 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:21:43 +0000 (0:00:00.020) 0:00:52.325 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:21:44 +0000 (0:00:00.585) 0:00:52.911 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 23 June 2024 14:21:44 +0000 (0:00:00.035) 0:00:52.947 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 23 June 2024 14:21:44 +0000 (0:00:00.011) 0:00:52.958 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 23 June 2024 14:21:44 +0000 (0:00:00.011) 0:00:52.969 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:21:44 +0000 (0:00:00.009) 0:00:52.979 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:21:46 +0000 (0:00:02.487) 0:00:55.466 *********** 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" }, "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": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.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" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.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": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.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": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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": "active", "status": "enabled" }, "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-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "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-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-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": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.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-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "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": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:21:48 +0000 (0:00:01.665) 0:00:57.131 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.019) 0:00:57.151 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.011) 0:00:57.163 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.358) 0:00:57.522 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.535 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.032) 0:00:57.568 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.582 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.596 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.609 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.623 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.636 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.013) 0:00:57.650 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.012) 0:00:57.662 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.012) 0:00:57.674 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.188) 0:00:57.863 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:21:48 +0000 (0:00:00.011) 0:00:57.874 *********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:14 Sunday 23 June 2024 14:21:49 +0000 (0:00:00.628) 0:00:58.503 *********** 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-cit2qmq5o_/tests/tests_swap.yml:24 Sunday 23 June 2024 14:21:49 +0000 (0:00:00.016) 0:00:58.519 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:2 Sunday 23 June 2024 14:21:49 +0000 (0:00:00.025) 0:00:58.544 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:16 Sunday 23 June 2024 14:21:52 +0000 (0:00:02.498) 0:01:01.043 *********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:25 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.273) 0:01:01.316 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:34 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.013) 0:01:01.330 *********** 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-cit2qmq5o_/tests/get_unused_disk.yml:39 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.015) 0:01:01.345 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:44 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.012) 0:01:01.358 *********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:34 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.013) 0:01:01.372 *********** ok: [sut] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:38 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.012) 0:01:01.384 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.023) 0:01:01.408 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.017) 0:01:01.425 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.015) 0:01:01.441 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.032) 0:01:01.473 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.012) 0:01:01.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.013) 0:01:01.499 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.011) 0:01:01.511 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.011) 0:01:01.523 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.023) 0:01:01.546 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.037) 0:01:01.583 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.014) 0:01:01.598 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.015) 0:01:01.613 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.013) 0:01:01.626 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.013) 0:01:01.639 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.012) 0:01:01.652 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.014) 0:01:01.666 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.020) 0:01:01.687 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:21:52 +0000 (0:00:00.011) 0:01:01.698 *********** 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" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:21:57 +0000 (0:00:04.484) 0:01:06.183 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.012) 0:01:06.196 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.012) 0:01:06.208 *********** 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" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.015) 0:01:06.224 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.014) 0:01:06.238 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.014) 0:01:06.253 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.014) 0:01:06.267 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:21:57 +0000 (0:00:00.607) 0:01:06.874 *********** changed: [sut] => (item={'src': 'UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:21:58 +0000 (0:00:00.279) 0:01:07.154 *********** skipping: [sut] => (item={'src': 'UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf', '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, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:21:58 +0000 (0:00:00.019) 0:01:07.174 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:21:58 +0000 (0:00:00.459) 0:01:07.634 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:21:58 +0000 (0:00:00.191) 0:01:07.825 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:21:58 +0000 (0:00:00.011) 0:01:07.837 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:48 Sunday 23 June 2024 14:21:59 +0000 (0:00:00.600) 0:01:08.438 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:21:59 +0000 (0:00:00.020) 0:01:08.458 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:21:59 +0000 (0:00:00.013) 0:01:08.472 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:21:59 +0000 (0:00:00.016) 0:01:08.488 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "37c716e2-6323-417b-aba8-699f1f6b5ccf" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:21:59 +0000 (0:00:00.264) 0:01:08.752 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002899", "end": "2024-06-23 14:22:00.081157", "rc": 0, "start": "2024-06-23 14:22:00.078258" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.258) 0:01:09.011 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002831", "end": "2024-06-23 14:22:00.267586", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:22:00.264755" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.186) 0:01:09.197 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.011) 0:01:09.209 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.025) 0:01:09.234 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.017) 0:01:09.251 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.057) 0:01:09.308 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.015) 0:01:09.324 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.016) 0:01:09.341 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.013) 0:01:09.354 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.014) 0:01:09.369 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.012) 0:01:09.382 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.012) 0:01:09.395 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.012) 0:01:09.407 *********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002856", "end": "2024-06-23 14:22:00.666468", "rc": 0, "start": "2024-06-23 14:22:00.663612" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.188) 0:01:09.596 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002757", "end": "2024-06-23 14:22:00.856738", "rc": 0, "start": "2024-06-23 14:22:00.853981" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.190) 0:01:09.786 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.017) 0:01:09.803 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.011) 0:01:09.815 *********** 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=37c716e2-6323-417b-aba8-699f1f6b5ccf " ], "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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.025) 0:01:09.840 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.016) 0:01:09.856 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.016) 0:01:09.873 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.013) 0:01:09.886 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:22:00 +0000 (0:00:00.011) 0:01:09.898 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.018) 0:01:09.916 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.018) 0:01:09.934 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152517.2013218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152517.1783218, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 45030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152517.1783218, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.190) 0:01:10.124 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.017) 0:01:10.142 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.012) 0:01:10.154 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.015) 0:01:10.170 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.014) 0:01:10.184 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.013) 0:01:10.198 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.015) 0:01:10.213 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:22:01 +0000 (0:00:00.013) 0:01:10.227 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:22:03 +0000 (0:00:02.635) 0:01:12.862 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:22:03 +0000 (0:00:00.012) 0:01:12.875 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:22:03 +0000 (0:00:00.016) 0:01:12.891 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.026) 0:01:12.918 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:12.931 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:12.944 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:12.957 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:12.970 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:12.982 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.017) 0:01:13.000 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.015 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:13.028 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.041 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.054 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:13.067 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.016) 0:01:13.083 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.015) 0:01:13.098 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.113 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.126 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.140 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.154 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.169 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.182 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.195 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.209 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.016) 0:01:13.225 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.240 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.015) 0:01:13.256 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.271 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.016) 0:01:13.287 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.302 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.317 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.015) 0:01:13.332 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.015) 0:01:13.348 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.362 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.375 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.389 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.402 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.415 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.429 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.443 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.457 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.471 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:13.484 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.497 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.512 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.526 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.540 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.553 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.015) 0:01:13.569 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.583 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.017) 0:01:13.600 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.035) 0:01:13.636 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.649 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.012) 0:01:13.662 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.688 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.701 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.014) 0:01:13.716 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.729 *********** 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-cit2qmq5o_/tests/tests_swap.yml:51 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.013) 0:01:13.743 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:2 Sunday 23 June 2024 14:22:04 +0000 (0:00:00.021) 0:01:13.764 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:16 Sunday 23 June 2024 14:22:07 +0000 (0:00:02.644) 0:01:16.409 *********** ok: [sut] => { "changed": false, "disks": [ "sdb" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:25 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.195) 0:01:16.605 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:34 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.013) 0:01:16.618 *********** 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-cit2qmq5o_/tests/get_unused_disk.yml:39 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.015) 0:01:16.633 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:44 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.017) 0:01:16.651 *********** ok: [sut] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:58 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.015) 0:01:16.666 *********** ok: [sut] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:62 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.014) 0:01:16.680 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.029) 0:01:16.709 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.017) 0:01:16.727 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.015) 0:01:16.742 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.034) 0:01:16.777 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.013) 0:01:16.790 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.014) 0:01:16.804 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.011) 0:01:16.816 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.011) 0:01:16.827 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.024) 0:01:16.852 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.014) 0:01:16.866 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.012) 0:01:16.879 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.015) 0:01:16.894 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:22:07 +0000 (0:00:00.014) 0:01:16.909 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:22:08 +0000 (0:00:00.014) 0:01:16.923 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:22:08 +0000 (0:00:00.014) 0:01:16.938 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:22:08 +0000 (0:00:00.015) 0:01:16.953 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:22:08 +0000 (0:00:00.020) 0:01:16.974 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:22:08 +0000 (0:00:00.011) 0:01:16.985 *********** 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" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:22:16 +0000 (0:00:08.251) 0:01:25.237 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.015) 0:01:25.252 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.264 *********** 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" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.015) 0:01:25.280 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.014) 0:01:25.294 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.043) 0:01:25.337 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.350 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.363 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.376 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.388 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.401 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.188) 0:01:25.590 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:22:16 +0000 (0:00:00.012) 0:01:25.603 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:73 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.592) 0:01:26.195 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.021) 0:01:26.217 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.012) 0:01:26.230 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.016) 0:01:26.246 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "37c716e2-6323-417b-aba8-699f1f6b5ccf" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "22b405fe-b27d-4e04-8e62-3f3f75d6d43a" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.188) 0:01:26.435 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002836", "end": "2024-06-23 14:22:17.689811", "rc": 0, "start": "2024-06-23 14:22:17.686975" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.185) 0:01:26.620 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002978", "end": "2024-06-23 14:22:17.874599", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:22:17.871621" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.184) 0:01:26.805 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.011) 0:01:26.816 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.025) 0:01:26.842 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:22:17 +0000 (0:00:00.017) 0:01:26.860 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.050) 0:01:26.911 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.015) 0:01:26.926 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.016) 0:01:26.942 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.014) 0:01:26.957 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.015) 0:01:26.973 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.013) 0:01:26.987 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.016) 0:01:27.003 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.020) 0:01:27.023 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.013) 0:01:27.037 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.012) 0:01:27.050 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.014) 0:01:27.065 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.013) 0:01:27.078 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.029) 0:01:27.108 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.017) 0:01:27.125 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.017) 0:01:27.143 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.015) 0:01:27.158 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.012) 0:01:27.171 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.018) 0:01:27.189 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.048) 0:01:27.238 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152536.262378, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152536.262378, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 47262, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152536.262378, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.192) 0:01:27.431 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.016) 0:01:27.447 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.014) 0:01:27.461 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.015) 0:01:27.477 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.014) 0:01:27.491 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.013) 0:01:27.504 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.015) 0:01:27.520 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:22:18 +0000 (0:00:00.013) 0:01:27.533 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:22:21 +0000 (0:00:02.478) 0:01:30.012 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.027 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.040 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.019) 0:01:30.060 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.073 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.086 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.100 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.113 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.017) 0:01:30.131 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.018) 0:01:30.149 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.017) 0:01:30.166 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.179 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.193 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.205 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.011) 0:01:30.217 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.231 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.244 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.258 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.271 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.284 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.297 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.016) 0:01:30.313 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.327 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.340 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.354 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.368 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.381 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.015) 0:01:30.397 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.412 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.015) 0:01:30.428 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.442 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.456 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.470 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.015) 0:01:30.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.499 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.513 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.527 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.540 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.553 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.567 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.581 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.594 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.607 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.621 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.634 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.649 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.018) 0:01:30.667 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.682 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.695 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.709 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.722 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.015) 0:01:30.738 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.751 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.764 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.012) 0:01:30.777 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.791 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.017) 0:01:30.809 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.017) 0:01:30.826 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.841 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.013) 0:01:30.855 *********** 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-cit2qmq5o_/tests/tests_swap.yml:76 Sunday 23 June 2024 14:22:21 +0000 (0:00:00.014) 0:01:30.870 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.068) 0:01:30.939 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.018) 0:01:30.957 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.015) 0:01:30.973 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.035) 0:01:31.009 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.013) 0:01:31.023 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.014) 0:01:31.037 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.020) 0:01:31.058 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.012) 0:01:31.070 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.026) 0:01:31.097 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.015) 0:01:31.112 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.014) 0:01:31.127 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.015) 0:01:31.143 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.014) 0:01:31.157 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.016) 0:01:31.174 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.014) 0:01:31.188 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.016) 0:01:31.204 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.022) 0:01:31.227 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:22:22 +0000 (0:00:00.012) 0:01:31.240 *********** 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" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:22:30 +0000 (0:00:08.140) 0:01:39.380 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:22:30 +0000 (0:00:00.013) 0:01:39.393 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:22:30 +0000 (0:00:00.011) 0:01:39.404 *********** 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" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:22:30 +0000 (0:00:00.015) 0:01:39.419 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:22:30 +0000 (0:00:00.013) 0:01:39.433 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:22:30 +0000 (0:00:00.015) 0:01:39.449 *********** changed: [sut] => (item={'src': 'UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=37c716e2-6323-417b-aba8-699f1f6b5ccf" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:22:30 +0000 (0:00:00.200) 0:01:39.650 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:22:31 +0000 (0:00:00.456) 0:01:40.107 *********** changed: [sut] => (item={'src': 'UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9', '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": 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=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:22:31 +0000 (0:00:00.262) 0:01:40.369 *********** skipping: [sut] => (item={'src': 'UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9', '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, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:22:31 +0000 (0:00:00.018) 0:01:40.387 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:22:31 +0000 (0:00:00.454) 0:01:40.842 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.188) 0:01:41.031 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.012) 0:01:41.043 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:87 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.620) 0:01:41.664 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.024) 0:01:41.688 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.013) 0:01:41.701 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.016) 0:01:41.718 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "af1d192c-ed3d-4b9a-8560-d39cbc47cde9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "22b405fe-b27d-4e04-8e62-3f3f75d6d43a" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:22:32 +0000 (0:00:00.188) 0:01:41.906 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002649", "end": "2024-06-23 14:22:33.160530", "rc": 0, "start": "2024-06-23 14:22:33.157881" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.183) 0:01:42.090 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002792", "end": "2024-06-23 14:22:33.344130", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:22:33.341338" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.182) 0:01:42.273 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.011) 0:01:42.285 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.024) 0:01:42.309 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.016) 0:01:42.326 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.050) 0:01:42.376 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.015) 0:01:42.392 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.016) 0:01:42.408 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.421 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.016) 0:01:42.437 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.013) 0:01:42.450 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.013) 0:01:42.463 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.476 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.489 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.502 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.014) 0:01:42.516 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.528 *********** 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=af1d192c-ed3d-4b9a-8560-d39cbc47cde9 " ], "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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.025) 0:01:42.554 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.016) 0:01:42.570 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.014) 0:01:42.585 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.597 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.610 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.017) 0:01:42.627 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.018) 0:01:42.645 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152550.4064205, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152550.4064205, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 45030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152550.4064205, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.189) 0:01:42.835 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.016) 0:01:42.851 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.013) 0:01:42.864 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.015) 0:01:42.880 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.013) 0:01:42.894 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:22:33 +0000 (0:00:00.012) 0:01:42.906 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:22:34 +0000 (0:00:00.016) 0:01:42.923 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:22:34 +0000 (0:00:00.012) 0:01:42.936 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:22:36 +0000 (0:00:02.483) 0:01:45.419 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.432 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.444 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.017) 0:01:45.462 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.474 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.487 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.014) 0:01:45.501 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.514 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.528 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.016) 0:01:45.544 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.014) 0:01:45.559 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.572 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.586 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.599 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.011) 0:01:45.611 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.623 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.636 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.649 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.663 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.689 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.702 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.715 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.727 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.014) 0:01:45.742 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.014) 0:01:45.756 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.770 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.782 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.015) 0:01:45.798 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.811 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.015) 0:01:45.827 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.014) 0:01:45.841 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.014) 0:01:45.855 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.869 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.881 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.012) 0:01:45.894 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:22:36 +0000 (0:00:00.013) 0:01:45.908 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:45.920 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:45.933 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.013) 0:01:45.946 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:45.959 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:45.971 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.014) 0:01:45.985 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:45.998 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.011 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.024 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.036 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.049 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.014) 0:01:46.064 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.014) 0:01:46.078 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.091 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.013) 0:01:46.105 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.117 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.130 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.015) 0:01:46.146 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.014) 0:01:46.160 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.013) 0:01:46.173 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.013) 0:01:46.186 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.199 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.011) 0:01:46.210 *********** 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-cit2qmq5o_/tests/tests_swap.yml:90 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.223 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.030) 0:01:46.254 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.042) 0:01:46.297 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.015) 0:01:46.313 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.032) 0:01:46.345 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.013) 0:01:46.359 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.371 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.384 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.011) 0:01:46.396 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.025) 0:01:46.421 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.013) 0:01:46.434 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.015) 0:01:46.449 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.015) 0:01:46.465 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.477 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.017) 0:01:46.495 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.014) 0:01:46.509 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.012) 0:01:46.522 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.021) 0:01:46.544 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:22:37 +0000 (0:00:00.011) 0:01:46.555 *********** 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" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:22:41 +0000 (0:00:03.996) 0:01:50.552 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:22:41 +0000 (0:00:00.012) 0:01:50.565 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:22:41 +0000 (0:00:00.011) 0:01:50.576 *********** 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" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:22:41 +0000 (0:00:00.015) 0:01:50.592 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:22:41 +0000 (0:00:00.014) 0:01:50.607 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:22:41 +0000 (0:00:00.015) 0:01:50.622 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:22:41 +0000 (0:00:00.013) 0:01:50.635 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:22:42 +0000 (0:00:00.462) 0:01:51.097 *********** ok: [sut] => (item={'src': 'UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9', '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, "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=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:22:42 +0000 (0:00:00.301) 0:01:51.399 *********** skipping: [sut] => (item={'src': 'UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9', '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, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:22:42 +0000 (0:00:00.017) 0:01:51.416 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:22:43 +0000 (0:00:00.551) 0:01:51.968 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:22:43 +0000 (0:00:00.220) 0:01:52.189 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:22:43 +0000 (0:00:00.011) 0:01:52.201 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:101 Sunday 23 June 2024 14:22:43 +0000 (0:00:00.629) 0:01:52.830 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:22:43 +0000 (0:00:00.027) 0:01:52.857 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:22:43 +0000 (0:00:00.035) 0:01:52.893 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.016) 0:01:52.909 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "af1d192c-ed3d-4b9a-8560-d39cbc47cde9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "22b405fe-b27d-4e04-8e62-3f3f75d6d43a" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.187) 0:01:53.097 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002522", "end": "2024-06-23 14:22:44.349674", "rc": 0, "start": "2024-06-23 14:22:44.347152" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.181) 0:01:53.279 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002567", "end": "2024-06-23 14:22:44.531363", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:22:44.528796" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.181) 0:01:53.460 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.011) 0:01:53.472 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.024) 0:01:53.497 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.016) 0:01:53.513 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.051) 0:01:53.564 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.016) 0:01:53.581 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.016) 0:01:53.598 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.014) 0:01:53.612 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.014) 0:01:53.627 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.012) 0:01:53.639 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.012) 0:01:53.652 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.014) 0:01:53.666 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.012) 0:01:53.679 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.012) 0:01:53.692 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.014) 0:01:53.707 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.013) 0:01:53.720 *********** 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=af1d192c-ed3d-4b9a-8560-d39cbc47cde9 " ], "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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.025) 0:01:53.745 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.017) 0:01:53.763 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.015) 0:01:53.778 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.012) 0:01:53.791 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.011) 0:01:53.803 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.017) 0:01:53.820 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:22:44 +0000 (0:00:00.019) 0:01:53.839 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152550.4064205, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152550.4064205, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 45030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152550.4064205, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.188) 0:01:54.028 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.016) 0:01:54.044 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.013) 0:01:54.057 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.016) 0:01:54.074 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.014) 0:01:54.088 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.012) 0:01:54.100 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.014) 0:01:54.115 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:22:45 +0000 (0:00:00.012) 0:01:54.128 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:22:50 +0000 (0:00:05.700) 0:01:59.829 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:22:50 +0000 (0:00:00.013) 0:01:59.842 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:22:50 +0000 (0:00:00.012) 0:01:59.855 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:22:50 +0000 (0:00:00.018) 0:01:59.873 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:22:50 +0000 (0:00:00.014) 0:01:59.888 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:22:50 +0000 (0:00:00.014) 0:01:59.902 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:01:59.915 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:01:59.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:01:59.941 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.016) 0:01:59.958 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:01:59.973 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:01:59.987 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.000 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.013 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.011) 0:02:00.024 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.037 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.050 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.064 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.077 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.090 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.103 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.117 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.132 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.146 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.158 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.172 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.186 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.201 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.215 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.015) 0:02:00.231 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.245 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.259 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.273 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.287 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.301 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.316 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.329 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.342 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.355 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.015) 0:02:00.371 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.015) 0:02:00.386 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.016) 0:02:00.402 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.015) 0:02:00.418 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.433 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.447 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.460 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.473 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.487 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.500 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.514 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.527 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.542 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.556 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.015) 0:02:00.571 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.035) 0:02:00.607 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.621 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.012) 0:02:00.634 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.647 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.661 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.675 *********** 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-cit2qmq5o_/tests/tests_swap.yml:104 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.014) 0:02:00.690 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.036) 0:02:00.726 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.020) 0:02:00.747 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.015) 0:02:00.762 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.032) 0:02:00.795 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.809 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.823 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.011) 0:02:00.834 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.011) 0:02:00.846 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.023) 0:02:00.870 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.884 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:22:51 +0000 (0:00:00.013) 0:02:00.897 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.015) 0:02:00.913 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.014) 0:02:00.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.013) 0:02:00.941 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.012) 0:02:00.954 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.019) 0:02:00.973 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.020) 0:02:00.993 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:22:52 +0000 (0:00:00.011) 0:02:01.005 *********** 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" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "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=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:22:56 +0000 (0:00:04.443) 0:02:05.448 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:22:56 +0000 (0:00:00.014) 0:02:05.463 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:22:56 +0000 (0:00:00.012) 0:02:05.475 *********** 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" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "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=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:22:56 +0000 (0:00:00.017) 0:02:05.493 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:22:56 +0000 (0:00:00.015) 0:02:05.508 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:22:56 +0000 (0:00:00.015) 0:02:05.524 *********** changed: [sut] => (item={'src': 'UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9', 'path': '/opt/test', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=af1d192c-ed3d-4b9a-8560-d39cbc47cde9" } ok: [sut] => (item={'path': '/opt/test', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:22:56 +0000 (0:00:00.377) 0:02:05.901 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:22:57 +0000 (0:00:00.465) 0:02:06.367 *********** changed: [sut] => (item={'src': 'UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "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=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:22:57 +0000 (0:00:00.198) 0:02:06.565 *********** skipping: [sut] => (item={'src': 'UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4', '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, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:22:57 +0000 (0:00:00.017) 0:02:06.583 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.454) 0:02:07.038 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.189) 0:02:07.227 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.012) 0:02:07.239 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:114 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.576) 0:02:07.816 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.028) 0:02:07.844 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.013) 0:02:07.857 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:22:58 +0000 (0:00:00.016) 0:02:07.873 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "d1984e7a-7b4c-477d-a158-1b54e2c7d2b4" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "22b405fe-b27d-4e04-8e62-3f3f75d6d43a" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.189) 0:02:08.063 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002569", "end": "2024-06-23 14:22:59.317900", "rc": 0, "start": "2024-06-23 14:22:59.315331" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.184) 0:02:08.247 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002724", "end": "2024-06-23 14:22:59.502128", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:22:59.499404" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.184) 0:02:08.432 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.012) 0:02:08.444 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.024) 0:02:08.469 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.016) 0:02:08.486 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.051) 0:02:08.537 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.015) 0:02:08.553 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.017) 0:02:08.571 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.013) 0:02:08.584 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.016) 0:02:08.601 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.015) 0:02:08.616 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.041) 0:02:08.658 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.014) 0:02:08.672 *********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002540", "end": "2024-06-23 14:22:59.930214", "rc": 0, "start": "2024-06-23 14:22:59.927674" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:22:59 +0000 (0:00:00.188) 0:02:08.860 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002683", "end": "2024-06-23 14:23:00.116980", "rc": 0, "start": "2024-06-23 14:23:00.114297" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.186) 0:02:09.046 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.017) 0:02:09.064 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.011) 0:02:09.076 *********** 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=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4 " ], "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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.026) 0:02:09.103 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.016) 0:02:09.120 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.015) 0:02:09.135 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.012) 0:02:09.148 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.012) 0:02:09.161 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.017) 0:02:09.178 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.021) 0:02:09.199 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152576.4705036, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152576.4455035, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 45030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152576.4455035, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.193) 0:02:09.392 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.016) 0:02:09.409 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.015) 0:02:09.424 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.015) 0:02:09.439 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.013) 0:02:09.453 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.013) 0:02:09.467 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.015) 0:02:09.482 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:23:00 +0000 (0:00:00.013) 0:02:09.495 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:23:03 +0000 (0:00:02.491) 0:02:11.986 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.002 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.016 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.018) 0:02:12.035 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.016) 0:02:12.051 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.066 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.018) 0:02:12.085 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.100 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.021) 0:02:12.122 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.032) 0:02:12.155 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.036) 0:02:12.191 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.018) 0:02:12.210 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.026) 0:02:12.236 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.018) 0:02:12.254 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.023) 0:02:12.278 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.028) 0:02:12.306 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.321 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.335 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.350 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.366 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.379 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.393 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.407 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.422 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.017) 0:02:12.440 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.455 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.469 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.484 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.499 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.513 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.528 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.037) 0:02:12.566 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.580 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.594 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.607 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.620 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.634 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.648 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.661 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.689 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.702 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.715 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.742 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.755 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.768 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.781 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.794 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.015) 0:02:12.809 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.824 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.838 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.853 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.866 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.012) 0:02:12.879 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.014) 0:02:12.893 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:23:03 +0000 (0:00:00.013) 0:02:12.907 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.012) 0:02:12.919 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.013) 0:02:12.933 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.012) 0:02:12.945 *********** 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-cit2qmq5o_/tests/tests_swap.yml:117 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.011) 0:02:12.957 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.039) 0:02:12.996 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.018) 0:02:13.015 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.015) 0:02:13.030 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.032) 0:02:13.063 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.012) 0:02:13.076 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.012) 0:02:13.089 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.012) 0:02:13.102 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.011) 0:02:13.113 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.024) 0:02:13.137 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.014) 0:02:13.152 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.015) 0:02:13.168 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.016) 0:02:13.185 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.014) 0:02:13.199 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.014) 0:02:13.214 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.015) 0:02:13.229 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.014) 0:02:13.244 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.024) 0:02:13.268 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:23:04 +0000 (0:00:00.013) 0:02:13.282 *********** 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" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:23:08 +0000 (0:00:03.943) 0:02:17.226 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.014) 0:02:17.241 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.011) 0:02:17.253 *********** 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" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.015) 0:02:17.268 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.013) 0:02:17.282 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.015) 0:02:17.297 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.014) 0:02:17.311 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:23:08 +0000 (0:00:00.460) 0:02:17.771 *********** ok: [sut] => (item={'src': 'UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4', '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, "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=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:23:09 +0000 (0:00:00.199) 0:02:17.971 *********** skipping: [sut] => (item={'src': 'UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4', '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, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:23:09 +0000 (0:00:00.017) 0:02:17.989 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:23:09 +0000 (0:00:00.457) 0:02:18.447 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:23:09 +0000 (0:00:00.191) 0:02:18.638 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:23:09 +0000 (0:00:00.017) 0:02:18.656 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:127 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.622) 0:02:19.278 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.028) 0:02:19.307 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.013) 0:02:19.320 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.016) 0:02:19.336 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "d1984e7a-7b4c-477d-a158-1b54e2c7d2b4" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "22b405fe-b27d-4e04-8e62-3f3f75d6d43a" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.190) 0:02:19.527 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002753", "end": "2024-06-23 14:23:10.781165", "rc": 0, "start": "2024-06-23 14:23:10.778412" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.185) 0:02:19.712 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002685", "end": "2024-06-23 14:23:10.966688", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:23:10.964003" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:23:10 +0000 (0:00:00.187) 0:02:19.899 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.011) 0:02:19.911 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.024) 0:02:19.936 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:19.953 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.052) 0:02:20.005 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:20.021 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.017) 0:02:20.039 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.013) 0:02:20.052 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:20.068 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.013) 0:02:20.081 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.013) 0:02:20.095 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:20.111 *********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002882", "end": "2024-06-23 14:23:11.370772", "rc": 0, "start": "2024-06-23 14:23:11.367890" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.188) 0:02:20.300 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002909", "end": "2024-06-23 14:23:11.558446", "rc": 0, "start": "2024-06-23 14:23:11.555537" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.188) 0:02:20.489 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.019) 0:02:20.508 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.012) 0:02:20.521 *********** 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=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4 " ], "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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.027) 0:02:20.548 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.017) 0:02:20.565 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.015) 0:02:20.581 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.012) 0:02:20.594 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.011) 0:02:20.606 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:20.623 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.018) 0:02:20.641 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152576.4705036, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152576.4455035, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 45030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152576.4455035, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.189) 0:02:20.830 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:20.846 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.012) 0:02:20.859 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.016) 0:02:20.875 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.013) 0:02:20.889 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:23:11 +0000 (0:00:00.013) 0:02:20.902 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:23:12 +0000 (0:00:00.015) 0:02:20.917 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:23:12 +0000 (0:00:00.012) 0:02:20.930 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:23:14 +0000 (0:00:02.485) 0:02:23.416 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.429 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.443 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.018) 0:02:23.462 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.476 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.012) 0:02:23.489 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.503 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.015) 0:02:23.519 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.533 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.020) 0:02:23.553 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.018) 0:02:23.572 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.040) 0:02:23.613 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.627 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.020) 0:02:23.648 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.662 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.012) 0:02:23.688 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.702 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.715 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.012) 0:02:23.728 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.012) 0:02:23.740 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.012) 0:02:23.753 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.012) 0:02:23.766 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.780 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.793 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.807 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.013) 0:02:23.821 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.835 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.850 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.015) 0:02:23.866 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.880 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:23:14 +0000 (0:00:00.014) 0:02:23.894 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.015) 0:02:23.910 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.015) 0:02:23.925 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:23.938 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.014) 0:02:23.953 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:23.966 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:23.978 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.011) 0:02:23.990 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.003 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.016 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.015) 0:02:24.032 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.045 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.057 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.070 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.083 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.095 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.109 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.122 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.015) 0:02:24.138 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.014) 0:02:24.152 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.166 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.179 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.014) 0:02:24.193 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.206 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.219 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.231 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.245 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.258 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.272 *********** 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-cit2qmq5o_/tests/tests_swap.yml:130 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.011) 0:02:24.284 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.043) 0:02:24.327 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.017) 0:02:24.344 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.015) 0:02:24.360 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.033) 0:02:24.394 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.014) 0:02:24.408 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.014) 0:02:24.422 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.434 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.446 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.054) 0:02:24.501 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.514 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.527 *********** 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 [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.016) 0:02:24.543 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.013) 0:02:24.557 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.012) 0:02:24.570 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.015) 0:02:24.585 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.014) 0:02:24.599 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.020) 0:02:24.620 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 23 June 2024 14:23:15 +0000 (0:00:00.011) 0:02:24.632 *********** 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" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 23 June 2024 14:23:19 +0000 (0:00:04.003) 0:02:28.636 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 23 June 2024 14:23:19 +0000 (0:00:00.014) 0:02:28.650 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 23 June 2024 14:23:19 +0000 (0:00:00.013) 0:02:28.663 *********** 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" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 23 June 2024 14:23:19 +0000 (0:00:00.018) 0:02:28.682 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 23 June 2024 14:23:19 +0000 (0:00:00.015) 0:02:28.698 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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 [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 23 June 2024 14:23:19 +0000 (0:00:00.019) 0:02:28.717 *********** changed: [sut] => (item={'src': 'UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 23 June 2024 14:23:20 +0000 (0:00:00.201) 0:02:28.919 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 23 June 2024 14:23:20 +0000 (0:00:00.449) 0:02:29.368 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 23 June 2024 14:23:20 +0000 (0:00:00.013) 0:02:29.382 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 23 June 2024 14:23:20 +0000 (0:00:00.013) 0:02:29.395 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 23 June 2024 14:23:20 +0000 (0:00:00.453) 0:02:29.849 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152150.435245, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.196) 0:02:30.045 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.013) 0:02:30.059 *********** ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/tests_swap.yml:146 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.585) 0:02:30.645 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:2 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.031) 0:02:30.677 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:7 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.013) 0:02:30.690 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=d1984e7a-7b4c-477d-a158-1b54e2c7d2b4", "_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=22b405fe-b27d-4e04-8e62-3f3f75d6d43a", "_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-cit2qmq5o_/tests/verify-role-results.yml:15 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.016) 0:02:30.706 *********** 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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:20 Sunday 23 June 2024 14:23:21 +0000 (0:00:00.187) 0:02:30.894 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002860", "end": "2024-06-23 14:23:22.151313", "rc": 0, "start": "2024-06-23 14:23:22.148453" } STDOUT: # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:25 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.187) 0:02:31.082 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002816", "end": "2024-06-23 14:23:22.337063", "failed_when_result": false, "rc": 0, "start": "2024-06-23 14:23:22.334247" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:34 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.184) 0:02:31.266 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:44 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.011) 0:02:31.278 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.031) 0:02:31.310 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.051) 0:02:31.361 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.063) 0:02:31.425 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.016) 0:02:31.441 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.023) 0:02:31.465 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.014) 0:02:31.480 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.014) 0:02:31.494 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.015) 0:02:31.510 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.014) 0:02:31.525 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.013) 0:02:31.538 *********** ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002838", "end": "2024-06-23 14:23:22.800456", "rc": 0, "start": "2024-06-23 14:23:22.797618" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:23:22 +0000 (0:00:00.192) 0:02:31.731 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002860", "end": "2024-06-23 14:23:22.990381", "rc": 0, "start": "2024-06-23 14:23:22.987521" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.189) 0:02:31.921 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.017) 0:02:31.939 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.013) 0:02:31.952 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.025) 0:02:31.977 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.012) 0:02:31.990 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.015) 0:02:32.005 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.012) 0:02:32.018 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.011) 0:02:32.029 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.014) 0:02:32.044 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.013) 0:02:32.058 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152599.6585774, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152599.6585774, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 45030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152599.6585774, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.191) 0:02:32.250 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.017) 0:02:32.267 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.012) 0:02:32.280 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.009) 0:02:32.290 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.013) 0:02:32.304 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.013) 0:02:32.317 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.011) 0:02:32.328 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:23:23 +0000 (0:00:00.014) 0:02:32.343 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:23:25 +0000 (0:00:02.512) 0:02:34.856 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:23:25 +0000 (0:00:00.040) 0:02:34.896 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.015) 0:02:34.912 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.011) 0:02:34.923 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:34.936 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:34.950 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.011) 0:02:34.962 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:34.974 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.011) 0:02:34.985 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.016) 0:02:35.002 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.015) 0:02:35.018 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.031 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.045 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.059 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.071 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.085 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.099 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.113 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.128 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.015) 0:02:35.144 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.159 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.174 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.187 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.200 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.213 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.228 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.242 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.256 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.270 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.284 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.297 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.311 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.325 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.339 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.353 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.366 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.379 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.028) 0:02:35.408 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.422 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.435 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.450 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.463 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.477 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.015) 0:02:35.492 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.505 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.015) 0:02:35.520 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.534 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.547 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.560 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.016) 0:02:35.577 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.591 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.017) 0:02:35.609 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.014) 0:02:35.623 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.636 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.649 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.018) 0:02:35.667 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.680 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.693 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.707 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:2 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.719 *********** 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-cit2qmq5o_/tests/test-verify-volume.yml:21 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.015) 0:02:35.734 *********** included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:7 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.052) 0:02:35.787 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:16 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.043) 0:02:35.830 *********** 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-cit2qmq5o_/tests/test-verify-volume-mount.yml:31 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.016) 0:02:35.847 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:44 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.860 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:53 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.010) 0:02:35.871 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:65 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.012) 0:02:35.884 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:77 Sunday 23 June 2024 14:23:26 +0000 (0:00:00.013) 0:02:35.897 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:92 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.015) 0:02:35.912 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:98 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.012) 0:02:35.925 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:104 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.012) 0:02:35.938 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-mount.yml:116 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.012) 0:02:35.951 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:2 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.011) 0:02:35.963 *********** 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-cit2qmq5o_/tests/test-verify-volume-fstab.yml:40 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.026) 0:02:35.989 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:48 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.014) 0:02:36.004 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:58 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.015) 0:02:36.019 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fstab.yml:71 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.014) 0:02:36.033 *********** 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-cit2qmq5o_/tests/test-verify-volume-fs.yml:6 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.012) 0:02:36.046 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-fs.yml:17 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.013) 0:02:36.060 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:3 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.014) 0:02:36.074 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1719152599.604577, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719152599.604577, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 47262, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1719152599.604577, "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-cit2qmq5o_/tests/test-verify-volume-device.yml:9 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.192) 0:02:36.267 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:16 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.017) 0:02:36.285 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:24 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.012) 0:02:36.298 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:30 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.010) 0:02:36.308 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:34 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.014) 0:02:36.323 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-device.yml:39 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.013) 0:02:36.336 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:3 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.012) 0:02:36.348 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 Sunday 23 June 2024 14:23:27 +0000 (0:00:00.013) 0:02:36.362 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:17 Sunday 23 June 2024 14:23:30 +0000 (0:00:02.612) 0:02:38.974 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:23 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:38.988 *********** skipping: [sut] => { "changed": false, "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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:32 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.001 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:45 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.011) 0:02:39.012 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:51 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.025 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:56 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.038 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:69 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.010) 0:02:39.049 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:81 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.061 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:94 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.010) 0:02:39.072 *********** 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-cit2qmq5o_/tests/test-verify-volume-encryption.yml:106 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.016) 0:02:39.088 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:114 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.015) 0:02:39.104 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:122 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.117 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:131 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.131 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:140 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.146 *********** 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-cit2qmq5o_/tests/test-verify-volume-md.yml:8 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.158 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:14 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.171 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:21 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.184 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:28 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.196 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:35 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.209 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:45 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.224 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:54 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.015) 0:02:39.239 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:63 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.252 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:72 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.266 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-md.yml:81 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.280 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:3 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.292 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:11 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.307 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:20 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.037) 0:02:39.344 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:28 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.015) 0:02:39.360 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:32 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.375 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:46 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.388 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:50 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.400 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:54 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.413 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:58 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.428 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:68 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.441 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:72 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.454 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:77 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:83 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.480 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:88 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.493 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:96 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.508 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:104 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.521 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:109 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.534 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:113 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.547 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:117 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.560 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:121 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.573 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:129 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.587 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:138 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.602 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:142 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.614 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:150 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.627 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:156 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.640 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-size.yml:160 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.654 *********** 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-cit2qmq5o_/tests/test-verify-volume-size.yml:164 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.668 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:5 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.682 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:13 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.695 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:18 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.014) 0:02:39.710 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:27 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.723 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:35 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.736 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:41 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.015) 0:02:39.751 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-cache.yml:47 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.765 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume.yml:27 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.013) 0:02:39.778 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cit2qmq5o_/tests/verify-role-results.yml:54 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.012) 0:02:39.790 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=465 changed=12 unreachable=0 failed=0 skipped=628 rescued=0 ignored=0 Sunday 23 June 2024 14:23:30 +0000 (0:00:00.007) 0:02:39.798 *********** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 51.07s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 8.25s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 8.14s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 5.70s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.48s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.44s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.00s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.00s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.94s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure test packages ---------------------------------------------------- 2.64s /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.64s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.61s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.51s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.50s /WORKDIR/git-weekly-cit2qmq5o_/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 2.49s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-cit2qmq5o_/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Get service facts -------------------------- 1.67s /WORKDIR/git-weekly-cit2qmq5o_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---