# 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.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)] 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_lvm_pool_members_scsi_generated.yml **************************** 2 plays in /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members_scsi_generated.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members_scsi_generated.yml:3 Sunday 22 January 2023 22:16:59 +0000 (0:00:00.991) 0:00:00.991 ******** ok: [sut] META: ran handlers TASK [set disk interface for test] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members_scsi_generated.yml:7 Sunday 22 January 2023 22:17:11 +0000 (0:00:11.144) 0:00:12.136 ******** ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:2 Sunday 22 January 2023 22:17:12 +0000 (0:00:01.162) 0:00:13.298 ******** ok: [sut] META: ran handlers TASK [include_role : linux-system-roles.storage] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:13 Sunday 22 January 2023 22:17:16 +0000 (0:00:04.078) 0:00:17.377 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:17:18 +0000 (0:00:01.993) 0:00:19.370 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:17:20 +0000 (0:00:01.705) 0:00:21.075 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:17:22 +0000 (0:00:02.278) 0:00:23.354 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:17:24 +0000 (0:00:02.310) 0:00:25.665 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:17:25 +0000 (0:00:00.942) 0:00:26.607 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:17:27 +0000 (0:00:01.829) 0:00:28.436 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:17:30 +0000 (0:00:03.112) 0:00:31.548 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: volume_key-libs-0.3.11-5.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: lvm2-8:2.03.14-6.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-6.el8.x86_64", "Installed: blivet-data-1:3.6.0-3.el8.noarch", "Installed: python3-blivet-1:3.6.0-3.el8.noarch", "Installed: python3-blockdev-2.28-2.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: mdadm-4.2-6.el8.x86_64", "Installed: libblockdev-2.28-2.el8.x86_64", "Installed: libblockdev-crypto-2.28-2.el8.x86_64", "Installed: libblockdev-dm-2.28-2.el8.x86_64", "Installed: libblockdev-fs-2.28-2.el8.x86_64", "Installed: libblockdev-kbd-2.28-2.el8.x86_64", "Installed: libblockdev-loop-2.28-2.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: libblockdev-lvm-2.28-2.el8.x86_64", "Installed: vdo-6.2.7.17-14.el8.x86_64", "Installed: ndctl-71.1-4.el8.x86_64", "Installed: ndctl-libs-71.1-4.el8.x86_64", "Installed: libblockdev-mdraid-2.28-2.el8.x86_64", "Installed: libblockdev-mpath-2.28-2.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-2.el8.x86_64", "Installed: libblockdev-part-2.28-2.el8.x86_64", "Installed: daxctl-libs-71.1-4.el8.x86_64", "Installed: libblockdev-swap-2.28-2.el8.x86_64", "Installed: kmod-kvdo-6.2.8.6-88.el8.x86_64", "Installed: libblockdev-utils-2.28-2.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-6.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-6.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-34.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-34.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:18:33 +0000 (0:01:03.378) 0:01:34.927 ******** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:18:36 +0000 (0:00:02.298) 0:01:37.225 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:18:37 +0000 (0:00:01.531) 0:01:38.757 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:18:48 +0000 (0:00:10.724) 0:01:49.482 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 22 January 2023 22:18:51 +0000 (0:00:02.588) 0:01:52.070 ******** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 22 January 2023 22:18:51 +0000 (0:00:00.977) 0:01:53.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:18 Sunday 22 January 2023 22:18:52 +0000 (0:00:00.913) 0:01:53.962 ******** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:18:53 +0000 (0:00:00.960) 0:01:54.922 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:19:01 +0000 (0:00:07.269) 0:02:02.191 ******** 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" }, "dbxtool.service": { "name": "dbxtool.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "insights-client-boot.service": { "name": "insights-client-boot.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "insights-client-results.service": { "name": "insights-client-results.service", "source": "systemd", "state": "inactive", "status": "static" }, "insights-client.service": { "name": "insights-client.service", "source": "systemd", "state": "inactive", "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" }, "rhcd.service": { "name": "rhcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm-facts.service": { "name": "rhsm-facts.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm.service": { "name": "rhsm.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsmcertd.service": { "name": "rhsmcertd.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": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "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-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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:19:14 +0000 (0:00:13.096) 0:02:15.288 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:19:17 +0000 (0:00:03.091) 0:02:18.379 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:19:18 +0000 (0:00:01.421) 0:02:19.801 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:19:23 +0000 (0:00:04.347) 0:02:24.149 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:19:24 +0000 (0:00:01.654) 0:02:25.804 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:19:25 +0000 (0:00:00.890) 0:02:26.694 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:19:26 +0000 (0:00:01.241) 0:02:27.935 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:19:29 +0000 (0:00:02.778) 0:02:30.713 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:19:31 +0000 (0:00:01.667) 0:02:32.381 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:19:32 +0000 (0:00:01.201) 0:02:33.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:19:34 +0000 (0:00:01.693) 0:02:35.276 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:19:35 +0000 (0:00:00.949) 0:02:36.226 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:19:36 +0000 (0:00:01.311) 0:02:37.538 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:19:44 +0000 (0:00:07.938) 0:02:45.476 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:19:45 +0000 (0:00:00.913) 0:02:46.389 ******** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:16 Sunday 22 January 2023 22:19:49 +0000 (0:00:04.185) 0:02:50.575 ******** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:23 Sunday 22 January 2023 22:19:50 +0000 (0:00:01.077) 0:02:51.652 ******** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el8", "source": "rpm", "version": "1.40.10" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el8", "source": "rpm", "version": "1.40.10" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el8", "source": "rpm", "version": "1.40.10" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el8", "source": "rpm", "version": "1.40.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "1.el8", "source": "rpm", "version": "2.2.53" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "22.el8", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el8", "source": "rpm", "version": "3.0.7" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el8", "source": "rpm", "version": "3.0.7" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "1.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.el8", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el8", "source": "rpm", "version": "0.7" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el8_6", "source": "rpm", "version": "4.4.20" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "5.el8", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el8", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el8bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "7.el8", "source": "rpm", "version": "9.11.36" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "119.el8", "source": "rpm", "version": "2.30" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el8", "source": "rpm", "version": "0.7.3" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "10.el8", "source": "rpm", "version": "3.0.4" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "3.el8", "source": "rpm", "version": "3.6.0" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-chrono": [ { "arch": "x86_64", "epoch": null, "name": "boost-chrono", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-timer": [ { "arch": "x86_64", "epoch": null, "name": "boost-timer", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "brotli": [ { "arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.el8", "source": "rpm", "version": "1.0.6" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "6.el8", "source": "rpm", "version": "1.13.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.2.el8_6", "source": "rpm", "version": "2022.2.54" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el8", "source": "rpm", "version": "1.19.1" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el8", "source": "rpm", "version": "4.2" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "7.el8", "source": "rpm", "version": "22.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "0.el8", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "11.el8", "source": "rpm", "version": "2.12" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "18.el8", "source": "rpm", "version": "8.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "6.el8", "source": "rpm", "version": "0.17.7" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "6.el8", "source": "rpm", "version": "0.17.7" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "8.el8", "source": "rpm", "version": "1.5.2" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "8.el8", "source": "rpm", "version": "1.5.2" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "17.20190603git.el8", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitece0092.el8", "source": "rpm", "version": "20221215" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitece0092.el8", "source": "rpm", "version": "20221215" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "5.el8", "source": "rpm", "version": "2.3.7" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "28.el8", "source": "rpm", "version": "7.61.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "6.el8_5", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "4.el8", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "24.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "24.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-daemon": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "24.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "24.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "24.el8", "source": "rpm", "version": "1.12.8" } ], "dbxtool": [ { "arch": "x86_64", "epoch": null, "name": "dbxtool", "release": "5.el8_3.2", "source": "rpm", "version": "8" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "6.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-event", "release": "6.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-event-libs", "release": "6.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "6.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "34.el8", "source": "rpm", "version": "0.8.4" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "34.el8", "source": "rpm", "version": "0.8.4" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "7.el8", "source": "rpm", "version": "0.9.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "49.el8", "source": "rpm", "version": "4.3.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "4.el8", "source": "rpm", "version": "3.3" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "15.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "15.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-plugin-subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "dnf-plugin-subscription-manager", "release": "1.el8", "source": "rpm", "version": "1.28.34" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "18.el8", "source": "rpm", "version": "4.0.21" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "218.git20221019.el8", "source": "rpm", "version": "049" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "218.git20221019.el8", "source": "rpm", "version": "049" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "218.git20221019.el8", "source": "rpm", "version": "049" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "218.git20221019.el8", "source": "rpm", "version": "049" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.el8", "source": "rpm", "version": "0.4.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el8", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "efi-filesystem": [ { "arch": "noarch", "epoch": null, "name": "efi-filesystem", "release": "3.el8", "source": "rpm", "version": "3" } ], "efibootmgr": [ { "arch": "x86_64", "epoch": null, "name": "efibootmgr", "release": "1.el8", "source": "rpm", "version": "16" } ], "efivar": [ { "arch": "x86_64", "epoch": null, "name": "efivar", "release": "4.el8", "source": "rpm", "version": "37" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "4.el8", "source": "rpm", "version": "37" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "3.el8", "source": "rpm", "version": "0.188" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "9.el8", "source": "rpm", "version": "26.1" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el8", "source": "rpm", "version": "5.13" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "11.el8", "source": "rpm", "version": "2.2.5" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "21.el8", "source": "rpm", "version": "5.33" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "21.el8", "source": "rpm", "version": "5.33" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.el8", "source": "rpm", "version": "3.8" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "20.el8", "source": "rpm", "version": "4.6.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el8", "source": "rpm", "version": "0.9.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el8", "source": "rpm", "version": "0.9.3" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el8", "source": "rpm", "version": "2.6.1" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "9.el8", "source": "rpm", "version": "2.9.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.el8", "source": "rpm", "version": "2.9.7" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el8", "source": "rpm", "version": "4.2.1" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "18.el8", "source": "rpm", "version": "8.5.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "11.el8", "source": "rpm", "version": "1.0.3" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el8", "source": "rpm", "version": "2.39.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el8", "source": "rpm", "version": "2.39.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el8", "source": "rpm", "version": "2.39.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "161.el8", "source": "rpm", "version": "2.56.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "224.el8", "source": "rpm", "version": "2.28" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "224.el8", "source": "rpm", "version": "2.28" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "224.el8", "source": "rpm", "version": "2.28" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "224.el8", "source": "rpm", "version": "2.28" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "224.el8", "source": "rpm", "version": "2.28" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "224.el8", "source": "rpm", "version": "2.28" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el8", "source": "rpm", "version": "6.1.2" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.el8_6", "source": "rpm", "version": "2.2.20" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.el8_6", "source": "rpm", "version": "2.2.20" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "6.el8", "source": "rpm", "version": "3.6.16" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5cf7cefb", "source": "rpm", "version": "2f86d6a1" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "11.el8", "source": "rpm", "version": "1.13.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "17.el8", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grub2-efi-x64": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-efi-x64", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "147.el8", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "47.el8", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "21.el8", "source": "rpm", "version": "0.8.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "13.el8_5", "source": "rpm", "version": "1.9" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3" } ], "hdparm": [ { "arch": "x86_64", "epoch": null, "name": "hdparm", "release": "4.el8", "source": "rpm", "version": "9.54" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el8", "source": "rpm", "version": "3.20" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.15.el8", "source": "rpm", "version": "0.314" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "12.el8", "source": "rpm", "version": "1.3.2" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "7.el8", "source": "rpm", "version": "6.5" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.18" } ], "insights-client": [ { "arch": "noarch", "epoch": 0, "name": "insights-client", "release": "11.el8", "source": "rpm", "version": "3.1.7" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.el8", "source": "rpm", "version": "5.18.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "1.el8", "source": "rpm", "version": "2.4.19" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "24.el8", "source": "rpm", "version": "1.8.4" } ], "iptables-ebtables": [ { "arch": "x86_64", "epoch": null, "name": "iptables-ebtables", "release": "24.el8", "source": "rpm", "version": "1.8.4" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "24.el8", "source": "rpm", "version": "1.8.4" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el8", "source": "rpm", "version": "20180629" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "4.el8", "source": "rpm", "version": "1.9.0" } ], "isl": [ { "arch": "x86_64", "epoch": null, "name": "isl", "release": "6.el8", "source": "rpm", "version": "0.16.1" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el8", "source": "rpm", "version": "2.14" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.el8", "source": "rpm", "version": "0.13.1" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el8", "source": "rpm", "version": "2.0.4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "3.el8", "source": "rpm", "version": "2.0.25" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs-devel": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs-devel", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "19.el8", "source": "rpm", "version": "25" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "88.el8", "source": "rpm", "version": "6.2.8.6" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "19.el8", "source": "rpm", "version": "25" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "34.el8", "source": "rpm", "version": "0.8.4" } ], "krb5-devel": [ { "arch": "x86_64", "epoch": null, "name": "krb5-devel", "release": "22.el8", "source": "rpm", "version": "1.18.2" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "22.el8", "source": "rpm", "version": "1.18.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "12.el8", "source": "rpm", "version": "1.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.el8", "source": "rpm", "version": "530" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "1.el8", "source": "rpm", "version": "2.2.53" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "1.el8", "source": "rpm", "version": "0.3.112" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "5.el8", "source": "rpm", "version": "3.3.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "40.el8", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "39.el8_7", "source": "rpm", "version": "2.32.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": null, "name": "libbpf", "release": "1.el8", "source": "rpm", "version": "0.5.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el8", "source": "rpm", "version": "1.4" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.el8", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.el8", "source": "rpm", "version": "0.7.11" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "40.el8", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcom_err-devel": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err-devel", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "28.el8", "source": "rpm", "version": "7.61.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "40.el8", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "13.el8", "source": "rpm", "version": "0.63.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "3.el8", "source": "rpm", "version": "0.1.10" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "6.el8", "source": "rpm", "version": "4.24" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.el8", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "39.el8_7", "source": "rpm", "version": "2.32.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "24.el8", "source": "rpm", "version": "3.1" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "18.el8", "source": "rpm", "version": "8.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "7.el8_6", "source": "rpm", "version": "1.8.5" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "18.el8", "source": "rpm", "version": "8.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el8", "source": "rpm", "version": "41.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "40.el8", "source": "rpm", "version": "1.3.1" } ], "libkadm5": [ { "arch": "x86_64", "epoch": null, "name": "libkadm5", "release": "22.el8", "source": "rpm", "version": "1.18.2" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.2.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.2.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "8.el8_6", "source": "rpm", "version": "1.3.5" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.el8", "source": "rpm", "version": "2.6.1" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8", "source": "rpm", "version": "1.2.0" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el8", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "39.el8_7", "source": "rpm", "version": "2.32.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "9.1.el8", "source": "rpm", "version": "1.1.0" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.el8", "source": "rpm", "version": "1.7" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "5.el8", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "13.el8", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "5.el8", "source": "rpm", "version": "1.1.5" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "3.el8_2.1", "source": "rpm", "version": "1.33.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "40.el8", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "5.el8", "source": "rpm", "version": "1.9.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el8", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "40.el8", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "4.el8", "source": "rpm", "version": "1.14.2" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5" } ], "librhsm": [ { "arch": "x86_64", "epoch": null, "name": "librhsm", "release": "5.el8", "source": "rpm", "version": "0.0.3" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.5.2" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-devel": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-devel", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsepol-devel": [ { "arch": "x86_64", "epoch": null, "name": "libsepol-devel", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "39.el8_7", "source": "rpm", "version": "2.32.1" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el8", "source": "rpm", "version": "0.7.20" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "6.el8", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "6.el8", "source": "rpm", "version": "0.9.6" } ], "libsss_autofs": [ { "arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "18.el8", "source": "rpm", "version": "8.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "25.el8", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el8", "source": "rpm", "version": "2.3.4" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "4.el8_7", "source": "rpm", "version": "4.13" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el8", "source": "rpm", "version": "1.4.7" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el8", "source": "rpm", "version": "0.13.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "8.el8", "source": "rpm", "version": "1.1.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9" } ], "libusbx": [ { "arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "25.el8", "source": "rpm", "version": "0.62" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "39.el8_7", "source": "rpm", "version": "2.32.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-devel": [ { "arch": "x86_64", "epoch": null, "name": "libverto-devel", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "16.el8", "source": "rpm", "version": "2.9.7" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el8", "source": "rpm", "version": "1.1.32" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "110.git150864a4.el8", "source": "rpm", "version": "20220726" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el8", "source": "rpm", "version": "0.9.24" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "5.el8", "source": "rpm", "version": "3.14.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el8", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "1.el8", "source": "rpm", "version": "4.93.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "3.el8", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "12.el8", "source": "rpm", "version": "5.3.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": 8, "name": "lvm2", "release": "6.el8", "source": "rpm", "version": "2.03.14" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 8, "name": "lvm2-libs", "release": "6.el8", "source": "rpm", "version": "2.03.14" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "3.el8_4", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "7.el8", "source": "rpm", "version": "1.4.18" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "11.el8", "source": "rpm", "version": "4.2.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "18.el8", "source": "rpm", "version": "2.7.6.1" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "6.el8", "source": "rpm", "version": "4.2" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "2.el8", "source": "rpm", "version": "0.2.4" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "1.el8", "source": "rpm", "version": "20220809" } ], "mokutil": [ { "arch": "x86_64", "epoch": 1, "name": "mokutil", "release": "12.el8", "source": "rpm", "version": "0.3.0" } ], "mozjs60": [ { "arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "9.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "9.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "9.20180224.el8", "source": "rpm", "version": "6.1" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "4.el8", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "4.el8", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "7.el8", "source": "rpm", "version": "3.4.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "26.el8", "source": "rpm", "version": "0.9.3" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "3.el8_6", "source": "rpm", "version": "4.34.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "10.el8_6", "source": "rpm", "version": "3.79.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "10.el8_6", "source": "rpm", "version": "3.79.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "10.el8_6", "source": "rpm", "version": "3.79.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "10.el8_6", "source": "rpm", "version": "3.79.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "10.el8_6", "source": "rpm", "version": "3.79.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "13.el8", "source": "rpm", "version": "2.0.12" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "18.el8", "source": "rpm", "version": "2.4.46" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.el8", "source": "rpm", "version": "8.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "7.el8_6", "source": "rpm", "version": "1.1.1k" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "7.el8_6", "source": "rpm", "version": "1.1.1k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "7.el8_6", "source": "rpm", "version": "1.1.1k" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.el8", "source": "rpm", "version": "0.4.10" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el8", "source": "rpm", "version": "1.74" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.el8", "source": "rpm", "version": "0.23.22" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.el8", "source": "rpm", "version": "0.23.22" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "25.el8", "source": "rpm", "version": "1.3.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "39.el8", "source": "rpm", "version": "3.2" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "4.el8", "source": "rpm", "version": "0.80" } ], "pciutils": [ { "arch": "x86_64", "epoch": null, "name": "pciutils", "release": "3.el8", "source": "rpm", "version": "3.7.0" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el8", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "6.el8", "source": "rpm", "version": "8.42" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "3.el8_6", "source": "rpm", "version": "10.32" } ], "pcre2-devel": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-devel", "release": "3.el8_6", "source": "rpm", "version": "10.32" } ], "pcre2-utf16": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf16", "release": "3.el8_6", "source": "rpm", "version": "10.32" } ], "pcre2-utf32": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf32", "release": "3.el8_6", "source": "rpm", "version": "10.32" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "396.el8", "source": "rpm", "version": "1.42" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "399.el8", "source": "rpm", "version": "2.167" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "396.el8", "source": "rpm", "version": "2.55" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "3.el8", "source": "rpm", "version": "2.97" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "422.el8", "source": "rpm", "version": "1.28" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el8", "source": "rpm", "version": "0.17025" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "396.el8", "source": "rpm", "version": "5.72" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el8", "source": "rpm", "version": "2.15" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "1.el8", "source": "rpm", "version": "0.230.600" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el8", "source": "rpm", "version": "2.50" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el8", "source": "rpm", "version": "2.39.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "1.el8", "source": "rpm", "version": "0.074" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "422.el8", "source": "rpm", "version": "1.38" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el8", "source": "rpm", "version": "0.39" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "4.module+el8.3.0+6446+594cad75", "source": "rpm", "version": "2.066" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "396.el8", "source": "rpm", "version": "3.15" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "7.module+el8.3.0+6498+9eecfe51", "source": "rpm", "version": "20160104" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.module+el8.6.0+13392+f0897f98", "source": "rpm", "version": "1.88" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "1.el8", "source": "rpm", "version": "3.74" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "395.el8", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "396.el8", "source": "rpm", "version": "3.28" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "395.el8", "source": "rpm", "version": "3.35" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "395.el8", "source": "rpm", "version": "1.69" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 3, "name": "perl-Scalar-List-Utils", "release": "2.el8", "source": "rpm", "version": "1.49" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.el8", "source": "rpm", "version": "2.027" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "396.el8", "source": "rpm", "version": "4.06" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "7.el8", "source": "rpm", "version": "2.37" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "395.el8", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "395.el8", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 1, "name": "perl-Time-Local", "release": "1.el8", "source": "rpm", "version": "1.280" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el8", "source": "rpm", "version": "1.73" } ], "perl-Unicode-Normalize": [ { "arch": "x86_64", "epoch": null, "name": "perl-Unicode-Normalize", "release": "396.el8", "source": "rpm", "version": "1.25" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "396.el8", "source": "rpm", "version": "1.33" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.el8", "source": "rpm", "version": "0.237" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "1.el8", "source": "rpm", "version": "4.11" } ], "perl-threads": [ { "arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "2.el8", "source": "rpm", "version": "2.21" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "2.el8", "source": "rpm", "version": "1.58" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "platform-python": [ { "arch": "x86_64", "epoch": null, "name": "platform-python", "release": "50.el8", "source": "rpm", "version": "3.6.8" } ], "platform-python-pip": [ { "arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "22.el8", "source": "rpm", "version": "9.0.3" } ], "platform-python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "21.1.el8", "source": "rpm", "version": "2.9" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "13.el8_5.2", "source": "rpm", "version": "0.115" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "13.el8_5.2", "source": "rpm", "version": "0.115" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "1.el8", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.el8", "source": "rpm", "version": "3.3.15" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "4.el8", "source": "rpm", "version": "3.0.7" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "7.el8", "source": "rpm", "version": "2.5.1" } ], "python3-beautifulsoup4": [ { "arch": "noarch", "epoch": null, "name": "python3-beautifulsoup4", "release": "2.el8.1", "source": "rpm", "version": "4.6.3" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "3.el8", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "2.el8", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el8", "source": "rpm", "version": "1.4" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.el8", "source": "rpm", "version": "1.11.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4" } ], "python3-cloud-what": [ { "arch": "x86_64", "epoch": null, "name": "python3-cloud-what", "release": "1.el8", "source": "rpm", "version": "1.28.34" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "1.el8", "source": "rpm", "version": "1.1.28" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "5.el8", "source": "rpm", "version": "3.2.1" } ], "python3-cssselect": [ { "arch": "noarch", "epoch": null, "name": "python3-cssselect", "release": "10.el8", "source": "rpm", "version": "0.9.2" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1" } ], "python3-dmidecode": [ { "arch": "x86_64", "epoch": null, "name": "python3-dmidecode", "release": "15.el8", "source": "rpm", "version": "3.12.2" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "15.el8", "source": "rpm", "version": "4.7.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "18.el8", "source": "rpm", "version": "4.0.21" } ], "python3-ethtool": [ { "arch": "x86_64", "epoch": null, "name": "python3-ethtool", "release": "5.el8", "source": "rpm", "version": "0.14" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "13.el8", "source": "rpm", "version": "0.9.3" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "11.el8", "source": "rpm", "version": "1.13.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "13.el8", "source": "rpm", "version": "0.63.0" } ], "python3-html5lib": [ { "arch": "noarch", "epoch": 1, "name": "python3-html5lib", "release": "6.el8", "source": "rpm", "version": "0.999999999" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "5.el8", "source": "rpm", "version": "2.5" } ], "python3-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python3-iniparse", "release": "31.el8", "source": "rpm", "version": "0.4" } ], "python3-inotify": [ { "arch": "noarch", "epoch": null, "name": "python3-inotify", "release": "13.el8", "source": "rpm", "version": "0.9.6" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "3.el8", "source": "rpm", "version": "2.10.1" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "20.el8", "source": "rpm", "version": "0.9" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "13.el8", "source": "rpm", "version": "0.63.0" } ], "python3-librepo": [ { "arch": "x86_64", "epoch": null, "name": "python3-librepo", "release": "4.el8", "source": "rpm", "version": "1.14.2" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "50.el8", "source": "rpm", "version": "3.6.8" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "python3-libxml2": [ { "arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "16.el8", "source": "rpm", "version": "2.9.7" } ], "python3-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "1.el8", "source": "rpm", "version": "0.7.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "4.el8", "source": "rpm", "version": "4.2.3" } ], "python3-magic": [ { "arch": "noarch", "epoch": null, "name": "python3-magic", "release": "21.el8", "source": "rpm", "version": "5.33" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "4.el8", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "26.el8", "source": "rpm", "version": "0.9.3" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0" } ], "python3-perf": [ { "arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "449.el8", "source": "rpm", "version": "4.18.0" } ], "python3-pip": [ { "arch": "noarch", "epoch": null, "name": "python3-pip", "release": "22.el8", "source": "rpm", "version": "9.0.3" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "22.el8", "source": "rpm", "version": "9.0.3" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "9.el8", "source": "rpm", "version": "3.9" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "21.1.el8", "source": "rpm", "version": "2.9" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "7.el8", "source": "rpm", "version": "2.1.10" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "4.el8", "source": "rpm", "version": "3.11.7" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "8.el8", "source": "rpm", "version": "3.1.1" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "9.el8", "source": "rpm", "version": "2017.2" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.1.el8_1", "source": "rpm", "version": "2.20.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "26.el8", "source": "rpm", "version": "4.14.3" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "4.el8", "source": "rpm", "version": "2.1.75" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "3.el8", "source": "rpm", "version": "4.3.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "6.el8", "source": "rpm", "version": "39.2.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0" } ], "python3-slip": [ { "arch": "noarch", "epoch": null, "name": "python3-slip", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-subscription-manager-rhsm": [ { "arch": "x86_64", "epoch": null, "name": "python3-subscription-manager-rhsm", "release": "1.el8", "source": "rpm", "version": "1.28.34" } ], "python3-syspurpose": [ { "arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "1.el8", "source": "rpm", "version": "1.28.34" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "2.el8", "source": "rpm", "version": "1.16.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "5.el8", "source": "rpm", "version": "1.24.2" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el8", "source": "rpm", "version": "1.3.1" } ], "python3-webencodings": [ { "arch": "noarch", "epoch": null, "name": "python3-webencodings", "release": "6.el8", "source": "rpm", "version": "0.5.1" } ], "python36": [ { "arch": "x86_64", "epoch": null, "name": "python36", "release": "38.module+el8.5.0+12207+5c5719bc", "source": "rpm", "version": "3.6.8" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el8", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "28.module+el8.8.0+17721+63bacee8", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0" } ], "redhat-release": [ { "arch": "x86_64", "epoch": null, "name": "redhat-release", "release": "0.5.el8", "source": "rpm", "version": "8.8" } ], "redhat-release-eula": [ { "arch": "x86_64", "epoch": null, "name": "redhat-release-eula", "release": "0.5.el8", "source": "rpm", "version": "8.8" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el8bkr", "source": "rpm", "version": "0.4.0" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el8bkr", "source": "rpm", "version": "0.4.0" } ], "rhc": [ { "arch": "x86_64", "epoch": 1, "name": "rhc", "release": "10.el8", "source": "rpm", "version": "0.2.1" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "2.el8", "source": "rpm", "version": "6.15" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "10.el8", "source": "rpm", "version": "1.2.5" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "26.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "26.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "26.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "26.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "26.el8", "source": "rpm", "version": "4.14.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "19.el8_7.1", "source": "rpm", "version": "3.1.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "13.el8", "source": "rpm", "version": "8.2102.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "5.el8", "source": "rpm", "version": "4.5" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "114.el8", "source": "rpm", "version": "3.14.3" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "114.el8", "source": "rpm", "version": "3.14.3" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "9.el8", "source": "rpm", "version": "2.12.2" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "17.el8", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.el8", "source": "rpm", "version": "1.9" } ], "shim-x64": [ { "arch": "x86_64", "epoch": null, "name": "shim-x64", "release": "1.el8", "source": "rpm", "version": "15.6" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "17.el8_7", "source": "rpm", "version": "3.26.0" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "20.el8", "source": "rpm", "version": "4.3" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.el8", "source": "rpm", "version": "2.8.2" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el8", "source": "rpm", "version": "5.18" } ], "subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "subscription-manager", "release": "1.el8", "source": "rpm", "version": "1.28.34" } ], "subscription-manager-rhsm-certificates": [ { "arch": "x86_64", "epoch": null, "name": "subscription-manager-rhsm-certificates", "release": "1.el8", "source": "rpm", "version": "1.28.34" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el8", "source": "rpm", "version": "1.8.29" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "69.el8", "source": "rpm", "version": "239" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "69.el8", "source": "rpm", "version": "239" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "69.el8", "source": "rpm", "version": "239" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "69.el8", "source": "rpm", "version": "239" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "2.el8", "source": "rpm", "version": "4.8" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "2.el8", "source": "rpm", "version": "4.8" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "2.el8", "source": "rpm", "version": "4.8" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "2.el8", "source": "rpm", "version": "4.8" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.el8", "source": "rpm", "version": "1.30" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "4.el8", "source": "rpm", "version": "2.1.75" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el8", "source": "rpm", "version": "2.1.53" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.el8", "source": "rpm", "version": "2018.2" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "3.el8", "source": "rpm", "version": "1.9" } ], "timedatex": [ { "arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "4.el8", "source": "rpm", "version": "2.3.2" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "1.el8", "source": "rpm", "version": "0.3.15" } ], "trousers-lib": [ { "arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "1.el8", "source": "rpm", "version": "0.3.15" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "1.el8", "source": "rpm", "version": "2.19.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el8", "source": "rpm", "version": "2022g" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "2.el8", "source": "rpm", "version": "1.16.2" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "46.el8", "source": "rpm", "version": "6.0" } ], "usermode": [ { "arch": "x86_64", "epoch": null, "name": "usermode", "release": "2.el8", "source": "rpm", "version": "1.113" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.el8", "source": "rpm", "version": "0.10.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "39.el8_7", "source": "rpm", "version": "2.32.1" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "14.el8", "source": "rpm", "version": "6.2.7.17" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "19.el8_6.4", "source": "rpm", "version": "8.0.1763" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "19.el8_6.4", "source": "rpm", "version": "8.0.1763" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "19.el8_6.4", "source": "rpm", "version": "8.0.1763" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "19.el8_6.4", "source": "rpm", "version": "8.0.1763" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "2.el8", "source": "rpm", "version": "1.25" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "5.el8", "source": "rpm", "version": "0.3.11" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "11.el8", "source": "rpm", "version": "1.19.5" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "18.el8", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "10.el8", "source": "rpm", "version": "5.0.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "4.el8_6", "source": "rpm", "version": "5.2.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "4.el8_6", "source": "rpm", "version": "5.2.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "4.el8_6", "source": "rpm", "version": "5.2.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "15.el8", "source": "rpm", "version": "4.7.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "18.el8", "source": "rpm", "version": "4.0.21" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "23.el8", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el8_7", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "21.el8_7", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:27 Sunday 22 January 2023 22:20:08 +0000 (0:00:18.251) 0:03:09.904 ******** ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:31 Sunday 22 January 2023 22:20:09 +0000 (0:00:00.504) 0:03:10.409 ******** ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-3.el8" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:51 Sunday 22 January 2023 22:20:09 +0000 (0:00:00.402) 0:03:10.812 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/get_unused_disk.yml for sut TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/get_unused_disk.yml:2 Sunday 22 January 2023 22:20:10 +0000 (0:00:00.421) 0:03:11.233 ******** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/get_unused_disk.yml:9 Sunday 22 January 2023 22:20:16 +0000 (0:00:06.056) 0:03:17.290 ******** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/get_unused_disk.yml:14 Sunday 22 January 2023 22:20:16 +0000 (0:00:00.209) 0:03:17.499 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/get_unused_disk.yml:19 Sunday 22 January 2023 22:20:16 +0000 (0:00:00.236) 0:03:17.735 ******** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:56 Sunday 22 January 2023 22:20:17 +0000 (0:00:00.413) 0:03:18.149 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:20:17 +0000 (0:00:00.575) 0:03:18.725 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:20:17 +0000 (0:00:00.221) 0:03:18.946 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:20:18 +0000 (0:00:00.693) 0:03:19.640 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:20:19 +0000 (0:00:00.513) 0:03:20.153 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:20:19 +0000 (0:00:00.193) 0:03:20.347 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:20:19 +0000 (0:00:00.273) 0:03:20.620 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:20:19 +0000 (0:00:00.356) 0:03:20.977 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:20:20 +0000 (0:00:00.352) 0:03:21.330 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:20:20 +0000 (0:00:00.244) 0:03:21.574 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:20:21 +0000 (0:00:00.490) 0:03:22.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:20:21 +0000 (0:00:00.460) 0:03:22.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:20:21 +0000 (0:00:00.273) 0:03:22.799 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:20:22 +0000 (0:00:00.363) 0:03:23.162 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:20:22 +0000 (0:00:00.308) 0:03:23.470 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:20:22 +0000 (0:00:00.342) 0:03:23.813 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:20:22 +0000 (0:00:00.172) 0:03:23.986 ******** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:20:38 +0000 (0:00:15.840) 0:03:39.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:20:39 +0000 (0:00:00.733) 0:03:40.559 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:20:39 +0000 (0:00:00.227) 0:03:40.786 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:20:40 +0000 (0:00:00.506) 0:03:41.293 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:20:40 +0000 (0:00:00.769) 0:03:42.062 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:20:42 +0000 (0:00:01.687) 0:03:43.750 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:20:43 +0000 (0:00:00.698) 0:03:44.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:20:45 +0000 (0:00:01.916) 0:03:46.365 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:20:45 +0000 (0:00:00.443) 0:03:46.808 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:20:47 +0000 (0:00:01.512) 0:03:48.321 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:20:49 +0000 (0:00:01.944) 0:03:50.265 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:20:50 +0000 (0:00:00.981) 0:03:51.247 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:64 Sunday 22 January 2023 22:20:53 +0000 (0:00:03.808) 0:03:55.055 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:20:59 +0000 (0:00:05.089) 0:04:00.144 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:21:03 +0000 (0:00:04.098) 0:04:04.243 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:21:06 +0000 (0:00:03.091) 0:04:07.334 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "0jjHgy-Gccb-YiKg-1fVb-RqAB-xcbi-MlLzUd" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "n0DDt3-iuAJ-tGl3-xiLK-Qu85-6Iiu-fW0Net" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "d3w20r-WPJr-eWCy-e6Pj-zx5j-TPGM-KuR7sy" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "gouk1Y-2Vu8-vb0N-zt7G-TCPY-Umyi-dBXvc9" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "Q0G9Bs-4Q1F-ANwu-9LeT-pxOC-ua3A-iLLMsh" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "wWBxPH-5OoR-psiW-v9Zy-nkn3-dVGL-ZQ2pLy" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "8vbkre-JXTk-WtHf-sB0d-3f0x-r5FZ-ndkZNT" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "pgsgQl-zbfP-OY6y-O27y-tVpo-sP54-cdHGtM" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "6gwUc0-Raby-xPyd-OV7y-jj2W-tU2l-Tk3qH2" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:21:13 +0000 (0:00:06.953) 0:04:14.288 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004557", "end": "2023-01-22 22:21:19.100434", "rc": 0, "start": "2023-01-22 22:21:18.095877" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:21:21 +0000 (0:00:07.996) 0:04:22.285 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004986", "end": "2023-01-22 22:21:26.129871", "failed_when_result": false, "rc": 1, "start": "2023-01-22 22:21:25.124885" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:21:27 +0000 (0:00:05.785) 0:04:28.071 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:21:33 +0000 (0:00:06.251) 0:04:34.322 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:21:39 +0000 (0:00:06.201) 0:04:40.523 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:21:46 +0000 (0:00:06.762) 0:04:47.286 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:21:48 +0000 (0:00:02.727) 0:04:50.014 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:22:19 +0000 (0:00:30.545) 0:05:20.559 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:22:25 +0000 (0:00:06.040) 0:05:26.600 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:22:29 +0000 (0:00:04.459) 0:05:31.059 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:22:32 +0000 (0:00:02.800) 0:05:33.860 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:22:40 +0000 (0:00:07.350) 0:05:41.210 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:22:46 +0000 (0:00:06.227) 0:05:47.438 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:22:52 +0000 (0:00:05.691) 0:05:53.130 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:23:23 +0000 (0:00:31.150) 0:06:24.280 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:23:28 +0000 (0:00:05.365) 0:06:29.646 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:23:33 +0000 (0:00:05.174) 0:06:34.821 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:23:37 +0000 (0:00:03.713) 0:06:38.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:23:45 +0000 (0:00:07.705) 0:06:46.240 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:23:49 +0000 (0:00:04.269) 0:06:50.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:23:53 +0000 (0:00:03.591) 0:06:54.101 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:23:56 +0000 (0:00:03.050) 0:06:57.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:23:59 +0000 (0:00:03.349) 0:07:00.501 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:24:05 +0000 (0:00:05.636) 0:07:06.137 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:24:10 +0000 (0:00:05.760) 0:07:11.898 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:24:12 +0000 (0:00:01.855) 0:07:13.753 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:24:19 +0000 (0:00:06.539) 0:07:20.293 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:24:22 +0000 (0:00:03.356) 0:07:23.649 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:24:29 +0000 (0:00:06.708) 0:07:30.358 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:24:33 +0000 (0:00:04.392) 0:07:34.750 ******** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:24:56 +0000 (0:00:22.358) 0:07:57.108 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:08 +0000 (0:00:12.672) 0:08:09.781 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:09 +0000 (0:00:00.596) 0:08:10.378 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:09 +0000 (0:00:00.582) 0:08:10.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:10 +0000 (0:00:00.451) 0:08:11.411 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:10 +0000 (0:00:00.487) 0:08:11.899 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:11 +0000 (0:00:00.399) 0:08:12.298 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:11 +0000 (0:00:00.440) 0:08:12.739 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:11 +0000 (0:00:00.311) 0:08:13.051 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:12 +0000 (0:00:00.260) 0:08:13.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:12 +0000 (0:00:00.217) 0:08:13.529 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:12 +0000 (0:00:00.275) 0:08:13.805 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:13 +0000 (0:00:00.340) 0:08:14.145 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:13 +0000 (0:00:00.539) 0:08:14.684 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:14 +0000 (0:00:00.382) 0:08:15.067 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:14 +0000 (0:00:00.269) 0:08:15.336 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:14 +0000 (0:00:00.270) 0:08:15.606 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:14 +0000 (0:00:00.329) 0:08:15.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:15 +0000 (0:00:00.338) 0:08:16.275 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:15 +0000 (0:00:00.314) 0:08:16.589 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:15 +0000 (0:00:00.343) 0:08:16.933 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:16 +0000 (0:00:00.180) 0:08:17.114 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:16 +0000 (0:00:00.226) 0:08:17.340 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:16 +0000 (0:00:00.279) 0:08:17.620 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:16 +0000 (0:00:00.210) 0:08:17.831 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:17 +0000 (0:00:00.407) 0:08:18.239 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:17 +0000 (0:00:00.232) 0:08:18.472 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:17 +0000 (0:00:00.300) 0:08:18.773 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:17 +0000 (0:00:00.278) 0:08:19.052 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:18 +0000 (0:00:00.257) 0:08:19.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:18 +0000 (0:00:00.268) 0:08:19.578 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:18 +0000 (0:00:00.291) 0:08:19.870 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:19 +0000 (0:00:00.252) 0:08:20.122 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:19 +0000 (0:00:00.211) 0:08:20.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:19 +0000 (0:00:00.189) 0:08:20.523 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:19 +0000 (0:00:00.306) 0:08:20.830 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:20 +0000 (0:00:00.533) 0:08:21.364 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:20 +0000 (0:00:00.247) 0:08:21.611 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:20 +0000 (0:00:00.418) 0:08:22.030 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:21 +0000 (0:00:00.347) 0:08:22.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:21 +0000 (0:00:00.250) 0:08:22.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:21 +0000 (0:00:00.265) 0:08:22.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:22 +0000 (0:00:00.209) 0:08:23.102 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:22 +0000 (0:00:00.314) 0:08:23.417 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:22 +0000 (0:00:00.202) 0:08:23.620 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:22 +0000 (0:00:00.205) 0:08:23.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:22 +0000 (0:00:00.185) 0:08:24.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:23 +0000 (0:00:00.163) 0:08:24.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:23 +0000 (0:00:00.448) 0:08:24.623 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:25:23 +0000 (0:00:00.206) 0:08:24.829 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:25:23 +0000 (0:00:00.226) 0:08:25.056 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:25:24 +0000 (0:00:00.294) 0:08:25.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:25:24 +0000 (0:00:00.257) 0:08:25.608 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:25:24 +0000 (0:00:00.403) 0:08:26.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:25:25 +0000 (0:00:00.240) 0:08:26.252 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 22:25:25 +0000 (0:00:00.205) 0:08:26.457 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 22:25:25 +0000 (0:00:00.344) 0:08:26.801 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 22:25:26 +0000 (0:00:00.305) 0:08:27.107 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 22:25:26 +0000 (0:00:00.191) 0:08:27.299 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 22:25:26 +0000 (0:00:00.306) 0:08:27.606 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 22:25:26 +0000 (0:00:00.124) 0:08:27.730 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 22:25:26 +0000 (0:00:00.138) 0:08:27.869 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:66 Sunday 22 January 2023 22:25:27 +0000 (0:00:00.230) 0:08:28.099 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032554", "end": "2023-01-22 22:25:27.975652", "rc": 0, "start": "2023-01-22 22:25:27.943098" } STDOUT: m4z0fB-z3i1-D5ES-cjgl-jKwm-ZpNF-feRW7b TASK [Verify that nothing changes when disks don't change] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:70 Sunday 22 January 2023 22:25:28 +0000 (0:00:01.060) 0:08:29.159 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:25:28 +0000 (0:00:00.317) 0:08:29.476 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:25:28 +0000 (0:00:00.302) 0:08:29.779 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:25:29 +0000 (0:00:00.817) 0:08:30.596 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:25:30 +0000 (0:00:00.734) 0:08:31.330 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:25:30 +0000 (0:00:00.326) 0:08:31.657 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:25:30 +0000 (0:00:00.297) 0:08:31.954 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:25:31 +0000 (0:00:00.484) 0:08:32.439 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:25:31 +0000 (0:00:00.466) 0:08:32.906 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:25:32 +0000 (0:00:00.435) 0:08:33.342 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:25:32 +0000 (0:00:00.291) 0:08:33.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:25:33 +0000 (0:00:00.448) 0:08:34.082 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:25:33 +0000 (0:00:00.330) 0:08:34.413 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:25:33 +0000 (0:00:00.610) 0:08:35.024 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:25:34 +0000 (0:00:00.388) 0:08:35.412 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:25:34 +0000 (0:00:00.525) 0:08:35.938 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:25:34 +0000 (0:00:00.122) 0:08:36.061 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:25:44 +0000 (0:00:09.944) 0:08:46.005 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:25:47 +0000 (0:00:02.100) 0:08:48.105 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:25:48 +0000 (0:00:01.395) 0:08:49.500 ******** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:25:51 +0000 (0:00:02.844) 0:08:52.344 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:25:54 +0000 (0:00:02.802) 0:08:55.147 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:25:56 +0000 (0:00:02.520) 0:08:57.667 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:25:59 +0000 (0:00:02.844) 0:09:00.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:26:03 +0000 (0:00:03.549) 0:09:04.147 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:26:03 +0000 (0:00:00.788) 0:09:04.935 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:26:07 +0000 (0:00:03.184) 0:09:08.119 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:26:10 +0000 (0:00:03.469) 0:09:11.589 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:26:12 +0000 (0:00:01.931) 0:09:13.521 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:78 Sunday 22 January 2023 22:26:18 +0000 (0:00:05.572) 0:09:19.094 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:26:24 +0000 (0:00:06.925) 0:09:26.019 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:26:33 +0000 (0:00:08.621) 0:09:34.641 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:26:39 +0000 (0:00:06.302) 0:09:40.943 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "0jjHgy-Gccb-YiKg-1fVb-RqAB-xcbi-MlLzUd" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "n0DDt3-iuAJ-tGl3-xiLK-Qu85-6Iiu-fW0Net" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "d3w20r-WPJr-eWCy-e6Pj-zx5j-TPGM-KuR7sy" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "gouk1Y-2Vu8-vb0N-zt7G-TCPY-Umyi-dBXvc9" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "Q0G9Bs-4Q1F-ANwu-9LeT-pxOC-ua3A-iLLMsh" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "wWBxPH-5OoR-psiW-v9Zy-nkn3-dVGL-ZQ2pLy" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "8vbkre-JXTk-WtHf-sB0d-3f0x-r5FZ-ndkZNT" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "pgsgQl-zbfP-OY6y-O27y-tVpo-sP54-cdHGtM" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "6gwUc0-Raby-xPyd-OV7y-jj2W-tU2l-Tk3qH2" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:26:44 +0000 (0:00:04.366) 0:09:45.310 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004925", "end": "2023-01-22 22:26:47.474595", "rc": 0, "start": "2023-01-22 22:26:46.469670" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:26:48 +0000 (0:00:04.485) 0:09:49.795 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003716", "end": "2023-01-22 22:26:50.941544", "failed_when_result": false, "rc": 1, "start": "2023-01-22 22:26:50.937828" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:26:52 +0000 (0:00:03.961) 0:09:53.757 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:26:57 +0000 (0:00:05.291) 0:09:59.048 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:27:01 +0000 (0:00:04.008) 0:10:03.057 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:27:11 +0000 (0:00:09.677) 0:10:12.735 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:27:20 +0000 (0:00:08.347) 0:10:21.083 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:28:03 +0000 (0:00:43.094) 0:11:04.177 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:28:08 +0000 (0:00:05.772) 0:11:09.950 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:28:13 +0000 (0:00:04.238) 0:11:14.188 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:28:21 +0000 (0:00:08.269) 0:11:22.457 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:28:28 +0000 (0:00:06.927) 0:11:29.474 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:28:35 +0000 (0:00:06.614) 0:11:36.088 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:28:44 +0000 (0:00:09.505) 0:11:45.594 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:29:12 +0000 (0:00:28.416) 0:12:14.011 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:29:22 +0000 (0:00:09.326) 0:12:23.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:29:26 +0000 (0:00:03.840) 0:12:27.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:29:32 +0000 (0:00:06.623) 0:12:33.801 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:29:41 +0000 (0:00:08.342) 0:12:42.144 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:29:52 +0000 (0:00:11.244) 0:12:53.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:30:00 +0000 (0:00:07.880) 0:13:01.270 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:30:06 +0000 (0:00:06.472) 0:13:07.742 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:30:07 +0000 (0:00:00.895) 0:13:08.638 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:30:08 +0000 (0:00:00.658) 0:13:09.296 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:30:09 +0000 (0:00:00.819) 0:13:10.116 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:30:09 +0000 (0:00:00.318) 0:13:10.434 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:30:10 +0000 (0:00:00.818) 0:13:11.253 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:30:10 +0000 (0:00:00.216) 0:13:11.469 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:30:11 +0000 (0:00:00.702) 0:13:12.171 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:30:11 +0000 (0:00:00.863) 0:13:13.034 ******** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:30:14 +0000 (0:00:02.320) 0:13:15.355 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:16 +0000 (0:00:02.041) 0:13:17.396 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:16 +0000 (0:00:00.311) 0:13:17.708 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:16 +0000 (0:00:00.265) 0:13:17.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:17 +0000 (0:00:00.464) 0:13:18.460 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:18 +0000 (0:00:00.612) 0:13:19.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:18 +0000 (0:00:00.804) 0:13:19.877 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:19 +0000 (0:00:00.364) 0:13:20.242 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:19 +0000 (0:00:00.229) 0:13:20.471 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:19 +0000 (0:00:00.360) 0:13:20.832 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:19 +0000 (0:00:00.226) 0:13:21.059 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:20 +0000 (0:00:00.225) 0:13:21.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:20 +0000 (0:00:00.463) 0:13:21.747 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:21 +0000 (0:00:00.363) 0:13:22.110 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:21 +0000 (0:00:00.322) 0:13:22.433 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:21 +0000 (0:00:00.488) 0:13:22.921 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:22 +0000 (0:00:00.506) 0:13:23.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:23 +0000 (0:00:00.821) 0:13:24.249 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:23 +0000 (0:00:00.468) 0:13:24.718 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:24 +0000 (0:00:00.459) 0:13:25.177 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:24 +0000 (0:00:00.479) 0:13:25.657 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:24 +0000 (0:00:00.288) 0:13:25.945 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:25 +0000 (0:00:00.213) 0:13:26.159 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:25 +0000 (0:00:00.221) 0:13:26.380 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:25 +0000 (0:00:00.321) 0:13:26.702 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:25 +0000 (0:00:00.178) 0:13:26.880 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:26 +0000 (0:00:00.204) 0:13:27.084 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:26 +0000 (0:00:00.214) 0:13:27.299 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:26 +0000 (0:00:00.226) 0:13:27.526 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:27 +0000 (0:00:00.694) 0:13:28.220 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:27 +0000 (0:00:00.412) 0:13:28.633 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:27 +0000 (0:00:00.307) 0:13:28.941 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:28 +0000 (0:00:00.412) 0:13:29.353 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:28 +0000 (0:00:00.470) 0:13:29.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:29 +0000 (0:00:00.639) 0:13:30.464 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:29 +0000 (0:00:00.457) 0:13:30.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:30 +0000 (0:00:00.392) 0:13:31.314 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:30 +0000 (0:00:00.347) 0:13:31.662 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:30 +0000 (0:00:00.378) 0:13:32.040 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:31 +0000 (0:00:00.947) 0:13:32.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:32 +0000 (0:00:00.841) 0:13:33.829 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:33 +0000 (0:00:00.582) 0:13:34.411 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:34 +0000 (0:00:00.771) 0:13:35.183 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:34 +0000 (0:00:00.732) 0:13:35.915 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:35 +0000 (0:00:00.616) 0:13:36.531 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:36 +0000 (0:00:00.660) 0:13:37.192 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:37 +0000 (0:00:01.683) 0:13:38.875 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:40 +0000 (0:00:02.596) 0:13:41.472 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:42 +0000 (0:00:01.600) 0:13:43.072 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:30:44 +0000 (0:00:02.205) 0:13:45.278 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:30:47 +0000 (0:00:02.924) 0:13:48.202 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:30:48 +0000 (0:00:01.423) 0:13:49.625 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:30:50 +0000 (0:00:01.946) 0:13:51.572 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:30:53 +0000 (0:00:03.274) 0:13:54.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:30:56 +0000 (0:00:02.575) 0:13:57.423 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 22:30:59 +0000 (0:00:03.215) 0:14:00.638 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 22:31:02 +0000 (0:00:03.291) 0:14:03.930 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 22:31:06 +0000 (0:00:03.446) 0:14:07.377 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 22:31:08 +0000 (0:00:01.803) 0:14:09.180 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 22:31:11 +0000 (0:00:03.832) 0:14:13.013 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 22:31:13 +0000 (0:00:01.769) 0:14:14.783 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 22:31:15 +0000 (0:00:01.692) 0:14:16.475 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:80 Sunday 22 January 2023 22:31:20 +0000 (0:00:05.568) 0:14:22.043 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031031", "end": "2023-01-22 22:31:25.328973", "rc": 0, "start": "2023-01-22 22:31:25.297942" } STDOUT: m4z0fB-z3i1-D5ES-cjgl-jKwm-ZpNF-feRW7b TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:84 Sunday 22 January 2023 22:31:26 +0000 (0:00:05.634) 0:14:27.678 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:88 Sunday 22 January 2023 22:31:30 +0000 (0:00:03.828) 0:14:31.507 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:31:36 +0000 (0:00:06.132) 0:14:37.639 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:31:43 +0000 (0:00:06.783) 0:14:44.423 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:31:46 +0000 (0:00:02.967) 0:14:47.390 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:31:56 +0000 (0:00:10.660) 0:14:58.051 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:32:02 +0000 (0:00:05.155) 0:15:03.206 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:32:06 +0000 (0:00:04.258) 0:15:07.465 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:32:13 +0000 (0:00:07.147) 0:15:14.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:32:20 +0000 (0:00:06.843) 0:15:21.457 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:32:26 +0000 (0:00:05.814) 0:15:27.271 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:32:31 +0000 (0:00:05.590) 0:15:32.862 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:32:37 +0000 (0:00:05.566) 0:15:38.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:32:42 +0000 (0:00:05.077) 0:15:43.506 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:32:46 +0000 (0:00:04.221) 0:15:47.728 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:32:54 +0000 (0:00:08.077) 0:15:55.805 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:32:59 +0000 (0:00:04.706) 0:16:00.511 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:33:01 +0000 (0:00:02.142) 0:16:02.654 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "dosfstools", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:33:20 +0000 (0:00:18.851) 0:16:21.506 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:33:25 +0000 (0:00:05.021) 0:16:26.527 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:33:27 +0000 (0:00:01.697) 0:16:28.224 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "dosfstools", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:33:32 +0000 (0:00:04.936) 0:16:33.161 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:33:36 +0000 (0:00:04.259) 0:16:37.421 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:33:40 +0000 (0:00:03.658) 0:16:41.080 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:33:42 +0000 (0:00:02.964) 0:16:44.045 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:33:47 +0000 (0:00:04.379) 0:16:48.424 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:33:48 +0000 (0:00:00.991) 0:16:49.415 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:33:52 +0000 (0:00:03.942) 0:16:53.358 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:33:57 +0000 (0:00:05.016) 0:16:58.374 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:33:58 +0000 (0:00:01.612) 0:16:59.987 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:96 Sunday 22 January 2023 22:34:07 +0000 (0:00:08.257) 0:17:08.244 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:34:12 +0000 (0:00:04.939) 0:17:13.184 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:34:16 +0000 (0:00:04.086) 0:17:17.271 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:34:21 +0000 (0:00:04.806) 0:17:22.077 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "0jjHgy-Gccb-YiKg-1fVb-RqAB-xcbi-MlLzUd" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:34:24 +0000 (0:00:03.939) 0:17:26.016 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003492", "end": "2023-01-22 22:34:27.910305", "rc": 0, "start": "2023-01-22 22:34:27.906813" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:34:29 +0000 (0:00:04.764) 0:17:30.781 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003534", "end": "2023-01-22 22:34:32.036269", "failed_when_result": false, "rc": 1, "start": "2023-01-22 22:34:32.032735" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:34:33 +0000 (0:00:03.931) 0:17:34.713 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:34:39 +0000 (0:00:06.140) 0:17:40.853 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:34:44 +0000 (0:00:04.730) 0:17:45.584 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:34:51 +0000 (0:00:07.095) 0:17:52.680 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:34:55 +0000 (0:00:04.352) 0:17:57.032 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:35:00 +0000 (0:00:04.767) 0:18:01.800 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:35:05 +0000 (0:00:04.668) 0:18:06.468 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:35:06 +0000 (0:00:01.564) 0:18:08.033 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:35:07 +0000 (0:00:00.465) 0:18:08.498 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:35:07 +0000 (0:00:00.507) 0:18:09.006 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:35:08 +0000 (0:00:00.668) 0:18:09.674 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:35:09 +0000 (0:00:00.434) 0:18:10.108 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:35:09 +0000 (0:00:00.491) 0:18:10.599 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:35:09 +0000 (0:00:00.370) 0:18:10.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:35:10 +0000 (0:00:00.382) 0:18:11.352 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:35:10 +0000 (0:00:00.481) 0:18:11.833 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:35:11 +0000 (0:00:00.625) 0:18:12.459 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:35:11 +0000 (0:00:00.360) 0:18:12.819 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:35:12 +0000 (0:00:00.288) 0:18:13.107 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:35:12 +0000 (0:00:00.338) 0:18:13.446 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:35:12 +0000 (0:00:00.272) 0:18:13.718 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:35:12 +0000 (0:00:00.269) 0:18:13.988 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:35:13 +0000 (0:00:00.487) 0:18:14.475 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:35:13 +0000 (0:00:00.104) 0:18:14.580 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:35:13 +0000 (0:00:00.414) 0:18:14.994 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:35:14 +0000 (0:00:00.118) 0:18:15.112 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:35:14 +0000 (0:00:00.356) 0:18:15.469 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:35:14 +0000 (0:00:00.248) 0:18:15.718 ******** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:35:14 +0000 (0:00:00.319) 0:18:16.037 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:35:15 +0000 (0:00:00.382) 0:18:16.419 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:35:15 +0000 (0:00:00.243) 0:18:16.663 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:35:15 +0000 (0:00:00.187) 0:18:16.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:35:15 +0000 (0:00:00.205) 0:18:17.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:35:16 +0000 (0:00:00.299) 0:18:17.355 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:35:16 +0000 (0:00:00.235) 0:18:17.591 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 22:35:16 +0000 (0:00:00.222) 0:18:17.813 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 22:35:16 +0000 (0:00:00.191) 0:18:18.005 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 22:35:17 +0000 (0:00:00.550) 0:18:18.555 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 22:35:17 +0000 (0:00:00.153) 0:18:18.709 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 22:35:17 +0000 (0:00:00.286) 0:18:18.995 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 22:35:18 +0000 (0:00:00.139) 0:18:19.135 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 22:35:18 +0000 (0:00:00.088) 0:18:19.224 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:98 Sunday 22 January 2023 22:35:18 +0000 (0:00:00.178) 0:18:19.402 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026725", "end": "2023-01-22 22:35:18.680585", "rc": 0, "start": "2023-01-22 22:35:18.653860" } STDOUT: m4z0fB-z3i1-D5ES-cjgl-jKwm-ZpNF-feRW7b TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:102 Sunday 22 January 2023 22:35:18 +0000 (0:00:00.440) 0:18:19.842 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:106 Sunday 22 January 2023 22:35:19 +0000 (0:00:00.219) 0:18:20.062 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:35:19 +0000 (0:00:00.316) 0:18:20.379 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:35:19 +0000 (0:00:00.281) 0:18:20.661 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:35:20 +0000 (0:00:00.774) 0:18:21.435 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:35:21 +0000 (0:00:00.643) 0:18:22.079 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:35:21 +0000 (0:00:00.271) 0:18:22.350 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:35:21 +0000 (0:00:00.232) 0:18:22.583 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:35:21 +0000 (0:00:00.290) 0:18:22.873 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:35:22 +0000 (0:00:00.200) 0:18:23.074 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:35:22 +0000 (0:00:00.177) 0:18:23.251 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:35:22 +0000 (0:00:00.192) 0:18:23.444 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:35:22 +0000 (0:00:00.150) 0:18:23.595 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:35:22 +0000 (0:00:00.242) 0:18:23.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:35:23 +0000 (0:00:00.265) 0:18:24.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:35:23 +0000 (0:00:00.180) 0:18:24.283 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:35:23 +0000 (0:00:00.227) 0:18:24.511 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:35:23 +0000 (0:00:00.076) 0:18:24.587 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:35:30 +0000 (0:00:07.385) 0:18:31.972 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:35:31 +0000 (0:00:00.185) 0:18:32.158 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:35:31 +0000 (0:00:00.094) 0:18:32.252 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:35:31 +0000 (0:00:00.164) 0:18:32.417 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:35:31 +0000 (0:00:00.191) 0:18:32.609 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:35:31 +0000 (0:00:00.203) 0:18:32.812 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:35:31 +0000 (0:00:00.098) 0:18:32.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:35:32 +0000 (0:00:00.235) 0:18:33.147 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:35:32 +0000 (0:00:00.110) 0:18:33.257 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:35:32 +0000 (0:00:00.211) 0:18:33.469 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:35:32 +0000 (0:00:00.451) 0:18:33.921 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:35:32 +0000 (0:00:00.096) 0:18:34.017 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:114 Sunday 22 January 2023 22:35:33 +0000 (0:00:01.004) 0:18:35.022 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:35:34 +0000 (0:00:00.368) 0:18:35.391 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:35:34 +0000 (0:00:00.253) 0:18:35.645 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:35:34 +0000 (0:00:00.260) 0:18:35.905 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "0jjHgy-Gccb-YiKg-1fVb-RqAB-xcbi-MlLzUd" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "A7UWbN-UBXX-wLjh-TIWX-uDql-ZxUf-8rqxHO" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:35:35 +0000 (0:00:00.508) 0:18:36.414 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003716", "end": "2023-01-22 22:35:35.740219", "rc": 0, "start": "2023-01-22 22:35:35.736503" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:35:35 +0000 (0:00:00.505) 0:18:36.919 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003698", "end": "2023-01-22 22:35:36.256442", "failed_when_result": false, "rc": 1, "start": "2023-01-22 22:35:36.252744" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:35:36 +0000 (0:00:00.521) 0:18:37.441 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:35:37 +0000 (0:00:00.971) 0:18:38.412 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:35:37 +0000 (0:00:00.628) 0:18:39.041 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:35:39 +0000 (0:00:01.116) 0:18:40.157 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:35:39 +0000 (0:00:00.478) 0:18:40.636 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:35:41 +0000 (0:00:01.570) 0:18:42.206 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:35:42 +0000 (0:00:01.259) 0:18:43.466 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:35:43 +0000 (0:00:01.415) 0:18:44.881 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:35:45 +0000 (0:00:01.964) 0:18:46.846 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:35:47 +0000 (0:00:01.964) 0:18:48.810 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:35:49 +0000 (0:00:02.021) 0:18:50.832 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:35:52 +0000 (0:00:02.924) 0:18:53.757 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:35:57 +0000 (0:00:04.421) 0:18:58.178 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:36:02 +0000 (0:00:05.186) 0:19:03.365 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:36:04 +0000 (0:00:02.663) 0:19:06.029 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:36:07 +0000 (0:00:02.249) 0:19:08.278 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:36:11 +0000 (0:00:04.296) 0:19:12.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:36:15 +0000 (0:00:04.119) 0:19:16.694 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:36:17 +0000 (0:00:01.891) 0:19:18.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:36:21 +0000 (0:00:04.027) 0:19:22.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:36:26 +0000 (0:00:05.079) 0:19:27.693 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:36:30 +0000 (0:00:03.777) 0:19:31.470 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:36:38 +0000 (0:00:07.693) 0:19:39.164 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:36:40 +0000 (0:00:02.176) 0:19:41.341 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:36:47 +0000 (0:00:06.934) 0:19:48.275 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:36:49 +0000 (0:00:01.960) 0:19:50.236 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:36:55 +0000 (0:00:06.178) 0:19:56.415 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:37:00 +0000 (0:00:05.373) 0:20:01.788 ******** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:37:07 +0000 (0:00:07.236) 0:20:09.025 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:37:15 +0000 (0:00:08.012) 0:20:17.038 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:37:23 +0000 (0:00:07.423) 0:20:24.461 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:37:29 +0000 (0:00:05.760) 0:20:30.222 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:37:35 +0000 (0:00:06.010) 0:20:36.233 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:37:39 +0000 (0:00:04.538) 0:20:40.771 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:37:44 +0000 (0:00:05.069) 0:20:45.841 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:37:48 +0000 (0:00:04.005) 0:20:49.846 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:37:55 +0000 (0:00:06.462) 0:20:56.308 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:37:58 +0000 (0:00:03.491) 0:20:59.800 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:38:02 +0000 (0:00:04.046) 0:21:03.846 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:38:07 +0000 (0:00:04.301) 0:21:08.147 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:38:12 +0000 (0:00:05.033) 0:21:13.181 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 22:38:17 +0000 (0:00:05.075) 0:21:18.257 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 22:38:22 +0000 (0:00:05.661) 0:21:23.919 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 22:38:27 +0000 (0:00:04.473) 0:21:28.392 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 22:38:30 +0000 (0:00:02.813) 0:21:31.206 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 22:38:35 +0000 (0:00:05.491) 0:21:36.698 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 22:38:37 +0000 (0:00:02.206) 0:21:38.904 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 22:38:39 +0000 (0:00:01.703) 0:21:40.608 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:116 Sunday 22 January 2023 22:38:44 +0000 (0:00:04.704) 0:21:45.313 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031737", "end": "2023-01-22 22:38:50.314671", "rc": 0, "start": "2023-01-22 22:38:50.282934" } STDOUT: m4z0fB-z3i1-D5ES-cjgl-jKwm-ZpNF-feRW7b TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:120 Sunday 22 January 2023 22:38:51 +0000 (0:00:07.063) 0:21:52.376 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV and add the third disk to the 'foo' volume group] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:124 Sunday 22 January 2023 22:38:56 +0000 (0:00:05.617) 0:21:57.995 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:39:07 +0000 (0:00:11.023) 0:22:09.018 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:39:14 +0000 (0:00:06.137) 0:22:15.155 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:39:21 +0000 (0:00:07.647) 0:22:22.803 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:39:38 +0000 (0:00:16.449) 0:22:39.253 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:39:42 +0000 (0:00:04.012) 0:22:43.265 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:39:46 +0000 (0:00:03.871) 0:22:47.137 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:39:56 +0000 (0:00:10.135) 0:22:57.272 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:40:00 +0000 (0:00:04.147) 0:23:01.420 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:40:05 +0000 (0:00:04.827) 0:23:06.247 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:40:06 +0000 (0:00:01.705) 0:23:07.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:40:07 +0000 (0:00:00.605) 0:23:08.558 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:40:08 +0000 (0:00:00.631) 0:23:09.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:40:08 +0000 (0:00:00.488) 0:23:09.678 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:40:09 +0000 (0:00:00.468) 0:23:10.146 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:40:09 +0000 (0:00:00.378) 0:23:10.524 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:40:09 +0000 (0:00:00.146) 0:23:10.671 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "dosfstools" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:40:17 +0000 (0:00:07.809) 0:23:18.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:40:17 +0000 (0:00:00.172) 0:23:18.653 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:40:17 +0000 (0:00:00.154) 0:23:18.808 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "dosfstools" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:40:17 +0000 (0:00:00.196) 0:23:19.005 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:40:18 +0000 (0:00:00.173) 0:23:19.179 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:40:18 +0000 (0:00:00.262) 0:23:19.441 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:40:18 +0000 (0:00:00.075) 0:23:19.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:40:18 +0000 (0:00:00.235) 0:23:19.753 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:40:18 +0000 (0:00:00.095) 0:23:19.848 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:40:19 +0000 (0:00:00.297) 0:23:20.146 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:40:19 +0000 (0:00:00.473) 0:23:20.619 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:40:19 +0000 (0:00:00.071) 0:23:20.691 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:132 Sunday 22 January 2023 22:40:20 +0000 (0:00:00.892) 0:23:21.583 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:40:20 +0000 (0:00:00.264) 0:23:21.848 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:40:21 +0000 (0:00:00.253) 0:23:22.101 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:40:21 +0000 (0:00:00.234) 0:23:22.336 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "A7UWbN-UBXX-wLjh-TIWX-uDql-ZxUf-8rqxHO" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "VYjgKm-Sv10-hSp4-0I3Q-tjnK-Oym6-mk3rCa" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:40:21 +0000 (0:00:00.462) 0:23:22.799 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004750", "end": "2023-01-22 22:40:23.122622", "rc": 0, "start": "2023-01-22 22:40:22.117872" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:40:23 +0000 (0:00:01.461) 0:23:24.260 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003518", "end": "2023-01-22 22:40:23.567228", "failed_when_result": false, "rc": 1, "start": "2023-01-22 22:40:23.563710" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:40:23 +0000 (0:00:00.441) 0:23:24.702 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:40:23 +0000 (0:00:00.230) 0:23:24.933 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:40:24 +0000 (0:00:00.150) 0:23:25.084 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:40:24 +0000 (0:00:00.302) 0:23:25.386 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:40:24 +0000 (0:00:00.308) 0:23:25.694 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:40:25 +0000 (0:00:00.655) 0:23:26.350 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:40:25 +0000 (0:00:00.194) 0:23:26.545 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:40:25 +0000 (0:00:00.170) 0:23:26.715 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:40:25 +0000 (0:00:00.196) 0:23:26.912 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:40:26 +0000 (0:00:00.161) 0:23:27.074 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:40:26 +0000 (0:00:00.160) 0:23:27.234 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:40:26 +0000 (0:00:00.160) 0:23:27.395 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:40:26 +0000 (0:00:00.259) 0:23:27.654 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:40:26 +0000 (0:00:00.222) 0:23:27.876 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:40:27 +0000 (0:00:00.205) 0:23:28.082 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:40:27 +0000 (0:00:00.152) 0:23:28.235 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:40:27 +0000 (0:00:00.147) 0:23:28.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:40:27 +0000 (0:00:00.153) 0:23:28.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:40:27 +0000 (0:00:00.211) 0:23:28.747 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:40:27 +0000 (0:00:00.203) 0:23:28.950 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:40:28 +0000 (0:00:00.191) 0:23:29.141 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:40:28 +0000 (0:00:00.170) 0:23:29.312 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:40:28 +0000 (0:00:00.273) 0:23:29.585 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:40:28 +0000 (0:00:00.105) 0:23:29.691 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:40:28 +0000 (0:00:00.287) 0:23:29.978 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:40:28 +0000 (0:00:00.074) 0:23:30.053 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:40:29 +0000 (0:00:00.275) 0:23:30.329 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:40:29 +0000 (0:00:00.185) 0:23:30.515 ******** skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:40:29 +0000 (0:00:00.253) 0:23:30.768 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:40:30 +0000 (0:00:00.325) 0:23:31.093 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:40:30 +0000 (0:00:00.170) 0:23:31.264 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:40:30 +0000 (0:00:00.154) 0:23:31.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:40:30 +0000 (0:00:00.208) 0:23:31.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:40:30 +0000 (0:00:00.157) 0:23:31.785 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:40:30 +0000 (0:00:00.264) 0:23:32.049 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:40:31 +0000 (0:00:00.166) 0:23:32.215 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:40:31 +0000 (0:00:00.158) 0:23:32.374 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:40:31 +0000 (0:00:00.172) 0:23:32.546 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:40:31 +0000 (0:00:00.199) 0:23:32.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:40:31 +0000 (0:00:00.214) 0:23:32.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:40:32 +0000 (0:00:00.220) 0:23:33.181 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 22:40:32 +0000 (0:00:00.357) 0:23:33.539 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 22:40:32 +0000 (0:00:00.234) 0:23:33.773 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 22:40:33 +0000 (0:00:00.336) 0:23:34.109 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 22:40:33 +0000 (0:00:00.097) 0:23:34.206 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 22:40:33 +0000 (0:00:00.362) 0:23:34.569 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 22:40:33 +0000 (0:00:00.094) 0:23:34.663 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 22:40:33 +0000 (0:00:00.123) 0:23:34.787 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:134 Sunday 22 January 2023 22:40:33 +0000 (0:00:00.196) 0:23:34.984 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028105", "end": "2023-01-22 22:40:34.297048", "rc": 0, "start": "2023-01-22 22:40:34.268943" } STDOUT: m4z0fB-z3i1-D5ES-cjgl-jKwm-ZpNF-feRW7b TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:138 Sunday 22 January 2023 22:40:34 +0000 (0:00:00.465) 0:23:35.450 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:142 Sunday 22 January 2023 22:40:34 +0000 (0:00:00.199) 0:23:35.649 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:40:34 +0000 (0:00:00.357) 0:23:36.007 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:40:35 +0000 (0:00:00.255) 0:23:36.262 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:40:35 +0000 (0:00:00.638) 0:23:36.901 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:40:36 +0000 (0:00:00.531) 0:23:37.432 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:40:36 +0000 (0:00:00.303) 0:23:37.736 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:40:37 +0000 (0:00:00.334) 0:23:38.070 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:40:37 +0000 (0:00:00.490) 0:23:38.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:40:37 +0000 (0:00:00.341) 0:23:38.903 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:40:38 +0000 (0:00:00.468) 0:23:39.372 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:40:38 +0000 (0:00:00.376) 0:23:39.749 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:40:39 +0000 (0:00:00.434) 0:23:40.184 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:40:39 +0000 (0:00:00.575) 0:23:40.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:40:40 +0000 (0:00:00.505) 0:23:41.265 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:40:40 +0000 (0:00:00.500) 0:23:41.765 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:40:41 +0000 (0:00:00.822) 0:23:42.587 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:40:42 +0000 (0:00:00.701) 0:23:43.289 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-382b408e-a402-462a-8c0a-436cd02180e4", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-bf30119d-2037-4825-99fb-6638f8b40810", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-3995384b-1ffd-4934-860a-ed13cd629a41", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-4864e306-7972-4fc1-a6a4-7954913cef10", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "cryptsetup", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:42:25 +0000 (0:01:43.471) 0:25:26.760 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:42:29 +0000 (0:00:03.726) 0:25:30.487 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:42:30 +0000 (0:00:01.032) 0:25:31.520 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-382b408e-a402-462a-8c0a-436cd02180e4", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-bf30119d-2037-4825-99fb-6638f8b40810", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-3995384b-1ffd-4934-860a-ed13cd629a41", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-4864e306-7972-4fc1-a6a4-7954913cef10", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "cryptsetup", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:42:33 +0000 (0:00:03.160) 0:25:34.680 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:42:37 +0000 (0:00:04.166) 0:25:38.847 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:42:41 +0000 (0:00:03.458) 0:25:42.305 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:42:42 +0000 (0:00:01.386) 0:25:43.692 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:42:45 +0000 (0:00:03.304) 0:25:46.997 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:42:48 +0000 (0:00:02.228) 0:25:49.225 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:42:53 +0000 (0:00:05.809) 0:25:55.035 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:43:00 +0000 (0:00:06.725) 0:26:01.825 ******** changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-b40367e8-9566-4310-b904-f8f1bdb58de0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "password": "-", "state": "present" } } MSG: line added and ownership, perms or SE linux context changed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-5efda3a0-1b5d-4c5c-bad0-27903828e793', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-382b408e-a402-462a-8c0a-436cd02180e4', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-382b408e-a402-462a-8c0a-436cd02180e4", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-bf30119d-2037-4825-99fb-6638f8b40810', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-bf30119d-2037-4825-99fb-6638f8b40810", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-16504a18-71a3-473d-8f9b-c53c0ef7d590', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-3f76d2fe-22c1-460e-920b-97f9691144fd', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-3995384b-1ffd-4934-860a-ed13cd629a41', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-3995384b-1ffd-4934-860a-ed13cd629a41", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-4864e306-7972-4fc1-a6a4-7954913cef10', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-4864e306-7972-4fc1-a6a4-7954913cef10", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "password": "-", "state": "present" } } MSG: line added TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:43:42 +0000 (0:00:41.688) 0:26:43.513 ******** ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:153 Sunday 22 January 2023 22:43:54 +0000 (0:00:12.403) 0:26:55.917 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031504", "end": "2023-01-22 22:44:00.479871", "rc": 0, "start": "2023-01-22 22:44:00.448367" } STDOUT: 2Ki5p8-6vgD-F2tD-Xwcj-lkSo-7jce-R9Ua2s TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:157 Sunday 22 January 2023 22:44:04 +0000 (0:00:09.216) 0:27:05.133 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:44:12 +0000 (0:00:08.448) 0:27:13.582 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:44:24 +0000 (0:00:11.488) 0:27:25.070 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:44:32 +0000 (0:00:08.842) 0:27:33.913 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:44:58 +0000 (0:00:25.484) 0:27:59.398 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:45:03 +0000 (0:00:04.940) 0:28:04.338 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:45:07 +0000 (0:00:03.786) 0:28:08.124 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:45:08 +0000 (0:00:01.558) 0:28:09.683 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:45:10 +0000 (0:00:01.836) 0:28:11.520 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:45:11 +0000 (0:00:00.761) 0:28:12.282 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:45:11 +0000 (0:00:00.567) 0:28:12.849 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:45:12 +0000 (0:00:00.358) 0:28:13.208 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:45:12 +0000 (0:00:00.286) 0:28:13.494 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:45:12 +0000 (0:00:00.558) 0:28:14.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:45:13 +0000 (0:00:00.387) 0:28:14.440 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:45:13 +0000 (0:00:00.605) 0:28:15.046 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:45:14 +0000 (0:00:00.144) 0:28:15.190 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-4864e306-7972-4fc1-a6a4-7954913cef10", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-3995384b-1ffd-4934-860a-ed13cd629a41", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-bf30119d-2037-4825-99fb-6638f8b40810", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-382b408e-a402-462a-8c0a-436cd02180e4", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2", "dosfstools" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:45:28 +0000 (0:00:14.231) 0:28:29.421 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:45:28 +0000 (0:00:00.366) 0:28:29.787 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:45:28 +0000 (0:00:00.148) 0:28:29.936 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-4864e306-7972-4fc1-a6a4-7954913cef10", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3995384b-1ffd-4934-860a-ed13cd629a41", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-bf30119d-2037-4825-99fb-6638f8b40810", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-382b408e-a402-462a-8c0a-436cd02180e4", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-4864e306-7972-4fc1-a6a4-7954913cef10", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-3995384b-1ffd-4934-860a-ed13cd629a41", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-bf30119d-2037-4825-99fb-6638f8b40810", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-382b408e-a402-462a-8c0a-436cd02180e4", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2", "dosfstools" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:45:29 +0000 (0:00:00.314) 0:28:30.250 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:45:29 +0000 (0:00:00.275) 0:28:30.526 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:45:29 +0000 (0:00:00.477) 0:28:31.003 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:45:30 +0000 (0:00:00.197) 0:28:31.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:45:30 +0000 (0:00:00.409) 0:28:31.610 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:45:30 +0000 (0:00:00.210) 0:28:31.821 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:45:31 +0000 (0:00:00.346) 0:28:32.167 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674427419.6704938, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ddc41e27ce395d08702afe1ff100e17d3ea5e71d", "ctime": 1674427419.6714938, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 771752583, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1674427419.6714938, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "2004876547", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:45:31 +0000 (0:00:00.611) 0:28:32.778 ******** changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-4864e306-7972-4fc1-a6a4-7954913cef10', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-4864e306-7972-4fc1-a6a4-7954913cef10", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-3995384b-1ffd-4934-860a-ed13cd629a41', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-3995384b-1ffd-4934-860a-ed13cd629a41", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-3f76d2fe-22c1-460e-920b-97f9691144fd', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-3f76d2fe-22c1-460e-920b-97f9691144fd", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-16504a18-71a3-473d-8f9b-c53c0ef7d590', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-16504a18-71a3-473d-8f9b-c53c0ef7d590", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-bf30119d-2037-4825-99fb-6638f8b40810', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-bf30119d-2037-4825-99fb-6638f8b40810", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-382b408e-a402-462a-8c0a-436cd02180e4', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-382b408e-a402-462a-8c0a-436cd02180e4", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-5efda3a0-1b5d-4c5c-bad0-27903828e793', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-5efda3a0-1b5d-4c5c-bad0-27903828e793", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-b40367e8-9566-4310-b904-f8f1bdb58de0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-b40367e8-9566-4310-b904-f8f1bdb58de0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:45:37 +0000 (0:00:05.867) 0:28:38.646 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:167 Sunday 22 January 2023 22:45:41 +0000 (0:00:04.366) 0:28:43.012 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:45:44 +0000 (0:00:02.897) 0:28:45.910 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:45:47 +0000 (0:00:02.387) 0:28:48.297 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:45:49 +0000 (0:00:02.421) 0:28:50.719 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "size": "10G", "type": "crypt", "uuid": "s0Ku5t-7OJt-QeKd-nh27-v6EY-zzF3-0cBOyT" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "623038e6-a222-4875-ad2d-3c0ae0b5bbc3" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:45:52 +0000 (0:00:02.382) 0:28:53.102 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004955", "end": "2023-01-22 22:45:55.071916", "rc": 0, "start": "2023-01-22 22:45:54.066961" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:45:55 +0000 (0:00:03.786) 0:28:56.888 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004745", "end": "2023-01-22 22:45:59.773670", "failed_when_result": false, "rc": 0, "start": "2023-01-22 22:45:58.768925" } STDOUT: luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3 /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:46:00 +0000 (0:00:04.751) 0:29:01.639 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:46:06 +0000 (0:00:05.832) 0:29:07.472 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:46:10 +0000 (0:00:04.323) 0:29:11.796 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:46:17 +0000 (0:00:07.022) 0:29:18.884 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:46:21 +0000 (0:00:03.808) 0:29:22.693 ******** ok: [sut] => (item=/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "pv": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:46:24 +0000 (0:00:03.244) 0:29:25.937 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:46:28 +0000 (0:00:03.642) 0:29:29.579 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:46:32 +0000 (0:00:04.031) 0:29:33.611 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:46:36 +0000 (0:00:03.742) 0:29:37.353 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:46:39 +0000 (0:00:03.518) 0:29:40.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:46:41 +0000 (0:00:02.070) 0:29:42.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:46:43 +0000 (0:00:02.070) 0:29:45.012 ******** ok: [sut] => (item=/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:46:47 +0000 (0:00:03.139) 0:29:48.152 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:46:51 +0000 (0:00:04.013) 0:29:52.165 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:46:53 +0000 (0:00:02.842) 0:29:55.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:46:55 +0000 (0:00:01.815) 0:29:56.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:46:58 +0000 (0:00:02.628) 0:29:59.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:47:01 +0000 (0:00:02.634) 0:30:02.088 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:47:02 +0000 (0:00:01.649) 0:30:03.737 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:47:05 +0000 (0:00:03.000) 0:30:06.738 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:47:07 +0000 (0:00:01.510) 0:30:08.249 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:47:09 +0000 (0:00:02.286) 0:30:10.535 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:47:13 +0000 (0:00:03.909) 0:30:14.444 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:47:14 +0000 (0:00:01.113) 0:30:15.558 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:47:16 +0000 (0:00:02.230) 0:30:17.788 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:47:18 +0000 (0:00:01.608) 0:30:19.397 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:47:21 +0000 (0:00:03.596) 0:30:22.994 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:47:24 +0000 (0:00:02.646) 0:30:25.640 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:47:31 +0000 (0:00:06.823) 0:30:32.464 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/623038e6-a222-4875-ad2d-3c0ae0b5bbc3" ], "delta": "0:00:00.003643", "end": "2023-01-22 22:47:35.690279", "rc": 0, "start": "2023-01-22 22:47:35.686636" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:47:36 +0000 (0:00:05.205) 0:30:37.669 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.3.7-5.el8.x86_64" ] } TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:47:45 +0000 (0:00:08.657) 0:30:46.327 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.017120", "end": "2023-01-22 22:47:48.921937", "rc": 0, "start": "2023-01-22 22:47:48.904817" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 623038e6-a222-4875-ad2d-3c0ae0b5bbc3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 767424 Threads: 2 Salt: fa e6 d9 67 e4 ed 5e 5f c2 ce de 8b 13 fa c1 01 14 29 2a ee 8a 42 e0 50 7c 0f 25 b5 03 08 d3 c9 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88562 Salt: 7f 4f 2e b2 b6 30 63 03 0b 80 e8 2d ce ea 61 7f 86 4a 1f 7b 76 0f ec e9 fc c9 b3 42 a3 44 1a 18 Digest: cb 1d 7d d2 9b 4c 2e a1 7f ef c5 88 04 37 5d 05 35 ba 21 77 fb f3 de 11 22 2c 6d 77 56 6d 2e e3 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:47:49 +0000 (0:00:04.642) 0:30:50.969 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:47:52 +0000 (0:00:02.221) 0:30:53.191 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:47:57 +0000 (0:00:05.113) 0:30:58.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:48:00 +0000 (0:00:03.368) 0:31:01.673 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:48:05 +0000 (0:00:04.536) 0:31:06.210 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:48:08 +0000 (0:00:03.220) 0:31:09.431 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:48:12 +0000 (0:00:03.901) 0:31:13.333 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:48:14 +0000 (0:00:02.598) 0:31:15.931 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:48:17 +0000 (0:00:02.339) 0:31:18.270 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:48:24 +0000 (0:00:07.463) 0:31:25.734 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 22:48:28 +0000 (0:00:03.415) 0:31:29.149 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 22:48:31 +0000 (0:00:03.885) 0:31:33.034 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 22:48:35 +0000 (0:00:03.619) 0:31:36.654 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 22:48:37 +0000 (0:00:01.666) 0:31:38.321 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 22:48:41 +0000 (0:00:03.813) 0:31:42.135 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 22:48:43 +0000 (0:00:02.014) 0:31:44.150 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 22:48:44 +0000 (0:00:01.685) 0:31:45.835 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:169 Sunday 22 January 2023 22:48:49 +0000 (0:00:04.422) 0:31:50.258 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.036273", "end": "2023-01-22 22:48:53.385066", "rc": 0, "start": "2023-01-22 22:48:53.348793" } STDOUT: 2Ki5p8-6vgD-F2tD-Xwcj-lkSo-7jce-R9Ua2s TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:173 Sunday 22 January 2023 22:48:54 +0000 (0:00:05.618) 0:31:55.877 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:177 Sunday 22 January 2023 22:48:57 +0000 (0:00:02.906) 0:31:58.784 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 22:49:04 +0000 (0:00:06.663) 0:32:05.447 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 22:49:07 +0000 (0:00:03.298) 0:32:08.746 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 22:49:13 +0000 (0:00:05.791) 0:32:14.537 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 22:49:23 +0000 (0:00:10.495) 0:32:25.032 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 22:49:26 +0000 (0:00:02.290) 0:32:27.323 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 22:49:28 +0000 (0:00:02.253) 0:32:29.576 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 22:49:33 +0000 (0:00:05.229) 0:32:34.806 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 22:49:40 +0000 (0:00:06.290) 0:32:41.097 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 22:49:42 +0000 (0:00:02.525) 0:32:43.622 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 22:49:46 +0000 (0:00:03.891) 0:32:47.514 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 22:49:49 +0000 (0:00:03.493) 0:32:51.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 22:49:55 +0000 (0:00:05.641) 0:32:56.650 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 22:49:59 +0000 (0:00:03.873) 0:33:00.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 22:50:03 +0000 (0:00:04.534) 0:33:05.058 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 22:50:06 +0000 (0:00:02.928) 0:33:07.987 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 22:50:07 +0000 (0:00:00.198) 0:33:08.186 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": null }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": null }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-fef76520-d7ff-4246-9a9a-938389adfcad", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-b588699d-6ac8-47c1-ab03-742987b069b0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 22:51:40 +0000 (0:01:33.193) 0:34:41.379 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 22:51:43 +0000 (0:00:03.676) 0:34:45.056 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 22:51:45 +0000 (0:00:01.687) 0:34:46.743 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": null }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": null }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-fef76520-d7ff-4246-9a9a-938389adfcad", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-b588699d-6ac8-47c1-ab03-742987b069b0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs", "dosfstools" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 22:51:50 +0000 (0:00:04.374) 0:34:51.118 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 22:51:54 +0000 (0:00:04.864) 0:34:55.982 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 22:51:56 +0000 (0:00:01.880) 0:34:57.862 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 22:51:58 +0000 (0:00:01.653) 0:34:59.515 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 22:52:00 +0000 (0:00:01.809) 0:35:01.325 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 22:52:01 +0000 (0:00:00.775) 0:35:02.101 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 22:52:02 +0000 (0:00:01.775) 0:35:03.876 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674427558.7720888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "930b49cfc18832487730207a96c7c16f12de4a95", "ctime": 1674427536.4981534, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 100664007, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1674427536.4971535, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "604606807", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 22:52:05 +0000 (0:00:02.841) 0:35:06.718 ******** changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-fef76520-d7ff-4246-9a9a-938389adfcad', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-fef76520-d7ff-4246-9a9a-938389adfcad", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-b588699d-6ac8-47c1-ab03-742987b069b0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-b588699d-6ac8-47c1-ab03-742987b069b0", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-54162efe-5d0c-48be-ab20-4fbb8b54315d', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-8e2af190-7401-4845-982a-af65ebb4a1e9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "password": "-", "state": "present" } } MSG: line added TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 22:52:31 +0000 (0:00:25.495) 0:35:32.213 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:187 Sunday 22 January 2023 22:52:36 +0000 (0:00:05.647) 0:35:37.861 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 22:52:45 +0000 (0:00:08.990) 0:35:46.852 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 22:52:50 +0000 (0:00:04.683) 0:35:51.535 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 22:52:55 +0000 (0:00:05.284) 0:35:56.819 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "size": "10G", "type": "crypt", "uuid": "j7KWTc-7l2j-uR1F-7TBy-mXuV-8rHK-RW4Kkg" }, "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "size": "1024G", "type": "crypt", "uuid": "Xgg9aH-EqcF-dMoZ-eLaL-H0ef-6Xx4-ExYRgV" }, "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "size": "10G", "type": "crypt", "uuid": "fb1W3M-vvJG-Gmmd-etJ3-iZRi-3RPq-Y3oOP4" }, "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "size": "10G", "type": "crypt", "uuid": "s0Ku5t-7OJt-QeKd-nh27-v6EY-zzF3-0cBOyT" }, "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "size": "10G", "type": "crypt", "uuid": "iNY5f0-ZKqt-FK08-3f2T-rT7G-bOA4-f3gmC0" }, "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "size": "1024G", "type": "crypt", "uuid": "kokZv0-OQLP-la0V-ZwaB-nS7x-DUKO-fOkTH3" }, "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "size": "10G", "type": "crypt", "uuid": "mXXkg6-pdQU-Oi2N-b3Fi-Yqly-S5yT-58x4s6" }, "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "size": "1024G", "type": "crypt", "uuid": "Hcps2e-vLwx-Zbsw-V0vY-nZmr-7dD2-LFFYbW" }, "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "size": "10G", "type": "crypt", "uuid": "Ti8dH8-gO6y-7oup-tz9c-cmTr-nJlQ-lyJLmO" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "623038e6-a222-4875-ad2d-3c0ae0b5bbc3" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "619f90fd-e6a2-427f-bca4-fd81e3f96ba8" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "3ffc647f-27a1-4548-ae75-70b4d4fc17fc" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "8e2af190-7401-4845-982a-af65ebb4a1e9" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "f0b3561b-b656-439f-8e5d-c0e0635ad12e" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "7c57d299-102d-42f7-9aea-1ba9ca640eb5" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "54162efe-5d0c-48be-ab20-4fbb8b54315d" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "b588699d-6ac8-47c1-ab03-742987b069b0" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "fef76520-d7ff-4246-9a9a-938389adfcad" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 22:52:59 +0000 (0:00:04.108) 0:36:00.928 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003559", "end": "2023-01-22 22:53:02.165066", "rc": 0, "start": "2023-01-22 22:53:02.161507" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 22:53:02 +0000 (0:00:03.054) 0:36:03.983 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004593", "end": "2023-01-22 22:53:06.250331", "failed_when_result": false, "rc": 0, "start": "2023-01-22 22:53:05.245738" } STDOUT: luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3 /dev/sda1 - luks-fef76520-d7ff-4246-9a9a-938389adfcad /dev/sdi1 - luks-b588699d-6ac8-47c1-ab03-742987b069b0 /dev/sdh1 - luks-54162efe-5d0c-48be-ab20-4fbb8b54315d /dev/sdg1 - luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5 /dev/sdf1 - luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e /dev/sde1 - luks-8e2af190-7401-4845-982a-af65ebb4a1e9 /dev/sdd1 - luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc /dev/sdc1 - luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8 /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 22:53:07 +0000 (0:00:04.530) 0:36:08.513 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 22:53:10 +0000 (0:00:03.260) 0:36:11.774 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 22:53:14 +0000 (0:00:03.651) 0:36:15.426 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 22:53:23 +0000 (0:00:08.887) 0:36:24.313 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 22:53:26 +0000 (0:00:03.237) 0:36:27.550 ******** ok: [sut] => (item=/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "pv": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc" } ok: [sut] => (item=/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "pv": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d" } ok: [sut] => (item=/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "pv": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8" } ok: [sut] => (item=/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "pv": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3" } ok: [sut] => (item=/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "pv": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5" } ok: [sut] => (item=/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "pv": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9" } ok: [sut] => (item=/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "pv": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0" } ok: [sut] => (item=/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "pv": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e" } ok: [sut] => (item=/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "pv": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 22:53:51 +0000 (0:00:25.062) 0:36:52.612 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 22:53:56 +0000 (0:00:04.636) 0:36:57.249 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 22:54:00 +0000 (0:00:04.697) 0:37:01.946 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 22:54:05 +0000 (0:00:04.585) 0:37:06.531 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 22:54:12 +0000 (0:00:06.728) 0:37:13.259 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 22:54:14 +0000 (0:00:02.263) 0:37:15.523 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 22:54:16 +0000 (0:00:02.184) 0:37:17.708 ******** ok: [sut] => (item=/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 22:54:38 +0000 (0:00:21.790) 0:37:39.499 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 22:54:43 +0000 (0:00:05.451) 0:37:44.950 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 22:54:48 +0000 (0:00:04.749) 0:37:49.699 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 22:54:53 +0000 (0:00:04.448) 0:37:54.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 22:54:57 +0000 (0:00:04.200) 0:37:58.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 22:55:02 +0000 (0:00:05.498) 0:38:03.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 22:55:06 +0000 (0:00:03.738) 0:38:07.586 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 22:55:07 +0000 (0:00:00.722) 0:38:08.308 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 22:55:07 +0000 (0:00:00.378) 0:38:08.686 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 22:55:08 +0000 (0:00:00.591) 0:38:09.278 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 22:55:08 +0000 (0:00:00.462) 0:38:09.740 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 22:55:08 +0000 (0:00:00.224) 0:38:09.964 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 22:55:09 +0000 (0:00:00.462) 0:38:10.426 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 22:55:09 +0000 (0:00:00.217) 0:38:10.643 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 22:55:10 +0000 (0:00:00.888) 0:38:11.532 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 22:55:10 +0000 (0:00:00.286) 0:38:11.819 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml for sut TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:11 +0000 (0:00:01.125) 0:38:12.944 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/3ffc647f-27a1-4548-ae75-70b4d4fc17fc" ], "delta": "0:00:00.004220", "end": "2023-01-22 22:55:12.793179", "rc": 0, "start": "2023-01-22 22:55:12.788959" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:12 +0000 (0:00:00.993) 0:38:13.938 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:14 +0000 (0:00:01.904) 0:38:15.842 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.014186", "end": "2023-01-22 22:55:15.102490", "rc": 0, "start": "2023-01-22 22:55:15.088304" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 3ffc647f-27a1-4548-ae75-70b4d4fc17fc Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 773336 Threads: 2 Salt: 38 a4 6a 3a dd d1 f2 7e 68 de c5 b6 02 c1 44 5e f9 86 b8 94 9b c7 c9 48 c6 9d 71 9a c0 22 ce 51 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88323 Salt: 4c ef 7e d8 e9 f5 1e 9a 85 15 28 bf 8e 40 94 07 bd 79 a2 94 61 4e 78 2d 6c 10 e7 e1 21 5f 85 4e Digest: 1e c2 05 b3 cf 8b 57 12 9a 5b e7 ed 49 c0 3d bd ef 92 e8 74 6c d5 16 ae 32 10 67 84 ab 8a c2 fc TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:15 +0000 (0:00:00.436) 0:38:16.278 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:15 +0000 (0:00:00.222) 0:38:16.501 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:15 +0000 (0:00:00.178) 0:38:16.679 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:15 +0000 (0:00:00.191) 0:38:16.871 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/54162efe-5d0c-48be-ab20-4fbb8b54315d" ], "delta": "0:00:00.003860", "end": "2023-01-22 22:55:16.116133", "rc": 0, "start": "2023-01-22 22:55:16.112273" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:16 +0000 (0:00:00.409) 0:38:17.281 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:18 +0000 (0:00:02.027) 0:38:19.309 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.013897", "end": "2023-01-22 22:55:18.587973", "rc": 0, "start": "2023-01-22 22:55:18.574076" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 54162efe-5d0c-48be-ab20-4fbb8b54315d Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 772247 Threads: 2 Salt: 0c 24 fd 53 65 9f 29 57 0a 27 dd b0 94 1f dd 97 10 d5 f5 6e 32 3c 3e 9f a5 4e 42 ef 54 45 53 c7 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88442 Salt: 2e b2 f3 8d 66 b1 f6 f1 d4 a6 5c cf ca 48 dd dc c4 85 e9 80 e3 d8 29 bc d8 a5 28 62 f5 ee 2f 63 Digest: 48 8e bb ec 21 49 4d ca 90 ab 33 ef ab 5c ee 26 7c 69 c4 7d 35 7d 4b b4 61 f3 b5 f0 41 ba 2f 2b TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:18 +0000 (0:00:00.465) 0:38:19.775 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:18 +0000 (0:00:00.245) 0:38:20.020 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:19 +0000 (0:00:00.178) 0:38:20.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:19 +0000 (0:00:00.159) 0:38:20.358 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/619f90fd-e6a2-427f-bca4-fd81e3f96ba8" ], "delta": "0:00:00.003736", "end": "2023-01-22 22:55:19.618331", "rc": 0, "start": "2023-01-22 22:55:19.614595" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:19 +0000 (0:00:00.416) 0:38:20.774 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:21 +0000 (0:00:01.887) 0:38:22.661 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.013918", "end": "2023-01-22 22:55:21.962892", "rc": 0, "start": "2023-01-22 22:55:21.948974" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 619f90fd-e6a2-427f-bca4-fd81e3f96ba8 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 773378 Threads: 2 Salt: 50 5e d1 1d 00 a3 d5 00 43 20 f7 91 73 08 a8 e2 0c eb 0e cd 4d 54 27 a8 64 65 81 31 86 d3 fc 8d AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88323 Salt: 23 ac 99 05 f5 27 98 fc 89 0e d8 21 91 44 76 d7 cd 45 ae 3f 38 19 dd 7e d9 01 ca 7a a3 95 37 92 Digest: 2d 7d 11 d7 d2 68 e4 c9 e6 c5 14 33 89 9f cc 73 7f 89 11 09 cb 0e f0 ec 96 95 79 4b ac 05 a4 3a TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:22 +0000 (0:00:00.474) 0:38:23.136 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:22 +0000 (0:00:00.291) 0:38:23.427 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:22 +0000 (0:00:00.250) 0:38:23.678 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:22 +0000 (0:00:00.282) 0:38:23.961 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/623038e6-a222-4875-ad2d-3c0ae0b5bbc3" ], "delta": "0:00:00.003727", "end": "2023-01-22 22:55:23.220752", "rc": 0, "start": "2023-01-22 22:55:23.217025" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:23 +0000 (0:00:00.429) 0:38:24.390 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:25 +0000 (0:00:01.905) 0:38:26.296 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.013787", "end": "2023-01-22 22:55:25.642240", "rc": 0, "start": "2023-01-22 22:55:25.628453" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 623038e6-a222-4875-ad2d-3c0ae0b5bbc3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 767424 Threads: 2 Salt: fa e6 d9 67 e4 ed 5e 5f c2 ce de 8b 13 fa c1 01 14 29 2a ee 8a 42 e0 50 7c 0f 25 b5 03 08 d3 c9 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88562 Salt: 7f 4f 2e b2 b6 30 63 03 0b 80 e8 2d ce ea 61 7f 86 4a 1f 7b 76 0f ec e9 fc c9 b3 42 a3 44 1a 18 Digest: cb 1d 7d d2 9b 4c 2e a1 7f ef c5 88 04 37 5d 05 35 ba 21 77 fb f3 de 11 22 2c 6d 77 56 6d 2e e3 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:25 +0000 (0:00:00.506) 0:38:26.802 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:25 +0000 (0:00:00.167) 0:38:26.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:26 +0000 (0:00:00.156) 0:38:27.127 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:26 +0000 (0:00:00.290) 0:38:27.417 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/7c57d299-102d-42f7-9aea-1ba9ca640eb5" ], "delta": "0:00:00.003656", "end": "2023-01-22 22:55:26.663321", "rc": 0, "start": "2023-01-22 22:55:26.659665" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:26 +0000 (0:00:00.398) 0:38:27.815 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:28 +0000 (0:00:01.815) 0:38:29.631 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.013733", "end": "2023-01-22 22:55:28.880648", "rc": 0, "start": "2023-01-22 22:55:28.866915" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 7c57d299-102d-42f7-9aea-1ba9ca640eb5 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 772430 Threads: 2 Salt: 06 d6 7b d4 4e 9b aa 5e 7f 55 9a 51 ac 1d cb a7 b7 f5 2d 7b 16 c8 7a d4 d3 c6 b9 75 0f 9e a4 dd AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88682 Salt: e7 a7 cc 54 e5 3e 38 9b 2c 06 2d f8 62 ce 38 68 ad 25 8a 0f 4f 9d 28 23 f9 85 72 2c de 30 b6 72 Digest: 74 13 e4 91 62 fa ff 31 55 b0 06 9b e9 c3 39 dc 2b 3d 41 b0 5a 85 a6 60 ee 11 09 a4 98 72 e5 d0 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:28 +0000 (0:00:00.395) 0:38:30.026 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:29 +0000 (0:00:00.201) 0:38:30.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:29 +0000 (0:00:00.248) 0:38:30.476 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:29 +0000 (0:00:00.248) 0:38:30.725 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/8e2af190-7401-4845-982a-af65ebb4a1e9" ], "delta": "0:00:00.003653", "end": "2023-01-22 22:55:30.048321", "rc": 0, "start": "2023-01-22 22:55:30.044668" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:30 +0000 (0:00:00.481) 0:38:31.207 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:32 +0000 (0:00:01.989) 0:38:33.197 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.014104", "end": "2023-01-22 22:55:32.551682", "rc": 0, "start": "2023-01-22 22:55:32.537578" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 8e2af190-7401-4845-982a-af65ebb4a1e9 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 773464 Threads: 2 Salt: ab b5 00 b9 b7 fd b9 c7 c1 2c 93 1a 9b 65 25 d2 35 80 e6 c1 90 ae 5b 6e 0d 69 51 52 d9 73 b5 be AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88682 Salt: 0b 13 0b bb b2 c0 f4 62 b5 70 1a fd 91 db c5 95 c3 c5 67 d9 dd 99 73 27 e0 ff 6d 75 53 c9 b0 63 Digest: 85 89 4d c9 68 80 65 57 6d 16 36 bd cd 6d 54 a3 fa 16 32 d0 b3 51 95 b7 cd da e9 62 42 77 f5 ad TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:32 +0000 (0:00:00.526) 0:38:33.723 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:32 +0000 (0:00:00.237) 0:38:33.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:33 +0000 (0:00:00.231) 0:38:34.192 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:33 +0000 (0:00:00.223) 0:38:34.416 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/b588699d-6ac8-47c1-ab03-742987b069b0" ], "delta": "0:00:00.003291", "end": "2023-01-22 22:55:33.702978", "rc": 0, "start": "2023-01-22 22:55:33.699687" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:33 +0000 (0:00:00.494) 0:38:34.910 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:35 +0000 (0:00:01.900) 0:38:36.811 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.013523", "end": "2023-01-22 22:55:36.094831", "rc": 0, "start": "2023-01-22 22:55:36.081308" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: b588699d-6ac8-47c1-ab03-742987b069b0 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 772199 Threads: 2 Salt: d0 d4 32 a3 7a bd c7 83 dd 70 b4 dd 5b 5e b4 d4 36 07 e6 de fb 68 39 1b 70 50 fd 80 cf 68 ec f0 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88562 Salt: d2 8f 2c 60 08 ce d9 99 f3 1e 5d b4 48 56 c1 42 37 91 bb fe 7f c1 72 54 0f f8 22 6c 39 36 30 ab Digest: 54 de cc 72 6d cc 08 d2 0b ea 3b 19 a6 2c 79 27 3b 53 51 51 1d c5 53 47 a9 6f 3e 05 92 07 0b 6e TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:36 +0000 (0:00:00.441) 0:38:37.252 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:36 +0000 (0:00:00.241) 0:38:37.494 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:36 +0000 (0:00:00.353) 0:38:37.848 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:37 +0000 (0:00:00.361) 0:38:38.209 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/f0b3561b-b656-439f-8e5d-c0e0635ad12e" ], "delta": "0:00:00.003848", "end": "2023-01-22 22:55:37.573582", "rc": 0, "start": "2023-01-22 22:55:37.569734" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:37 +0000 (0:00:00.678) 0:38:38.888 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:40 +0000 (0:00:02.247) 0:38:41.135 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.014044", "end": "2023-01-22 22:55:40.520400", "rc": 0, "start": "2023-01-22 22:55:40.506356" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f0b3561b-b656-439f-8e5d-c0e0635ad12e Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 770326 Threads: 2 Salt: c5 b2 b9 da a2 75 08 88 ae 88 ee d9 08 98 35 2c aa f2 3d e9 3b ac a9 76 9f d5 d2 5d f0 1c 02 20 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88562 Salt: 26 fe 71 51 fe e2 7e b4 10 b5 49 39 c1 45 17 a8 23 33 a0 80 c5 06 3a 7c 1b cf d7 b8 3c 22 da a4 Digest: 53 96 78 05 90 9c a9 bd b4 f2 6e b4 df 6a d3 67 28 d0 c7 58 5e 30 44 6d 83 d0 a6 24 82 3f 78 80 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:40 +0000 (0:00:00.591) 0:38:41.727 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:41 +0000 (0:00:00.372) 0:38:42.099 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:41 +0000 (0:00:00.349) 0:38:42.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:1 Sunday 22 January 2023 22:55:42 +0000 (0:00:00.849) 0:38:43.298 ******** changed: [sut] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/fef76520-d7ff-4246-9a9a-938389adfcad" ], "delta": "0:00:00.003472", "end": "2023-01-22 22:55:43.304578", "rc": 0, "start": "2023-01-22 22:55:43.301106" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:6 Sunday 22 January 2023 22:55:44 +0000 (0:00:01.868) 0:38:45.167 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:11 Sunday 22 January 2023 22:55:48 +0000 (0:00:03.954) 0:38:49.122 ******** ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.013573", "end": "2023-01-22 22:55:49.105312", "rc": 0, "start": "2023-01-22 22:55:49.091739" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: fef76520-d7ff-4246-9a9a-938389adfcad Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2i Time cost: 4 Memory: 774864 Threads: 2 Salt: 06 fb 35 0c ac 12 ef 36 04 34 ca ec 75 cb af c8 ec 2c 47 c9 ed 45 7e d0 19 d1 af 30 63 14 fb 85 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 88204 Salt: e0 a1 2d a3 e0 ac 74 34 37 03 73 d0 29 ea b7 06 c6 b0 8e 8b 0e a6 be 2c dc ed a2 52 ca 40 f4 4c Digest: 3f ff a1 5f a1 6b b5 00 72 22 28 b1 3b df ce e9 9d d7 fa 67 25 1f 13 5e 69 25 e6 88 97 38 56 f0 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:17 Sunday 22 January 2023 22:55:49 +0000 (0:00:01.774) 0:38:50.896 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:23 Sunday 22 January 2023 22:55:51 +0000 (0:00:01.513) 0:38:52.409 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-encryption.yml:29 Sunday 22 January 2023 22:55:52 +0000 (0:00:01.492) 0:38:53.902 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 22:55:54 +0000 (0:00:01.489) 0:38:55.391 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:56:04 +0000 (0:00:10.074) 0:39:05.466 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:56:06 +0000 (0:00:02.446) 0:39:07.913 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:56:09 +0000 (0:00:02.264) 0:39:10.178 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:56:11 +0000 (0:00:01.952) 0:39:12.131 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:56:12 +0000 (0:00:01.522) 0:39:13.653 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:56:14 +0000 (0:00:01.938) 0:39:15.592 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:56:17 +0000 (0:00:03.086) 0:39:18.679 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:56:21 +0000 (0:00:03.513) 0:39:22.208 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:56:24 +0000 (0:00:03.770) 0:39:25.978 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:56:27 +0000 (0:00:02.506) 0:39:28.485 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:56:29 +0000 (0:00:02.302) 0:39:30.788 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:56:32 +0000 (0:00:03.045) 0:39:33.833 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:56:35 +0000 (0:00:02.678) 0:39:36.511 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8 /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:56:39 +0000 (0:00:03.627) 0:39:40.139 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:56:41 +0000 (0:00:02.642) 0:39:42.781 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:56:46 +0000 (0:00:04.369) 0:39:47.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:56:51 +0000 (0:00:05.622) 0:39:52.773 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:56:56 +0000 (0:00:04.651) 0:39:57.425 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:57:00 +0000 (0:00:04.603) 0:40:02.028 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:57:07 +0000 (0:00:07.024) 0:40:09.053 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:57:12 +0000 (0:00:04.874) 0:40:13.928 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:57:15 +0000 (0:00:03.130) 0:40:17.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:57:19 +0000 (0:00:03.804) 0:40:20.863 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:57:23 +0000 (0:00:03.650) 0:40:24.514 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:57:30 +0000 (0:00:06.699) 0:40:31.214 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:57:34 +0000 (0:00:04.692) 0:40:35.906 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:57:38 +0000 (0:00:03.502) 0:40:39.425 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:57:42 +0000 (0:00:04.284) 0:40:43.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:57:46 +0000 (0:00:04.239) 0:40:47.950 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:57:50 +0000 (0:00:03.892) 0:40:51.843 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:57:57 +0000 (0:00:06.797) 0:40:58.641 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-8e2af190-7401-4845-982a-af65ebb4a1e9 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:58:01 +0000 (0:00:03.751) 0:41:02.392 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:58:05 +0000 (0:00:04.220) 0:41:06.613 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:58:10 +0000 (0:00:04.631) 0:41:11.244 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:58:16 +0000 (0:00:06.234) 0:41:17.479 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:58:22 +0000 (0:00:06.031) 0:41:23.510 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:58:27 +0000 (0:00:04.718) 0:41:28.229 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-b588699d-6ac8-47c1-ab03-742987b069b0 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:58:34 +0000 (0:00:06.914) 0:41:35.143 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:58:39 +0000 (0:00:05.526) 0:41:40.670 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:58:50 +0000 (0:00:10.605) 0:41:51.276 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:58:57 +0000 (0:00:06.919) 0:41:58.196 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:59:03 +0000 (0:00:06.696) 0:42:04.893 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:59:08 +0000 (0:00:04.350) 0:42:09.243 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:59:12 +0000 (0:00:04.751) 0:42:13.995 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:59:17 +0000 (0:00:04.363) 0:42:18.358 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 22:59:22 +0000 (0:00:05.074) 0:42:23.433 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 22:59:29 +0000 (0:00:07.424) 0:42:30.857 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 22:59:34 +0000 (0:00:04.686) 0:42:35.544 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 22:59:43 +0000 (0:00:08.872) 0:42:44.417 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-fef76520-d7ff-4246-9a9a-938389adfcad /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 22:59:50 +0000 (0:00:07.060) 0:42:51.478 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 22:59:57 +0000 (0:00:06.660) 0:42:58.139 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 23:00:04 +0000 (0:00:07.772) 0:43:05.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 23:00:07 +0000 (0:00:02.293) 0:43:08.204 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 23:00:07 +0000 (0:00:00.820) 0:43:09.025 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 23:00:08 +0000 (0:00:00.945) 0:43:09.970 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 23:00:09 +0000 (0:00:00.868) 0:43:10.839 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 23:00:11 +0000 (0:00:01.570) 0:43:12.410 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 23:00:11 +0000 (0:00:00.370) 0:43:12.781 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 23:00:12 +0000 (0:00:00.731) 0:43:13.512 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 23:00:12 +0000 (0:00:00.161) 0:43:13.674 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 23:00:12 +0000 (0:00:00.176) 0:43:13.850 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:189 Sunday 22 January 2023 23:00:13 +0000 (0:00:00.589) 0:43:14.439 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.036075", "end": "2023-01-22 23:00:14.560881", "rc": 0, "start": "2023-01-22 23:00:14.524806" } STDOUT: 2Ki5p8-6vgD-F2tD-Xwcj-lkSo-7jce-R9Ua2s TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:193 Sunday 22 January 2023 23:00:14 +0000 (0:00:01.292) 0:43:15.732 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:197 Sunday 22 January 2023 23:00:14 +0000 (0:00:00.278) 0:43:16.010 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 23:00:15 +0000 (0:00:00.403) 0:43:16.414 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 23:00:15 +0000 (0:00:00.452) 0:43:16.866 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 23:00:16 +0000 (0:00:00.638) 0:43:17.504 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 23:00:17 +0000 (0:00:00.559) 0:43:18.065 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 23:00:17 +0000 (0:00:00.198) 0:43:18.263 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 23:00:17 +0000 (0:00:00.267) 0:43:18.530 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 23:00:17 +0000 (0:00:00.421) 0:43:18.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 23:00:18 +0000 (0:00:00.187) 0:43:19.140 ******** ok: [sut] => { "storage_pools": [ { "disks": "sda", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 23:00:18 +0000 (0:00:00.207) 0:43:19.348 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 23:00:18 +0000 (0:00:00.245) 0:43:19.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 23:00:18 +0000 (0:00:00.329) 0:43:19.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 23:00:19 +0000 (0:00:00.222) 0:43:20.146 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 23:00:19 +0000 (0:00:00.210) 0:43:20.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 23:00:19 +0000 (0:00:00.227) 0:43:20.585 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 23:00:19 +0000 (0:00:00.204) 0:43:20.789 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 23:00:19 +0000 (0:00:00.147) 0:43:20.937 ******** changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdg1", "name": "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-fef76520-d7ff-4246-9a9a-938389adfcad", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-b588699d-6ac8-47c1-ab03-742987b069b0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "dosfstools", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 23:00:35 +0000 (0:00:15.965) 0:43:36.902 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 23:00:36 +0000 (0:00:00.287) 0:43:37.190 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 23:00:36 +0000 (0:00:00.160) 0:43:37.351 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-fef76520-d7ff-4246-9a9a-938389adfcad", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b588699d-6ac8-47c1-ab03-742987b069b0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdg1", "name": "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-fef76520-d7ff-4246-9a9a-938389adfcad", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-b588699d-6ac8-47c1-ab03-742987b069b0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "dosfstools", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 23:00:36 +0000 (0:00:00.381) 0:43:37.732 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 23:00:37 +0000 (0:00:00.816) 0:43:38.549 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 23:00:37 +0000 (0:00:00.475) 0:43:39.025 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 23:00:38 +0000 (0:00:00.207) 0:43:39.233 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 23:00:38 +0000 (0:00:00.452) 0:43:39.685 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 23:00:38 +0000 (0:00:00.232) 0:43:39.918 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 23:00:39 +0000 (0:00:00.577) 0:43:40.495 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674427985.2478619, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "41462b2d042a9a1100f28e1f8efa4a470831b5eb", "ctime": 1674427950.0289629, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 352322078, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1674427950.0289629, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "3521901567", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 23:00:40 +0000 (0:00:00.878) 0:43:41.373 ******** changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-54162efe-5d0c-48be-ab20-4fbb8b54315d', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-54162efe-5d0c-48be-ab20-4fbb8b54315d", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-8e2af190-7401-4845-982a-af65ebb4a1e9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-8e2af190-7401-4845-982a-af65ebb4a1e9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-fef76520-d7ff-4246-9a9a-938389adfcad', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-fef76520-d7ff-4246-9a9a-938389adfcad", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-3ffc647f-27a1-4548-ae75-70b4d4fc17fc", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-619f90fd-e6a2-427f-bca4-fd81e3f96ba8", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-b588699d-6ac8-47c1-ab03-742987b069b0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-b588699d-6ac8-47c1-ab03-742987b069b0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-7c57d299-102d-42f7-9aea-1ba9ca640eb5", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-f0b3561b-b656-439f-8e5d-c0e0635ad12e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-623038e6-a222-4875-ad2d-3c0ae0b5bbc3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 23:00:56 +0000 (0:00:16.443) 0:43:57.817 ******** ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:209 Sunday 22 January 2023 23:01:01 +0000 (0:00:04.283) 0:44:02.100 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029430", "end": "2023-01-22 23:01:03.409755", "rc": 0, "start": "2023-01-22 23:01:03.380325" } STDOUT: 1d1fwx-inSC-lt8h-KQxs-zi7m-y9Nc-qp6FTp TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:213 Sunday 22 January 2023 23:01:04 +0000 (0:00:03.550) 0:44:05.651 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 23:01:07 +0000 (0:00:02.454) 0:44:08.105 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 23:01:09 +0000 (0:00:02.767) 0:44:10.873 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 23:01:12 +0000 (0:00:02.730) 0:44:13.604 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test", "size": "20M", "type": "lvm", "uuid": "96903079-8bf6-4527-bb2b-a1978ccc968b" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "CF2di1-Phm7-DnjZ-ROhl-fIbi-G4w6-RsQyRV" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 23:01:16 +0000 (0:00:04.418) 0:44:18.023 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.005025", "end": "2023-01-22 23:01:21.700942", "rc": 0, "start": "2023-01-22 23:01:20.695917" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 23:01:23 +0000 (0:00:06.522) 0:44:24.546 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003465", "end": "2023-01-22 23:01:27.854700", "failed_when_result": false, "rc": 0, "start": "2023-01-22 23:01:27.851235" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 23:01:29 +0000 (0:00:05.605) 0:44:30.151 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 23:01:32 +0000 (0:00:03.901) 0:44:34.053 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 23:01:34 +0000 (0:00:01.885) 0:44:35.938 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 23:01:40 +0000 (0:00:05.931) 0:44:41.870 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 23:01:43 +0000 (0:00:03.118) 0:44:44.988 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 23:01:47 +0000 (0:00:03.807) 0:44:48.795 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 23:01:51 +0000 (0:00:04.025) 0:44:52.821 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 23:01:59 +0000 (0:00:07.627) 0:45:00.449 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 23:02:04 +0000 (0:00:05.464) 0:45:05.914 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 23:02:06 +0000 (0:00:01.618) 0:45:07.532 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 23:02:11 +0000 (0:00:04.861) 0:45:12.394 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 23:02:19 +0000 (0:00:08.358) 0:45:20.752 ******** ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 23:02:25 +0000 (0:00:05.812) 0:45:26.565 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 23:02:32 +0000 (0:00:07.112) 0:45:33.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 23:02:40 +0000 (0:00:07.402) 0:45:41.080 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 23:02:44 +0000 (0:00:04.864) 0:45:45.944 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 23:02:49 +0000 (0:00:04.210) 0:45:50.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 23:02:54 +0000 (0:00:05.757) 0:45:55.912 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 23:02:59 +0000 (0:00:04.907) 0:46:00.819 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 23:03:04 +0000 (0:00:04.557) 0:46:05.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 23:03:13 +0000 (0:00:08.755) 0:46:14.133 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 23:03:17 +0000 (0:00:04.402) 0:46:18.535 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 23:03:23 +0000 (0:00:06.375) 0:46:24.911 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about LVM RAID] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-lvmraid.yml:3 Sunday 22 January 2023 23:03:30 +0000 (0:00:06.801) 0:46:31.712 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is LVM RAID] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-lvmraid.yml:8 Sunday 22 January 2023 23:03:34 +0000 (0:00:04.165) 0:46:35.878 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-lvmraid.yml:12 Sunday 22 January 2023 23:03:38 +0000 (0:00:03.706) 0:46:39.584 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 23:03:41 +0000 (0:00:02.710) 0:46:42.295 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 23:03:46 +0000 (0:00:05.102) 0:46:47.397 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-thin.yml:3 Sunday 22 January 2023 23:03:54 +0000 (0:00:07.791) 0:46:55.189 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-thin.yml:8 Sunday 22 January 2023 23:03:57 +0000 (0:00:03.182) 0:46:58.372 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-thin.yml:13 Sunday 22 January 2023 23:04:02 +0000 (0:00:04.879) 0:47:03.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-thin.yml:17 Sunday 22 January 2023 23:04:05 +0000 (0:00:03.507) 0:47:06.760 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 23:04:08 +0000 (0:00:03.230) 0:47:09.991 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 23:04:15 +0000 (0:00:06.099) 0:47:16.090 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 23:04:19 +0000 (0:00:03.979) 0:47:20.070 ******** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 23:04:22 +0000 (0:00:03.973) 0:47:24.043 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:1 Sunday 22 January 2023 23:04:30 +0000 (0:00:07.716) 0:47:31.759 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:6 Sunday 22 January 2023 23:04:35 +0000 (0:00:04.734) 0:47:36.494 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:11 Sunday 22 January 2023 23:04:40 +0000 (0:00:05.152) 0:47:41.647 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:17 Sunday 22 January 2023 23:04:43 +0000 (0:00:03.117) 0:47:44.785 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:23 Sunday 22 January 2023 23:04:47 +0000 (0:00:03.911) 0:47:48.696 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-crypttab.yml:29 Sunday 22 January 2023 23:04:49 +0000 (0:00:01.793) 0:47:50.490 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 23:04:55 +0000 (0:00:05.922) 0:47:56.413 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 23:04:59 +0000 (0:00:03.811) 0:48:00.224 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 23:05:04 +0000 (0:00:05.137) 0:48:05.361 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml for sut TASK [get information about VDO deduplication] ********************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:3 Sunday 22 January 2023 23:05:06 +0000 (0:00:02.584) 0:48:07.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:8 Sunday 22 January 2023 23:05:07 +0000 (0:00:00.626) 0:48:08.572 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:13 Sunday 22 January 2023 23:05:07 +0000 (0:00:00.401) 0:48:08.987 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [get information about VDO compression] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:18 Sunday 22 January 2023 23:05:08 +0000 (0:00:00.372) 0:48:09.360 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:23 Sunday 22 January 2023 23:05:08 +0000 (0:00:00.265) 0:48:09.626 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:28 Sunday 22 January 2023 23:05:08 +0000 (0:00:00.348) 0:48:09.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-member-vdo.yml:38 Sunday 22 January 2023 23:05:09 +0000 (0:00:00.423) 0:48:10.397 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 23:05:09 +0000 (0:00:00.338) 0:48:10.736 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 23:05:09 +0000 (0:00:00.202) 0:48:10.938 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume.yml:2 Sunday 22 January 2023 23:05:10 +0000 (0:00:00.437) 0:48:11.376 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume.yml:10 Sunday 22 January 2023 23:05:10 +0000 (0:00:00.257) 0:48:11.633 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:6 Sunday 22 January 2023 23:05:12 +0000 (0:00:01.769) 0:48:13.403 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:14 Sunday 22 January 2023 23:05:12 +0000 (0:00:00.295) 0:48:13.699 ******** 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 [Verify the current mount state by device] ******************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:28 Sunday 22 January 2023 23:05:12 +0000 (0:00:00.297) 0:48:13.997 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:37 Sunday 22 January 2023 23:05:13 +0000 (0:00:00.177) 0:48:14.175 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:45 Sunday 22 January 2023 23:05:13 +0000 (0:00:00.194) 0:48:14.370 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [command] ***************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:54 Sunday 22 January 2023 23:05:13 +0000 (0:00:00.247) 0:48:14.618 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:58 Sunday 22 January 2023 23:05:14 +0000 (0:00:00.477) 0:48:15.095 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:63 Sunday 22 January 2023 23:05:14 +0000 (0:00:00.271) 0:48:15.367 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-mount.yml:75 Sunday 22 January 2023 23:05:14 +0000 (0:00:00.258) 0:48:15.626 ******** ok: [sut] => { "ansible_facts": { "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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fstab.yml:2 Sunday 22 January 2023 23:05:14 +0000 (0:00:00.156) 0:48:15.782 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fstab.yml:25 Sunday 22 January 2023 23:05:14 +0000 (0:00:00.259) 0:48:16.042 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fstab.yml:32 Sunday 22 January 2023 23:05:15 +0000 (0:00:00.161) 0:48:16.203 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fstab.yml:39 Sunday 22 January 2023 23:05:15 +0000 (0:00:00.255) 0:48:16.459 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fstab.yml:49 Sunday 22 January 2023 23:05:15 +0000 (0:00:00.307) 0:48:16.766 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fs.yml:4 Sunday 22 January 2023 23:05:15 +0000 (0:00:00.188) 0:48:16.955 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-fs.yml:10 Sunday 22 January 2023 23:05:16 +0000 (0:00:00.190) 0:48:17.145 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml:4 Sunday 22 January 2023 23:05:16 +0000 (0:00:00.176) 0:48:17.322 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674428435.6275823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1674428435.6275823, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 171888, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1674428435.6275823, "nlink": 1, "path": "/dev/mapper/foo-test", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml:10 Sunday 22 January 2023 23:05:17 +0000 (0:00:00.896) 0:48:18.219 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml:18 Sunday 22 January 2023 23:05:17 +0000 (0:00:00.295) 0:48:18.514 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [(1/2) Process volume type (set initial value)] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml:24 Sunday 22 January 2023 23:05:17 +0000 (0:00:00.434) 0:48:18.948 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml:28 Sunday 22 January 2023 23:05:18 +0000 (0:00:00.292) 0:48:19.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-device.yml:33 Sunday 22 January 2023 23:05:18 +0000 (0:00:00.176) 0:48:19.417 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:3 Sunday 22 January 2023 23:05:18 +0000 (0:00:00.185) 0:48:19.602 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:10 Sunday 22 January 2023 23:05:18 +0000 (0:00:00.161) 0:48:19.764 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:15 Sunday 22 January 2023 23:05:20 +0000 (0:00:01.871) 0:48:21.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:21 Sunday 22 January 2023 23:05:20 +0000 (0:00:00.180) 0:48:21.816 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:30 Sunday 22 January 2023 23:05:20 +0000 (0:00:00.152) 0:48:21.968 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:38 Sunday 22 January 2023 23:05:21 +0000 (0:00:00.179) 0:48:22.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:44 Sunday 22 January 2023 23:05:21 +0000 (0:00:00.231) 0:48:22.380 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:49 Sunday 22 January 2023 23:05:21 +0000 (0:00:00.175) 0:48:22.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:55 Sunday 22 January 2023 23:05:21 +0000 (0:00:00.210) 0:48:22.765 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:61 Sunday 22 January 2023 23:05:21 +0000 (0:00:00.167) 0:48:22.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:67 Sunday 22 January 2023 23:05:22 +0000 (0:00:00.156) 0:48:23.089 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:74 Sunday 22 January 2023 23:05:22 +0000 (0:00:00.167) 0:48:23.257 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:79 Sunday 22 January 2023 23:05:22 +0000 (0:00:00.169) 0:48:23.426 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:85 Sunday 22 January 2023 23:05:22 +0000 (0:00:00.161) 0:48:23.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:91 Sunday 22 January 2023 23:05:22 +0000 (0:00:00.183) 0:48:23.771 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-encryption.yml:97 Sunday 22 January 2023 23:05:22 +0000 (0:00:00.150) 0:48:23.921 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:7 Sunday 22 January 2023 23:05:23 +0000 (0:00:00.168) 0:48:24.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:13 Sunday 22 January 2023 23:05:23 +0000 (0:00:00.191) 0:48:24.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:17 Sunday 22 January 2023 23:05:23 +0000 (0:00:00.386) 0:48:24.667 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:21 Sunday 22 January 2023 23:05:23 +0000 (0:00:00.295) 0:48:24.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:25 Sunday 22 January 2023 23:05:24 +0000 (0:00:00.211) 0:48:25.174 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:31 Sunday 22 January 2023 23:05:24 +0000 (0:00:00.167) 0:48:25.342 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-md.yml:37 Sunday 22 January 2023 23:05:24 +0000 (0:00:00.181) 0:48:25.523 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:3 Sunday 22 January 2023 23:05:24 +0000 (0:00:00.162) 0:48:25.685 ******** ok: [sut] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [parse the requested size of the volume] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:9 Sunday 22 January 2023 23:05:25 +0000 (0:00:00.563) 0:48:26.249 ******** ok: [sut] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:15 Sunday 22 January 2023 23:05:25 +0000 (0:00:00.382) 0:48:26.631 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "20971520" }, "changed": false } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:20 Sunday 22 January 2023 23:05:25 +0000 (0:00:00.154) 0:48:26.786 ******** ok: [sut] => { "storage_test_expected_size": "20971520" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:23 Sunday 22 January 2023 23:05:25 +0000 (0:00:00.151) 0:48:26.938 ******** ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:31 Sunday 22 January 2023 23:05:26 +0000 (0:00:00.416) 0:48:27.354 ******** skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:34 Sunday 22 January 2023 23:05:26 +0000 (0:00:00.147) 0:48:27.502 ******** skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:37 Sunday 22 January 2023 23:05:26 +0000 (0:00:00.145) 0:48:27.647 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:40 Sunday 22 January 2023 23:05:26 +0000 (0:00:00.148) 0:48:27.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:47 Sunday 22 January 2023 23:05:26 +0000 (0:00:00.159) 0:48:27.955 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:51 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.170) 0:48:28.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:56 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.152) 0:48:28.278 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:62 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.156) 0:48:28.434 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:66 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.158) 0:48:28.593 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:71 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.149) 0:48:28.742 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:76 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.148) 0:48:28.891 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:81 Sunday 22 January 2023 23:05:27 +0000 (0:00:00.156) 0:48:29.048 ******** skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:84 Sunday 22 January 2023 23:05:28 +0000 (0:00:00.264) 0:48:29.312 ******** skipping: [sut] => {} TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:87 Sunday 22 January 2023 23:05:28 +0000 (0:00:00.150) 0:48:29.463 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:90 Sunday 22 January 2023 23:05:28 +0000 (0:00:00.145) 0:48:29.608 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:97 Sunday 22 January 2023 23:05:28 +0000 (0:00:00.145) 0:48:29.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:104 Sunday 22 January 2023 23:05:28 +0000 (0:00:00.146) 0:48:29.900 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:108 Sunday 22 January 2023 23:05:28 +0000 (0:00:00.145) 0:48:30.046 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:114 Sunday 22 January 2023 23:05:29 +0000 (0:00:00.147) 0:48:30.194 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:124 Sunday 22 January 2023 23:05:29 +0000 (0:00:00.189) 0:48:30.383 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 20971520, "changed": false, "failed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } } TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:127 Sunday 22 January 2023 23:05:29 +0000 (0:00:00.190) 0:48:30.574 ******** ok: [sut] => { "storage_test_expected_size": "20971520" } TASK [assert] ****************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-size.yml:130 Sunday 22 January 2023 23:05:29 +0000 (0:00:00.174) 0:48:30.748 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:6 Sunday 22 January 2023 23:05:29 +0000 (0:00:00.174) 0:48:30.923 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test" ], "delta": "0:00:00.028111", "end": "2023-01-22 23:05:30.179521", "rc": 0, "start": "2023-01-22 23:05:30.151410" } STDOUT: LVM2_LV_NAME=test LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:14 Sunday 22 January 2023 23:05:30 +0000 (0:00:00.393) 0:48:31.316 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [check segment type] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:17 Sunday 22 January 2023 23:05:30 +0000 (0:00:00.282) 0:48:31.598 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:22 Sunday 22 January 2023 23:05:30 +0000 (0:00:00.160) 0:48:31.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:26 Sunday 22 January 2023 23:05:30 +0000 (0:00:00.160) 0:48:31.920 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:32 Sunday 22 January 2023 23:05:31 +0000 (0:00:00.160) 0:48:32.080 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume-cache.yml:36 Sunday 22 January 2023 23:05:31 +0000 (0:00:00.171) 0:48:32.251 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-volume.yml:16 Sunday 22 January 2023 23:05:31 +0000 (0:00:00.150) 0:48:32.402 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 23:05:31 +0000 (0:00:00.148) 0:48:32.551 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 23:05:31 +0000 (0:00:00.097) 0:48:32.648 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Add a second PV to the VG] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:215 Sunday 22 January 2023 23:05:31 +0000 (0:00:00.253) 0:48:32.901 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 23:05:32 +0000 (0:00:00.430) 0:48:33.332 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 23:05:32 +0000 (0:00:00.510) 0:48:33.842 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 23:05:33 +0000 (0:00:00.658) 0:48:34.501 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 23:05:34 +0000 (0:00:00.696) 0:48:35.198 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 23:05:34 +0000 (0:00:00.257) 0:48:35.455 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 23:05:34 +0000 (0:00:00.288) 0:48:35.743 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 23:05:35 +0000 (0:00:00.421) 0:48:36.165 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 23:05:35 +0000 (0:00:00.327) 0:48:36.492 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 23:05:35 +0000 (0:00:00.206) 0:48:36.699 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 23:05:35 +0000 (0:00:00.288) 0:48:36.987 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 23:05:36 +0000 (0:00:00.189) 0:48:37.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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 23:05:36 +0000 (0:00:00.195) 0:48:37.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 23:05:36 +0000 (0:00:00.239) 0:48:37.612 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 23:05:36 +0000 (0:00:00.375) 0:48:37.988 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 23:05:37 +0000 (0:00:00.411) 0:48:38.399 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 23:05:37 +0000 (0:00:00.170) 0:48:38.570 ******** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 23:05:45 +0000 (0:00:07.639) 0:48:46.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 23:05:46 +0000 (0:00:01.600) 0:48:47.809 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 23:05:47 +0000 (0:00:00.874) 0:48:48.684 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "dosfstools", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 23:05:49 +0000 (0:00:02.020) 0:48:50.705 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 23:05:50 +0000 (0:00:01.182) 0:48:51.887 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 23:05:52 +0000 (0:00:01.302) 0:48:53.190 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 23:05:52 +0000 (0:00:00.656) 0:48:53.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 23:05:55 +0000 (0:00:02.992) 0:48:56.839 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 23:05:57 +0000 (0:00:02.019) 0:48:58.859 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 23:06:02 +0000 (0:00:04.904) 0:49:03.763 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674428487.8534346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1674428454.8995278, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25165981, "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": 1674428454.8985279, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3164776848", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 23:06:05 +0000 (0:00:02.806) 0:49:06.570 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 23:06:06 +0000 (0:00:01.166) 0:49:07.737 ******** ok: [sut] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:226 Sunday 22 January 2023 23:06:11 +0000 (0:00:04.827) 0:49:12.565 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027472", "end": "2023-01-22 23:06:13.909720", "rc": 0, "start": "2023-01-22 23:06:13.882248" } STDOUT: 1d1fwx-inSC-lt8h-KQxs-zi7m-y9Nc-qp6FTp TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:230 Sunday 22 January 2023 23:06:15 +0000 (0:00:03.891) 0:49:16.456 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:234 Sunday 22 January 2023 23:06:18 +0000 (0:00:02.617) 0:49:19.074 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 23:06:21 +0000 (0:00:03.227) 0:49:22.301 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 23:06:25 +0000 (0:00:04.309) 0:49:26.611 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 23:06:30 +0000 (0:00:04.916) 0:49:31.528 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 23:06:45 +0000 (0:00:14.751) 0:49:46.280 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 23:06:50 +0000 (0:00:05.060) 0:49:51.341 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 23:06:54 +0000 (0:00:03.735) 0:49:55.076 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 23:07:01 +0000 (0:00:07.698) 0:50:02.774 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 23:07:05 +0000 (0:00:04.294) 0:50:07.069 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 23:07:09 +0000 (0:00:03.460) 0:50:10.530 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 23:07:13 +0000 (0:00:04.505) 0:50:15.035 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 23:07:17 +0000 (0:00:04.019) 0:50:19.055 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 23:07:22 +0000 (0:00:04.118) 0:50:23.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 23:07:25 +0000 (0:00:03.854) 0:50:27.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 23:07:30 +0000 (0:00:04.266) 0:50:31.294 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 23:07:35 +0000 (0:00:05.469) 0:50:36.764 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 23:07:39 +0000 (0:00:03.569) 0:50:40.334 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "xfsprogs", "dosfstools", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 23:07:52 +0000 (0:00:13.290) 0:50:53.625 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 23:07:56 +0000 (0:00:03.709) 0:50:57.334 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 23:07:57 +0000 (0:00:00.840) 0:50:58.175 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "xfsprogs", "dosfstools", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 23:07:59 +0000 (0:00:02.440) 0:51:00.615 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 23:08:01 +0000 (0:00:01.671) 0:51:02.287 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 23:08:02 +0000 (0:00:01.566) 0:51:03.853 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 23:08:04 +0000 (0:00:01.682) 0:51:05.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 23:08:09 +0000 (0:00:04.547) 0:51:10.083 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 23:08:09 +0000 (0:00:00.902) 0:51:10.985 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 23:08:13 +0000 (0:00:04.018) 0:51:15.004 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674428487.8534346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1674428454.8995278, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25165981, "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": 1674428454.8985279, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3164776848", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 23:08:18 +0000 (0:00:04.342) 0:51:19.346 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 23:08:20 +0000 (0:00:01.891) 0:51:21.238 ******** ok: [sut] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:245 Sunday 22 January 2023 23:08:26 +0000 (0:00:06.205) 0:51:27.443 ******** changed: [sut] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026890", "end": "2023-01-22 23:08:28.914579", "rc": 0, "start": "2023-01-22 23:08:28.887689" } STDOUT: 1d1fwx-inSC-lt8h-KQxs-zi7m-y9Nc-qp6FTp TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:249 Sunday 22 January 2023 23:08:30 +0000 (0:00:03.824) 0:51:31.268 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:253 Sunday 22 January 2023 23:08:33 +0000 (0:00:03.694) 0:51:35.012 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 22 January 2023 23:08:38 +0000 (0:00:04.262) 0:51:39.274 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 22 January 2023 23:08:44 +0000 (0:00:06.122) 0:51:45.397 ******** ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 22 January 2023 23:08:48 +0000 (0:00:04.299) 0:51:49.697 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.8.yml", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 22 January 2023 23:09:00 +0000 (0:00:12.198) 0:52:01.895 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 22 January 2023 23:09:05 +0000 (0:00:04.848) 0:52:06.744 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 22 January 2023 23:09:10 +0000 (0:00:04.800) 0:52:11.545 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 22 January 2023 23:09:16 +0000 (0:00:06.058) 0:52:17.603 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 22 January 2023 23:09:21 +0000 (0:00:04.559) 0:52:22.163 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo", "state": "absent" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 22 January 2023 23:09:25 +0000 (0:00:04.041) 0:52:26.205 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 22 January 2023 23:09:33 +0000 (0:00:08.324) 0:52:34.529 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 22 January 2023 23:09:35 +0000 (0:00:02.406) 0:52:36.935 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 22 January 2023 23:09:38 +0000 (0:00:02.126) 0:52:39.062 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 22 January 2023 23:09:42 +0000 (0:00:04.091) 0:52:43.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 22 January 2023 23:09:46 +0000 (0:00:04.746) 0:52:47.900 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 22 January 2023 23:09:53 +0000 (0:00:06.184) 0:52:54.085 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 22 January 2023 23:09:54 +0000 (0:00:01.530) 0:52:55.615 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 22 January 2023 23:10:06 +0000 (0:00:11.504) 0:53:07.120 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 22 January 2023 23:10:06 +0000 (0:00:00.817) 0:53:07.938 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 22 January 2023 23:10:07 +0000 (0:00:00.275) 0:53:08.214 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3" ], "mounts": [], "packages": [ "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 22 January 2023 23:10:07 +0000 (0:00:00.408) 0:53:08.622 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 22 January 2023 23:10:08 +0000 (0:00:00.715) 0:53:09.338 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 22 January 2023 23:10:08 +0000 (0:00:00.384) 0:53:09.723 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 22 January 2023 23:10:09 +0000 (0:00:00.518) 0:53:10.242 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 22 January 2023 23:10:09 +0000 (0:00:00.553) 0:53:10.796 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 22 January 2023 23:10:10 +0000 (0:00:00.289) 0:53:11.086 ******** 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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 22 January 2023 23:10:10 +0000 (0:00:00.592) 0:53:11.678 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1674428487.8534346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1674428454.8995278, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25165981, "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": 1674428454.8985279, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3164776848", "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/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 22 January 2023 23:10:11 +0000 (0:00:00.832) 0:53:12.511 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 22 January 2023 23:10:11 +0000 (0:00:00.267) 0:53:12.778 ******** ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:262 Sunday 22 January 2023 23:10:12 +0000 (0:00:01.249) 0:53:14.028 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:1 Sunday 22 January 2023 23:10:13 +0000 (0:00:00.992) 0:53:15.020 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:6 Sunday 22 January 2023 23:10:15 +0000 (0:00:01.329) 0:53:16.349 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:14 Sunday 22 January 2023 23:10:15 +0000 (0:00:00.705) 0:53:17.055 ******** 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": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "100M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "root", "name": "/dev/xvda3", "size": "249.9G", "type": "partition", "uuid": "82bbc8ca-1a46-4b16-b177-7d4f497a6e17" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:19 Sunday 22 January 2023 23:10:16 +0000 (0:00:00.546) 0:53:17.601 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004747", "end": "2023-01-22 23:10:18.043715", "rc": 0, "start": "2023-01-22 23:10:17.038968" } STDOUT: UUID=82bbc8ca-1a46-4b16-b177-7d4f497a6e17 / xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:24 Sunday 22 January 2023 23:10:18 +0000 (0:00:01.607) 0:53:19.209 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003611", "end": "2023-01-22 23:10:18.646887", "failed_when_result": false, "rc": 0, "start": "2023-01-22 23:10:18.643276" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:33 Sunday 22 January 2023 23:10:18 +0000 (0:00:00.608) 0:53:19.817 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:5 Sunday 22 January 2023 23:10:19 +0000 (0:00:00.391) 0:53:20.209 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool.yml:18 Sunday 22 January 2023 23:10:19 +0000 (0:00:00.250) 0:53:20.460 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml for sut included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:1 Sunday 22 January 2023 23:10:19 +0000 (0:00:00.431) 0:53:20.891 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Sunday 22 January 2023 23:10:20 +0000 (0:00:00.294) 0:53:21.186 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:19 Sunday 22 January 2023 23:10:20 +0000 (0:00:00.112) 0:53:21.298 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:23 Sunday 22 January 2023 23:10:20 +0000 (0:00:00.233) 0:53:21.532 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:27 Sunday 22 January 2023 23:10:20 +0000 (0:00:00.200) 0:53:21.732 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:34 Sunday 22 January 2023 23:10:20 +0000 (0:00:00.202) 0:53:21.935 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:38 Sunday 22 January 2023 23:10:21 +0000 (0:00:00.292) 0:53:22.228 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:42 Sunday 22 January 2023 23:10:21 +0000 (0:00:00.196) 0:53:22.425 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Sunday 22 January 2023 23:10:21 +0000 (0:00:00.230) 0:53:22.656 ******** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:56 Sunday 22 January 2023 23:10:21 +0000 (0:00:00.085) 0:53:22.741 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml for sut TASK [get information about RAID] ********************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:6 Sunday 22 January 2023 23:10:22 +0000 (0:00:00.336) 0:53:23.078 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:12 Sunday 22 January 2023 23:10:22 +0000 (0:00:00.199) 0:53:23.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:16 Sunday 22 January 2023 23:10:22 +0000 (0:00:00.182) 0:53:23.460 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:20 Sunday 22 January 2023 23:10:22 +0000 (0:00:00.216) 0:53:23.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:24 Sunday 22 January 2023 23:10:22 +0000 (0:00:00.180) 0:53:23.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:30 Sunday 22 January 2023 23:10:22 +0000 (0:00:00.149) 0:53:24.005 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:36 Sunday 22 January 2023 23:10:23 +0000 (0:00:00.149) 0:53:24.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-md.yml:44 Sunday 22 January 2023 23:10:23 +0000 (0:00:00.149) 0:53:24.304 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:59 Sunday 22 January 2023 23:10:23 +0000 (0:00:00.171) 0:53:24.476 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-lvmraid.yml:1 Sunday 22 January 2023 23:10:23 +0000 (0:00:00.260) 0:53:24.736 ******** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:62 Sunday 22 January 2023 23:10:23 +0000 (0:00:00.073) 0:53:24.810 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-thin.yml:1 Sunday 22 January 2023 23:10:23 +0000 (0:00:00.222) 0:53:25.032 ******** TASK [Check member encryption] ************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:65 Sunday 22 January 2023 23:10:24 +0000 (0:00:00.070) 0:53:25.103 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml for sut TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:4 Sunday 22 January 2023 23:10:24 +0000 (0:00:00.284) 0:53:25.388 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Sunday 22 January 2023 23:10:24 +0000 (0:00:00.152) 0:53:25.540 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:15 Sunday 22 January 2023 23:10:24 +0000 (0:00:00.074) 0:53:25.615 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:22 Sunday 22 January 2023 23:10:24 +0000 (0:00:00.080) 0:53:25.696 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:68 Sunday 22 January 2023 23:10:24 +0000 (0:00:00.170) 0:53:25.866 ******** included: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-vdo.yml:1 Sunday 22 January 2023 23:10:25 +0000 (0:00:00.286) 0:53:26.153 ******** TASK [set_fact] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:71 Sunday 22 January 2023 23:10:25 +0000 (0:00:00.071) 0:53:26.225 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [verify the volumes] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-volumes.yml:3 Sunday 22 January 2023 23:10:25 +0000 (0:00:00.161) 0:53:26.386 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:43 Sunday 22 January 2023 23:10:25 +0000 (0:00:00.122) 0:53:26.508 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-role-results.yml:53 Sunday 22 January 2023 23:10:25 +0000 (0:00:00.083) 0:53:26.592 ******** 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=725 changed=38 unreachable=0 failed=0 skipped=461 rescued=0 ignored=0 Sunday 22 January 2023 23:10:25 +0000 (0:00:00.107) 0:53:26.699 ******** =============================================================================== linux-system-roles.storage : Manage the pools and volumes to match the specified state - 103.47s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state -- 93.19s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Make sure blivet is available ------------- 63.34s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Get the canonical device path for each member device ------------------- 43.09s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made -- 41.69s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Check the type of each PV ---------------------------------------------- 31.15s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 Get the canonical device path for each member device ------------------- 30.55s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Check the type of each PV ---------------------------------------------- 28.42s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made -- 25.50s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 linux-system-roles.storage : Set platform/version specific variables --- 25.48s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Get the canonical device path for each member device ------------------- 25.06s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:10 Validate pool member LUKS settings ------------------------------------- 22.36s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/verify-pool-members-encryption.yml:8 Check the type of each PV ---------------------------------------------- 21.79s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/test-verify-pool-members.yml:46 linux-system-roles.storage : Manage the pools and volumes to match the specified state -- 18.85s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Gather package facts --------------------------------------------------- 18.25s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/tests_lvm_pool_members.yml:23 linux-system-roles.storage : Set platform/version specific variables --- 16.45s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made -- 16.44s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 linux-system-roles.storage : Manage the pools and volumes to match the specified state -- 15.97s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state -- 15.84s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Set platform/version specific variables --- 14.75s /WORKDIR/dist-git-storage-weekly-ci-j0o7mq67/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---