# 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_volume_relabel_scsi_generated.yml ****************************** 2 plays in /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel_scsi_generated.yml PLAY [Run test tests_volume_relabel.yml for scsi] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel_scsi_generated.yml:3 Sunday 02 June 2024 10:36:54 +0000 (0:00:00.011) 0:00:00.011 *********** ok: [sut] META: ran handlers TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel_scsi_generated.yml:8 Sunday 02 June 2024 10:36:55 +0000 (0:00:00.753) 0:00:00.765 *********** ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test volume relabel] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:2 Sunday 02 June 2024 10:36:55 +0000 (0:00:00.010) 0:00:00.775 *********** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:11 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.480) 0:00:01.255 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.025) 0:00:01.281 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.022) 0:00:01.304 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.018) 0:00:01.323 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.032) 0:00:01.355 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.222) 0:00:01.578 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.019) 0:00:01.598 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.008) 0:00:01.607 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.007) 0:00:01.615 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:36:56 +0000 (0:00:00.028) 0:00:01.644 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libbytesize-1.4-3.el8.x86_64", "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: daxctl-libs-71.1-7.el8.x86_64", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: mdadm-4.2-14.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: libblockdev-mdraid-2.28-6.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: lsof-4.93.2-1.el8.x86_64", "Installed: libblockdev-part-2.28-6.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: lvm2-libs-8:2.03.14-14.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: ndctl-libs-71.1-7.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64" ] } lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:37:41 +0000 (0:00:44.858) 0:00:46.503 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.019) 0:00:46.522 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.017) 0:00:46.539 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.463) 0:00:47.003 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.034) 0:00:47.037 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.008) 0:00:47.046 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.008) 0:00:47.055 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:37:41 +0000 (0:00:00.007) 0:00:47.063 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:37:44 +0000 (0:00:02.356) 0:00:49.420 *********** 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" }, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:37:45 +0000 (0:00:01.473) 0:00:50.893 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:37:45 +0000 (0:00:00.018) 0:00:50.911 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:37:45 +0000 (0:00:00.010) 0:00:50.921 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.329) 0:00:51.251 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.012) 0:00:51.263 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.009) 0:00:51.273 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.011) 0:00:51.284 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.011) 0:00:51.296 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.011) 0:00:51.307 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.011) 0:00:51.319 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.010) 0:00:51.330 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.010) 0:00:51.340 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.010) 0:00:51.350 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.010) 0:00:51.361 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.176) 0:00:51.537 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:37:46 +0000 (0:00:00.010) 0:00:51.548 *********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:15 Sunday 02 June 2024 10:37:47 +0000 (0:00:00.547) 0:00:52.096 *********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:24 Sunday 02 June 2024 10:37:47 +0000 (0:00:00.014) 0:00:52.110 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/get_unused_disk.yml:2 Sunday 02 June 2024 10:37:47 +0000 (0:00:00.016) 0:00:52.126 *********** 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-cixfv4pdeu/tests/get_unused_disk.yml:16 Sunday 02 June 2024 10:37:49 +0000 (0:00:02.348) 0:00:54.475 *********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/get_unused_disk.yml:25 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.270) 0:00:54.745 *********** 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-cixfv4pdeu/tests/get_unused_disk.yml:30 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.014) 0:00:54.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/get_unused_disk.yml:35 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.011) 0:00:54.771 *********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Set label] *************************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:30 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.011) 0:00:54.783 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.020) 0:00:54.804 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.015) 0:00:54.819 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.012) 0:00:54.831 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.031) 0:00:54.863 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:54.874 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:54.884 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:54.895 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:54.905 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.037) 0:00:54.943 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.011) 0:00:54.955 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.011) 0:00:54.967 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_label": "label", "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.012) 0:00:54.979 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:54.990 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.011) 0:00:55.001 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:55.012 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.010) 0:00:55.022 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.018) 0:00:55.040 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:37:49 +0000 (0:00:00.009) 0:00:55.050 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "label", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:37:54 +0000 (0:00:04.390) 0:00:59.440 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:37:54 +0000 (0:00:00.012) 0:00:59.452 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:37:54 +0000 (0:00:00.010) 0:00:59.463 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "label", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:37:54 +0000 (0:00:00.014) 0:00:59.477 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:37:54 +0000 (0:00:00.012) 0:00:59.490 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "label", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:37:54 +0000 (0:00:00.012) 0:00:59.503 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:37:54 +0000 (0:00:00.011) 0:00:59.515 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:37:55 +0000 (0:00:00.575) 0:01:00.090 *********** changed: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:37:55 +0000 (0:00:00.312) 0:01:00.403 *********** skipping: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:37:55 +0000 (0:00:00.015) 0:01:00.419 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:37:55 +0000 (0:00:00.425) 0:01:00.845 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:37:55 +0000 (0:00:00.181) 0:01:01.026 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:37:55 +0000 (0:00:00.010) 0:01:01.037 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:42 Sunday 02 June 2024 10:37:56 +0000 (0:00:00.582) 0:01:01.619 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:2 Sunday 02 June 2024 10:37:56 +0000 (0:00:00.018) 0:01:01.638 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:7 Sunday 02 June 2024 10:37:56 +0000 (0:00:00.010) 0:01:01.648 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "label", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/verify-role-results.yml:15 Sunday 02 June 2024 10:37:56 +0000 (0:00:00.013) 0:01:01.662 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext4", "label": "label", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "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-cixfv4pdeu/tests/verify-role-results.yml:20 Sunday 02 June 2024 10:37:56 +0000 (0:00:00.244) 0:01:01.907 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002609", "end": "2024-06-02 10:37:57.041522", "rc": 0, "start": "2024-06-02 10:37:57.038913" } 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=32bf4524-6983-402d-85f5-c858c84859f5 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:25 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.240) 0:01:02.147 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002671", "end": "2024-06-02 10:37:57.218787", "failed_when_result": false, "rc": 0, "start": "2024-06-02 10:37:57.216116" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:34 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.179) 0:01:02.327 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:44 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.011) 0:01:02.338 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:2 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.022) 0:01:02.361 *********** 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-cixfv4pdeu/tests/test-verify-volume.yml:21 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.014) 0:01:02.376 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:7 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.059) 0:01:02.435 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:16 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.014) 0:01:02.449 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:38 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.018) 0:01:02.468 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:51 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.012) 0:01:02.481 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:63 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.015) 0:01:02.496 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:71 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.013) 0:01:02.510 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:83 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.521 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:95 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.532 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:110 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.542 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:122 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.014) 0:01:02.557 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:128 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.568 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:134 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.578 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:146 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.589 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:2 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.599 *********** 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=32bf4524-6983-402d-85f5-c858c84859f5 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:40 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.023) 0:01:02.623 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:48 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.014) 0:01:02.638 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:58 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.012) 0:01:02.651 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:71 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.662 *********** 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-cixfv4pdeu/tests/test-verify-volume-fs.yml:3 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.672 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml:12 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.014) 0:01:02.687 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:3 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.014) 0:01:02.702 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324674.2878392, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717324674.2878392, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46466, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717324674.2878392, "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-cixfv4pdeu/tests/test-verify-volume-device.yml:9 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.179) 0:01:02.882 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:16 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.015) 0:01:02.897 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:24 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.908 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:30 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.012) 0:01:02.921 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:34 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.012) 0:01:02.933 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:39 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.944 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:3 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.012) 0:01:02.957 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 Sunday 02 June 2024 10:37:57 +0000 (0:00:00.010) 0:01:02.967 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.3.7-7.el8.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:17 Sunday 02 June 2024 10:38:01 +0000 (0:00:03.231) 0:01:06.199 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:23 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.211 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:32 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.222 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:45 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.017) 0:01:06.240 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:51 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.251 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:56 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.261 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:69 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.272 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:81 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.283 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:94 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.293 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:106 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.016) 0:01:06.310 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:114 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.014) 0:01:06.324 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:122 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.336 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:131 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.347 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:140 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.358 *********** 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-cixfv4pdeu/tests/test-verify-volume-md.yml:8 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.368 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:14 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.380 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:21 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.391 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:28 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.402 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:35 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.412 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:45 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.423 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:54 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.434 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:63 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.446 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:72 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.457 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:81 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:3 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.478 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:11 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.489 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:20 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.502 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:28 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.515 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:32 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.527 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:46 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.539 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:50 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.551 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:54 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.013) 0:01:06.564 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:58 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.576 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:68 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.589 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:72 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.600 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:77 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.611 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:83 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.621 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:88 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.632 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:96 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.643 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:104 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.654 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:109 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.665 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:113 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.010) 0:01:06.676 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:117 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.688 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:121 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.701 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:129 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.714 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:138 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.017) 0:01:06.731 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:142 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.014) 0:01:06.746 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:150 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.758 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:156 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.016) 0:01:06.775 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:160 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.014) 0:01:06.790 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:164 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.803 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:5 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.014) 0:01:06.817 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:13 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.017) 0:01:06.835 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:18 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.015) 0:01:06.850 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:27 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.014) 0:01:06.864 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:35 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.016) 0:01:06.880 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:41 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.018) 0:01:06.899 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:47 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.014) 0:01:06.914 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:27 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.927 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:54 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:06.939 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Relabel] ***************************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:45 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.011) 0:01:06.950 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.045) 0:01:06.996 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.016) 0:01:07.012 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.013) 0:01:07.026 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.031) 0:01:07.058 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.013) 0:01:07.071 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:01 +0000 (0:00:00.012) 0:01:07.083 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.010) 0:01:07.094 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.010) 0:01:07.105 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.023) 0:01:07.128 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.012) 0:01:07.140 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.011) 0:01:07.152 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_label": "relabel", "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.013) 0:01:07.165 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.011) 0:01:07.177 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.013) 0:01:07.190 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.012) 0:01:07.202 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.012) 0:01:07.215 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.018) 0:01:07.233 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:02 +0000 (0:00:00.009) 0:01:07.243 *********** changed: [sut] => { "actions": [ { "action": "configure format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:38:06 +0000 (0:00:04.045) 0:01:11.288 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.012) 0:01:11.301 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.009) 0:01:11.310 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "configure format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.013) 0:01:11.323 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.011) 0:01:11.335 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.013) 0:01:11.348 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.011) 0:01:11.360 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.433) 0:01:11.793 *********** ok: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.186) 0:01:11.980 *********** skipping: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:38:06 +0000 (0:00:00.017) 0:01:11.997 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:38:07 +0000 (0:00:00.427) 0:01:12.424 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:38:07 +0000 (0:00:00.178) 0:01:12.603 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:38:07 +0000 (0:00:00.011) 0:01:12.614 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:57 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.647) 0:01:13.262 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:2 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.020) 0:01:13.282 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:7 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.030) 0:01:13.313 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/verify-role-results.yml:15 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.015) 0:01:13.328 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext4", "label": "relabel", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "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-cixfv4pdeu/tests/verify-role-results.yml:20 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.177) 0:01:13.506 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002480", "end": "2024-06-02 10:38:08.573240", "rc": 0, "start": "2024-06-02 10:38:08.570760" } 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=32bf4524-6983-402d-85f5-c858c84859f5 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:25 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.173) 0:01:13.680 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002482", "end": "2024-06-02 10:38:08.747709", "failed_when_result": false, "rc": 0, "start": "2024-06-02 10:38:08.745227" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:34 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.176) 0:01:13.856 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:44 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.011) 0:01:13.867 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:2 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.022) 0:01:13.890 *********** 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-cixfv4pdeu/tests/test-verify-volume.yml:21 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.015) 0:01:13.905 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:7 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.051) 0:01:13.957 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:16 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.014) 0:01:13.972 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:38 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.019) 0:01:13.991 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:51 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.012) 0:01:14.004 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:63 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.015) 0:01:14.019 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:71 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.014) 0:01:14.034 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:83 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.013) 0:01:14.048 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:95 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.012) 0:01:14.060 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:110 Sunday 02 June 2024 10:38:08 +0000 (0:00:00.012) 0:01:14.073 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:122 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.015) 0:01:14.089 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:128 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.012) 0:01:14.102 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:134 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.012) 0:01:14.114 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:146 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.013) 0:01:14.128 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:2 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.012) 0:01:14.141 *********** 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=32bf4524-6983-402d-85f5-c858c84859f5 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:40 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.027) 0:01:14.168 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:48 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.017) 0:01:14.185 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:58 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.017) 0:01:14.203 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:71 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.014) 0:01:14.218 *********** 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-cixfv4pdeu/tests/test-verify-volume-fs.yml:3 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.014) 0:01:14.233 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml:12 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.017) 0:01:14.251 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:3 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.027) 0:01:14.279 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324686.1428149, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717324686.1428149, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46466, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717324686.1428149, "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-cixfv4pdeu/tests/test-verify-volume-device.yml:9 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.182) 0:01:14.462 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:16 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.017) 0:01:14.479 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:24 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.018) 0:01:14.498 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:30 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.014) 0:01:14.513 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:34 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.013) 0:01:14.527 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:39 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.012) 0:01:14.540 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:3 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.016) 0:01:14.556 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 Sunday 02 June 2024 10:38:09 +0000 (0:00:00.012) 0:01:14.569 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:17 Sunday 02 June 2024 10:38:11 +0000 (0:00:02.371) 0:01:16.941 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:23 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.012) 0:01:16.953 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:32 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.011) 0:01:16.964 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:45 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.016) 0:01:16.980 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:51 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.010) 0:01:16.991 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:56 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.010) 0:01:17.002 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:69 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.010) 0:01:17.012 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:81 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.010) 0:01:17.023 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:94 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.011) 0:01:17.035 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:106 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.015) 0:01:17.050 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:114 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.012) 0:01:17.063 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:122 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.010) 0:01:17.073 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:131 Sunday 02 June 2024 10:38:11 +0000 (0:00:00.010) 0:01:17.084 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:140 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.096 *********** 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-cixfv4pdeu/tests/test-verify-volume-md.yml:8 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.013) 0:01:17.110 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:14 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.122 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:21 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.132 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:28 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.143 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:35 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.154 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:45 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.164 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:54 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.176 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:63 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.187 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:72 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.198 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:81 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.208 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:3 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.219 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:11 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.231 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:20 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.243 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:28 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.255 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:32 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.266 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:46 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.278 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:50 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.290 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:54 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.301 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:58 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.314 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:68 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.326 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:72 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.337 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:77 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.347 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:83 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.358 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:88 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.368 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:96 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.380 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:104 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.390 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:109 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.401 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:113 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.412 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:117 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.422 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:121 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.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-cixfv4pdeu/tests/test-verify-volume-size.yml:129 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.444 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:138 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.455 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:142 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.466 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:150 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.476 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:156 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.487 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:160 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.498 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:164 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.511 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:5 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.523 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:13 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.534 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:18 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.544 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:27 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.555 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:35 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.566 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:41 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.577 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:47 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.589 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:27 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.600 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:54 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.610 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Run relabel again to verify idempotence] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:60 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.621 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.041) 0:01:17.662 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.015) 0:01:17.678 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.691 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.030) 0:01:17.722 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.733 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.743 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.754 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.765 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.022) 0:01:17.788 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.800 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.812 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_label": "relabel", "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.012) 0:01:17.825 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.836 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.011) 0:01:17.848 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.859 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.010) 0:01:17.870 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.018) 0:01:17.888 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:12 +0000 (0:00:00.009) 0:01:17.898 *********** 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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:38:16 +0000 (0:00:03.666) 0:01:21.564 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.012) 0:01:21.577 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.010) 0:01:21.587 *********** 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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.013) 0:01:21.601 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.012) 0:01:21.614 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.012) 0:01:21.627 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.011) 0:01:21.638 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:38:16 +0000 (0:00:00.436) 0:01:22.075 *********** ok: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:38:17 +0000 (0:00:00.191) 0:01:22.266 *********** skipping: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:38:17 +0000 (0:00:00.015) 0:01:22.282 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:38:17 +0000 (0:00:00.428) 0:01:22.711 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:38:17 +0000 (0:00:00.183) 0:01:22.894 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:38:17 +0000 (0:00:00.010) 0:01:22.905 *********** ok: [sut] TASK [Check for idempotency] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:72 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.563) 0:01:23.468 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:77 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.014) 0:01:23.483 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:2 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.022) 0:01:23.505 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:7 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.033) 0:01:23.539 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/verify-role-results.yml:15 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.016) 0:01:23.555 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext4", "label": "relabel", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "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-cixfv4pdeu/tests/verify-role-results.yml:20 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.178) 0:01:23.734 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002482", "end": "2024-06-02 10:38:18.804021", "rc": 0, "start": "2024-06-02 10:38:18.801539" } 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=32bf4524-6983-402d-85f5-c858c84859f5 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:25 Sunday 02 June 2024 10:38:18 +0000 (0:00:00.176) 0:01:23.910 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002417", "end": "2024-06-02 10:38:18.977828", "failed_when_result": false, "rc": 0, "start": "2024-06-02 10:38:18.975411" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:34 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.175) 0:01:24.086 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:44 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.011) 0:01:24.097 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:2 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.022) 0:01:24.119 *********** 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-cixfv4pdeu/tests/test-verify-volume.yml:21 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.014) 0:01:24.133 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:7 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.050) 0:01:24.184 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:16 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.013) 0:01:24.197 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:38 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.017) 0:01:24.214 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:51 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.011) 0:01:24.226 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:63 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.013) 0:01:24.240 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:71 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.012) 0:01:24.253 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:83 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.011) 0:01:24.265 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:95 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.275 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:110 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.286 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:122 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.013) 0:01:24.300 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:128 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.310 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:134 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.321 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:146 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.011) 0:01:24.333 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:2 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.343 *********** 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=32bf4524-6983-402d-85f5-c858c84859f5 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:40 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.023) 0:01:24.367 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:48 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.013) 0:01:24.381 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:58 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.012) 0:01:24.394 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:71 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.404 *********** 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-cixfv4pdeu/tests/test-verify-volume-fs.yml:3 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.011) 0:01:24.416 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml:12 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.014) 0:01:24.431 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:3 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.016) 0:01:24.447 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324686.1428149, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717324686.1428149, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46466, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717324686.1428149, "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-cixfv4pdeu/tests/test-verify-volume-device.yml:9 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.183) 0:01:24.631 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:16 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.015) 0:01:24.646 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:24 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.657 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:30 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.012) 0:01:24.669 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:34 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.011) 0:01:24.681 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:39 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.691 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:3 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.013) 0:01:24.705 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 Sunday 02 June 2024 10:38:19 +0000 (0:00:00.010) 0:01:24.716 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:17 Sunday 02 June 2024 10:38:22 +0000 (0:00:02.374) 0:01:27.090 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:23 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.103 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:32 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.116 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:45 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.018) 0:01:27.134 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:51 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.146 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:56 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.158 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:69 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.169 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:81 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.182 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:94 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.194 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:106 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.015) 0:01:27.209 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:114 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.014) 0:01:27.224 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:122 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.015) 0:01:27.240 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:131 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.252 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:140 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.265 *********** 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-cixfv4pdeu/tests/test-verify-volume-md.yml:8 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.277 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:14 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.290 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:21 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.302 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:28 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.315 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:35 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.327 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:45 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.341 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:54 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.353 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:63 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.366 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:72 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.378 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:81 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.390 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:3 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.403 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:11 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.014) 0:01:27.417 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:20 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.431 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:28 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.443 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:32 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.457 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:46 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.469 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:50 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.483 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:54 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.014) 0:01:27.498 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:58 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.014) 0:01:27.512 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:68 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.526 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:72 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.538 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:77 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.549 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:83 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.015) 0:01:27.564 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:88 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.015) 0:01:27.580 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:96 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.014) 0:01:27.594 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:104 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.605 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:109 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.616 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:113 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.627 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:117 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.638 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:121 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.649 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:129 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.660 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:138 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.671 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:142 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.682 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:150 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.693 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:156 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.703 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:160 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.716 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:164 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.029) 0:01:27.745 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:5 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.012) 0:01:27.757 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:13 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.768 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:18 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.779 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:27 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.789 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:35 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.800 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:41 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:27.812 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:47 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.822 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:27 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.833 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:54 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.844 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Relabel without explicitly setting the label] **************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:80 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.854 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.030) 0:01:27.885 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.015) 0:01:27.901 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:27.915 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.030) 0:01:27.945 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.956 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.967 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.977 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:27.988 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.022) 0:01:28.011 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:28.023 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.011) 0:01:28.035 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.013) 0:01:28.049 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:28.059 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:28.070 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:22 +0000 (0:00:00.010) 0:01:28.081 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:23 +0000 (0:00:00.010) 0:01:28.091 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:23 +0000 (0:00:00.017) 0:01:28.109 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:23 +0000 (0:00:00.010) 0:01:28.119 *********** 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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:38:27 +0000 (0:00:03.971) 0:01:32.090 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.012) 0:01:32.103 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.009) 0:01:32.113 *********** 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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.013) 0:01:32.126 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.012) 0:01:32.138 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.014) 0:01:32.152 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.010) 0:01:32.163 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.430) 0:01:32.593 *********** ok: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.188) 0:01:32.781 *********** skipping: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:38:27 +0000 (0:00:00.015) 0:01:32.797 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.422) 0:01:33.220 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.179) 0:01:33.399 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.010) 0:01:33.410 *********** ok: [sut] TASK [Check for default value] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:91 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.575) 0:01:33.986 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:96 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.013) 0:01:33.999 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:2 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.023) 0:01:34.022 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:7 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.011) 0:01:34.034 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "relabel", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/verify-role-results.yml:15 Sunday 02 June 2024 10:38:28 +0000 (0:00:00.014) 0:01:34.048 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext4", "label": "relabel", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "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-cixfv4pdeu/tests/verify-role-results.yml:20 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.183) 0:01:34.232 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002561", "end": "2024-06-02 10:38:29.303251", "rc": 0, "start": "2024-06-02 10:38:29.300690" } 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=32bf4524-6983-402d-85f5-c858c84859f5 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:25 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.179) 0:01:34.411 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002322", "end": "2024-06-02 10:38:29.479920", "failed_when_result": false, "rc": 0, "start": "2024-06-02 10:38:29.477598" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:34 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.173) 0:01:34.585 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:44 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.011) 0:01:34.596 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:2 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.022) 0:01:34.619 *********** 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-cixfv4pdeu/tests/test-verify-volume.yml:21 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.015) 0:01:34.635 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:7 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.053) 0:01:34.689 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:16 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.014) 0:01:34.703 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:38 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.018) 0:01:34.722 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:51 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.012) 0:01:34.734 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:63 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.015) 0:01:34.750 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:71 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.015) 0:01:34.765 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:83 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.031) 0:01:34.796 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:95 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.013) 0:01:34.810 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:110 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.012) 0:01:34.822 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:122 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.015) 0:01:34.838 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:128 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.011) 0:01:34.849 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:134 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.010) 0:01:34.860 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:146 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.011) 0:01:34.872 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:2 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.010) 0:01:34.883 *********** 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=32bf4524-6983-402d-85f5-c858c84859f5 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:40 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.023) 0:01:34.907 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:48 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.014) 0:01:34.921 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:58 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.013) 0:01:34.934 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:71 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.010) 0:01:34.945 *********** 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-cixfv4pdeu/tests/test-verify-volume-fs.yml:3 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.011) 0:01:34.957 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml:12 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.015) 0:01:34.972 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:3 Sunday 02 June 2024 10:38:29 +0000 (0:00:00.016) 0:01:34.988 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324686.1428149, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717324686.1428149, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46466, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717324686.1428149, "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-cixfv4pdeu/tests/test-verify-volume-device.yml:9 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.187) 0:01:35.175 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:16 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.015) 0:01:35.191 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:24 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.011) 0:01:35.203 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:30 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.013) 0:01:35.217 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:34 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.011) 0:01:35.228 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:39 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.010) 0:01:35.239 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:3 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.013) 0:01:35.253 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 Sunday 02 June 2024 10:38:30 +0000 (0:00:00.010) 0:01:35.264 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:17 Sunday 02 June 2024 10:38:32 +0000 (0:00:02.374) 0:01:37.638 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:23 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.650 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:32 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.663 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:45 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.016) 0:01:37.680 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:51 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.011) 0:01:37.691 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:56 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.704 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:69 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.718 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:81 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.011) 0:01:37.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:94 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.741 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:106 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.015) 0:01:37.757 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:114 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.014) 0:01:37.772 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:122 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.784 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:131 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.798 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:140 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.810 *********** 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-cixfv4pdeu/tests/test-verify-volume-md.yml:8 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.011) 0:01:37.821 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:14 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.833 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:21 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.845 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:28 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.011) 0:01:37.857 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:35 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.870 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:45 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.883 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:54 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.011) 0:01:37.894 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:63 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.906 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:72 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.919 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:81 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.012) 0:01:37.931 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:3 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.945 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:11 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.959 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:20 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.972 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:28 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.986 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:32 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:37.999 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:46 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:38.013 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:50 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.013) 0:01:38.026 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:54 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.036) 0:01:38.063 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:58 Sunday 02 June 2024 10:38:32 +0000 (0:00:00.015) 0:01:38.079 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:68 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.091 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:72 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.102 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:77 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.114 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:83 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.126 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:88 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.013) 0:01:38.140 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:96 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.013) 0:01:38.153 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:104 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.164 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:109 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.176 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:113 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.188 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:117 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.201 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:121 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.014) 0:01:38.215 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:129 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.228 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:138 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.240 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:142 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.252 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:150 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.264 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:156 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.276 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:160 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.014) 0:01:38.290 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:164 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.302 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:5 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.013) 0:01:38.316 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:13 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.013) 0:01:38.329 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:18 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.341 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:27 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.010) 0:01:38.352 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:35 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.364 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:41 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.376 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:47 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.013) 0:01:38.390 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:27 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.403 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:54 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.415 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove label] ************************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:99 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.427 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.036) 0:01:38.463 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.017) 0:01:38.480 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.014) 0:01:38.495 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.031) 0:01:38.526 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.538 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.550 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.013) 0:01:38.564 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.011) 0:01:38.575 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.024) 0:01:38.600 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.612 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.014) 0:01:38.626 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_label": "", "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.014) 0:01:38.641 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.653 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.665 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.677 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.012) 0:01:38.690 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.021) 0:01:38.711 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:33 +0000 (0:00:00.010) 0:01:38.722 *********** changed: [sut] => { "actions": [ { "action": "configure format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:38:37 +0000 (0:00:04.143) 0:01:42.865 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:38:37 +0000 (0:00:00.012) 0:01:42.878 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:38:37 +0000 (0:00:00.009) 0:01:42.888 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "configure format", "device": "/dev/sda", "fs_type": "ext4" } ], "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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:38:37 +0000 (0:00:00.013) 0:01:42.902 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:38:37 +0000 (0:00:00.012) 0:01:42.914 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:38:37 +0000 (0:00:00.013) 0:01:42.928 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:38:37 +0000 (0:00:00.010) 0:01:42.938 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:38:38 +0000 (0:00:00.426) 0:01:43.365 *********** ok: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:38:38 +0000 (0:00:00.190) 0:01:43.555 *********** skipping: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'fstype': 'ext4', '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": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:38:38 +0000 (0:00:00.016) 0:01:43.571 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:38:38 +0000 (0:00:00.425) 0:01:43.997 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.182) 0:01:44.179 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.011) 0:01:44.190 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:111 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.601) 0:01:44.792 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:2 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.024) 0:01:44.816 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:7 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.012) 0:01:44.829 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "_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": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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-cixfv4pdeu/tests/verify-role-results.yml:15 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.019) 0:01:44.848 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext4", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "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-cixfv4pdeu/tests/verify-role-results.yml:20 Sunday 02 June 2024 10:38:39 +0000 (0:00:00.180) 0:01:45.028 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002487", "end": "2024-06-02 10:38:40.096541", "rc": 0, "start": "2024-06-02 10:38:40.094054" } 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=32bf4524-6983-402d-85f5-c858c84859f5 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:25 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.173) 0:01:45.202 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002611", "end": "2024-06-02 10:38:40.270128", "failed_when_result": false, "rc": 0, "start": "2024-06-02 10:38:40.267517" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:34 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.175) 0:01:45.378 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:44 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.011) 0:01:45.389 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:2 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.022) 0:01:45.411 *********** 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-cixfv4pdeu/tests/test-verify-volume.yml:21 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.013) 0:01:45.425 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:7 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.070) 0:01:45.496 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:16 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.015) 0:01:45.511 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2419519, "block_size": 4096, "block_total": 2554693, "block_used": 135174, "device": "/dev/sda", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=2048", "size_available": 9910349824, "size_total": 10464022528, "uuid": "32bf4524-6983-402d-85f5-c858c84859f5" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:38 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.018) 0:01:45.530 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:51 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:45.543 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:63 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.015) 0:01:45.558 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:71 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.014) 0:01:45.572 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:83 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.011) 0:01:45.584 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:95 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.013) 0:01:45.598 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:110 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:45.610 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:122 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.021) 0:01:45.631 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:128 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:45.643 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:134 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:45.656 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:146 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.011) 0:01:45.668 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:2 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:45.680 *********** 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=32bf4524-6983-402d-85f5-c858c84859f5 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:40 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.025) 0:01:45.706 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:48 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.015) 0:01:45.722 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:58 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.014) 0:01:45.737 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:71 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.011) 0:01:45.748 *********** 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-cixfv4pdeu/tests/test-verify-volume-fs.yml:3 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.011) 0:01:45.759 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml:12 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.018) 0:01:45.778 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:3 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.016) 0:01:45.794 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324717.7187505, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717324717.7187505, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46466, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717324717.7187505, "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-cixfv4pdeu/tests/test-verify-volume-device.yml:9 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.181) 0:01:45.976 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:16 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.015) 0:01:45.991 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:24 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:46.004 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:30 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.013) 0:01:46.018 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:34 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.011) 0:01:46.029 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:39 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.010) 0:01:46.040 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:3 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.012) 0:01:46.053 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 Sunday 02 June 2024 10:38:40 +0000 (0:00:00.010) 0:01:46.064 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:17 Sunday 02 June 2024 10:38:43 +0000 (0:00:02.367) 0:01:48.431 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:23 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.443 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:32 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.454 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:45 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.016) 0:01:48.470 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:51 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.010) 0:01:48.481 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:56 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.010) 0:01:48.492 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:69 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.010) 0:01:48.502 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:81 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.010) 0:01:48.513 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:94 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.525 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:106 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.031) 0:01:48.556 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:114 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.014) 0:01:48.570 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:122 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.583 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:131 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.596 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:140 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.608 *********** 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-cixfv4pdeu/tests/test-verify-volume-md.yml:8 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.619 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:14 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.633 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:21 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.646 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:28 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.658 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:35 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.670 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:45 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.683 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:54 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.695 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:63 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.709 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:72 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.721 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:81 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.733 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:3 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.746 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:11 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:20 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.773 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:28 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.014) 0:01:48.787 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:32 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.801 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:46 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.813 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:50 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.827 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:54 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.014) 0:01:48.842 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:58 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.856 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:68 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:48.870 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:72 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.881 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:77 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.893 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:83 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.904 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:88 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.916 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:96 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.927 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:104 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.939 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:109 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.950 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:113 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.963 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:117 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.974 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:121 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:48.987 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:129 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.011) 0:01:48.998 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:138 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:49.012 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:142 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:49.024 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:150 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:49.037 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:156 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:49.050 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:160 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.013) 0:01:49.063 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:164 Sunday 02 June 2024 10:38:43 +0000 (0:00:00.012) 0:01:49.075 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:5 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.014) 0:01:49.090 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:13 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.102 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:18 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.114 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:27 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.126 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:35 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.139 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:41 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.151 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:47 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.013) 0:01:49.165 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:27 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.177 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:54 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.011) 0:01:49.188 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Format the device to LVMPV which doesn't support labels] ***************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:114 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.013) 0:01:49.202 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.039) 0:01:49.241 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.021) 0:01:49.263 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.016) 0:01:49.280 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.032) 0:01:49.312 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.324 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.336 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.010) 0:01:49.347 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.010) 0:01:49.358 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.052) 0:01:49.410 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.015) 0:01:49.426 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.438 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "lvmpv", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.014) 0:01:49.452 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.465 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.011) 0:01:49.477 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.490 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.012) 0:01:49.502 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.018) 0:01:49.521 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:44 +0000 (0:00:00.011) 0:01:49.532 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext4" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "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": "ext4", "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:38:48 +0000 (0:00:04.173) 0:01:53.706 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:38:48 +0000 (0:00:00.012) 0:01:53.718 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:38:48 +0000 (0:00:00.011) 0:01:53.730 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext4" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "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": "ext4", "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:38:48 +0000 (0:00:00.014) 0:01:53.745 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:38:48 +0000 (0:00:00.013) 0:01:53.758 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:38:48 +0000 (0:00:00.013) 0:01:53.771 *********** changed: [sut] => (item={'src': 'UUID=32bf4524-6983-402d-85f5-c858c84859f5', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=32bf4524-6983-402d-85f5-c858c84859f5" } ok: [sut] => (item={'path': '/opt/test1', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:38:49 +0000 (0:00:00.362) 0:01:54.134 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:38:49 +0000 (0:00:00.437) 0:01:54.572 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:38:49 +0000 (0:00:00.012) 0:01:54.584 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:38:49 +0000 (0:00:00.010) 0:01:54.595 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:38:49 +0000 (0:00:00.430) 0:01:55.025 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.180) 0:01:55.205 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:55.216 *********** ok: [sut] TASK [Rerun to check we don't try to relabel preexisitng LVMPV (regression test for RHEL-29874)] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:124 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.564) 0:01:55.781 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.052) 0:01:55.833 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.016) 0:01:55.849 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.013) 0:01:55.862 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.030) 0:01:55.893 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:55.904 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:55.915 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:55.927 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:55.938 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.024) 0:01:55.962 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.012) 0:01:55.975 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.013) 0:01:55.989 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "lvmpv", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.013) 0:01:56.002 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.013) 0:01:56.016 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.013) 0:01:56.029 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:56.041 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.011) 0:01:56.052 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.018) 0:01:56.071 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:50 +0000 (0:00:00.009) 0:01:56.081 *********** 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": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:38:55 +0000 (0:00:04.078) 0:02:00.159 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.012) 0:02:00.172 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.009) 0:02:00.181 *********** 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": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.013) 0:02:00.194 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.012) 0:02:00.207 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.014) 0:02:00.221 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.010) 0:02:00.232 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.010) 0:02:00.243 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.010) 0:02:00.253 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.010) 0:02:00.264 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.010) 0:02:00.275 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.180) 0:02:00.455 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.011) 0:02:00.466 *********** ok: [sut] TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:134 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.571) 0:02:01.038 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 02 June 2024 10:38:55 +0000 (0:00:00.040) 0:02:01.078 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.016) 0:02:01.095 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.014) 0:02:01.109 *********** 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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.061) 0:02:01.171 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.184 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.196 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.011) 0:02:01.207 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.011) 0:02:01.219 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.025) 0:02:01.244 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.256 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.269 *********** ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test1", "name": "test1", "state": "absent", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.014) 0:02:01.284 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.013) 0:02:01.297 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.309 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.322 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.012) 0:02:01.334 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.019) 0:02:01.353 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 02 June 2024 10:38:56 +0000 (0:00:00.011) 0:02:01.364 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "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": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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 } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 02 June 2024 10:39:00 +0000 (0:00:04.069) 0:02:05.434 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.012) 0:02:05.446 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.010) 0:02:05.457 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "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": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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 } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.013) 0:02:05.470 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.013) 0:02:05.484 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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 } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.013) 0:02:05.497 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.010) 0:02:05.508 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.010) 0:02:05.519 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.010) 0:02:05.529 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.010) 0:02:05.540 *********** 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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.011) 0:02:05.552 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324323.8935585, "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-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.179) 0:02:05.731 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 02 June 2024 10:39:00 +0000 (0:00:00.011) 0:02:05.742 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel.yml:145 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.564) 0:02:06.306 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:2 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.027) 0:02:06.334 *********** skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:7 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.011) 0:02:06.346 *********** ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=ecowUe-fuBW-gizn-9Txp-31Lc-M8uO-QlH8nV", "_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": "lvmpv", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "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 } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:15 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.014) 0:02:06.360 *********** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "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-cixfv4pdeu/tests/verify-role-results.yml:20 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.175) 0:02:06.536 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002578", "end": "2024-06-02 10:39:01.602698", "rc": 0, "start": "2024-06-02 10:39:01.600120" } 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-cixfv4pdeu/tests/verify-role-results.yml:25 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.175) 0:02:06.711 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002714", "end": "2024-06-02 10:39:01.780583", "failed_when_result": false, "rc": 0, "start": "2024-06-02 10:39:01.777869" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:34 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.177) 0:02:06.889 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:44 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.011) 0:02:06.900 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:2 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.022) 0:02:06.923 *********** 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-cixfv4pdeu/tests/test-verify-volume.yml:21 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.036) 0:02:06.959 *********** included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:7 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.051) 0:02:07.011 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:16 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.014) 0:02:07.026 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:38 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.017) 0:02:07.044 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:51 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.011) 0:02:07.056 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:63 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.011) 0:02:07.068 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:71 Sunday 02 June 2024 10:39:01 +0000 (0:00:00.014) 0:02:07.083 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:83 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.095 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:95 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.108 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:110 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.120 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:122 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.131 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:128 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.011) 0:02:07.143 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:134 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.011) 0:02:07.154 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-mount.yml:146 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.011) 0:02:07.166 *********** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:2 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.177 *********** 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-cixfv4pdeu/tests/test-verify-volume-fstab.yml:40 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.025) 0:02:07.202 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:48 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.214 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:58 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.015) 0:02:07.230 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fstab.yml:71 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.240 *********** 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-cixfv4pdeu/tests/test-verify-volume-fs.yml:3 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.251 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-fs.yml:12 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.262 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:3 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.274 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1717324740.2467055, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717324740.2467055, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46466, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1717324740.2467055, "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-cixfv4pdeu/tests/test-verify-volume-device.yml:9 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.180) 0:02:07.455 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:16 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.015) 0:02:07.470 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:24 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.482 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:30 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.008) 0:02:07.491 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:34 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.012) 0:02:07.503 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-device.yml:39 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.514 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:3 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.008) 0:02:07.522 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 Sunday 02 June 2024 10:39:02 +0000 (0:00:00.010) 0:02:07.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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:17 Sunday 02 June 2024 10:39:04 +0000 (0:00:02.356) 0:02:09.890 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:23 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.012) 0:02:09.902 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:32 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.011) 0:02:09.913 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:45 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.008) 0:02:09.922 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:51 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.010) 0:02:09.932 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:56 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.011) 0:02:09.944 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:69 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.008) 0:02:09.952 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:81 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.008) 0:02:09.961 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:94 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.008) 0:02:09.969 *********** 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-cixfv4pdeu/tests/test-verify-volume-encryption.yml:106 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.014) 0:02:09.984 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:114 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.012) 0:02:09.997 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:122 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.011) 0:02:10.008 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:131 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.010) 0:02:10.019 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:140 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.010) 0:02:10.029 *********** 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-cixfv4pdeu/tests/test-verify-volume-md.yml:8 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.010) 0:02:10.040 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:14 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.010) 0:02:10.050 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:21 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.010) 0:02:10.061 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:28 Sunday 02 June 2024 10:39:04 +0000 (0:00:00.011) 0:02:10.072 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:35 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.028) 0:02:10.100 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:45 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.012) 0:02:10.113 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:54 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.124 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:63 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.134 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:72 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.145 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-md.yml:81 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.155 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:3 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.167 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:11 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.178 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:20 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.188 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:28 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.199 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:32 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.211 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:46 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.222 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:50 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.233 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:54 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.244 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:58 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.255 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:68 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.266 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:72 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.276 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:77 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.287 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:83 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.299 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:88 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.309 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:96 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.320 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:104 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.331 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:109 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.342 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:113 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.352 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:117 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.364 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:121 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.375 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:129 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.386 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:138 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.396 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:142 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.407 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:150 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.418 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-size.yml:156 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.430 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:160 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.442 *********** 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-cixfv4pdeu/tests/test-verify-volume-size.yml:164 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.454 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:5 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.464 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:13 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.475 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:18 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:27 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.011) 0:02:10.498 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:35 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.509 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:41 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.519 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-cache.yml:47 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.530 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume.yml:27 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.541 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cixfv4pdeu/tests/verify-role-results.yml:54 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.010) 0:02:10.552 *********** 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=406 changed=9 unreachable=0 failed=0 skipped=524 rescued=0 ignored=0 Sunday 02 June 2024 10:39:05 +0000 (0:00:00.006) 0:02:10.558 *********** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 44.86s /WORKDIR/git-weekly-cixfv4pdeu/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 --- 4.39s /WORKDIR/git-weekly-cixfv4pdeu/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.17s /WORKDIR/git-weekly-cixfv4pdeu/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.14s /WORKDIR/git-weekly-cixfv4pdeu/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.08s /WORKDIR/git-weekly-cixfv4pdeu/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.07s /WORKDIR/git-weekly-cixfv4pdeu/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.05s /WORKDIR/git-weekly-cixfv4pdeu/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.97s /WORKDIR/git-weekly-cixfv4pdeu/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.67s /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 3.23s /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.37s /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.37s /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.37s /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.37s /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.36s /WORKDIR/git-weekly-cixfv4pdeu/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 2.36s /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure test packages ---------------------------------------------------- 2.35s /WORKDIR/git-weekly-cixfv4pdeu/tests/get_unused_disk.yml:2 -------------------- linux-system-roles.storage : Get service facts -------------------------- 1.47s /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-weekly-cixfv4pdeu/tests/tests_volume_relabel_scsi_generated.yml:3 linux-system-roles.storage : Update facts ------------------------------- 0.65s /WORKDIR/git-weekly-cixfv4pdeu/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---