ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmphvsi2pl0
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_fatals_cache_volume.yml ****************************************
1 plays in /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:2
Thursday 21 July 2022  08:17:14 +0000 (0:00:00.012)       0:00:00.012 ********* 
ok: [/cache/centos-7.qcow2c.snap]
META: ran handlers

TASK [include_role : linux-system-roles.storage] *******************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:13
Thursday 21 July 2022  08:17:15 +0000 (0:00:01.186)       0:00:01.199 ********* 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Thursday 21 July 2022  08:17:15 +0000 (0:00:00.053)       0:00:01.253 ********* 
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Thursday 21 July 2022  08:17:15 +0000 (0:00:00.030)       0:00:01.284 ********* 
ok: [/cache/centos-7.qcow2c.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Thursday 21 July 2022  08:17:16 +0000 (0:00:00.401)       0:00:01.685 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__storage_blivet_diskvolume_mkfs_option_map": {
            "ext2": "-F",
            "ext3": "-F",
            "ext4": "-F"
        },
        "blivet_package_list": [
            "python-enum34",
            "python-blivet3",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.yml"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.9.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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Thursday 21 July 2022  08:17:16 +0000 (0:00:00.055)       0:00:01.741 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Thursday 21 July 2022  08:17:16 +0000 (0:00:00.029)       0:00:01.771 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Thursday 21 July 2022  08:17:16 +0000 (0:00:00.030)       0:00:01.801 ********* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Thursday 21 July 2022  08:17:16 +0000 (0:00:00.046)       0:00:01.847 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Thursday 21 July 2022  08:17:16 +0000 (0:00:00.018)       0:00:01.866 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed",
        "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed",
        "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed",
        "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed",
        "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed",
        "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed",
        "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed"
    ]
}

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Thursday 21 July 2022  08:17:17 +0000 (0:00:00.962)       0:00:02.828 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Thursday 21 July 2022  08:17:17 +0000 (0:00:00.043)       0:00:02.872 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Thursday 21 July 2022  08:17:17 +0000 (0:00:00.034)       0:00:02.906 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Thursday 21 July 2022  08:17:18 +0000 (0:00:00.640)       0:00:03.547 ********* 
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : check if the COPR support packages should be installed] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2
Thursday 21 July 2022  08:17:18 +0000 (0:00:00.041)       0:00:03.589 ********* 

TASK [linux-system-roles.storage : make sure COPR support packages are present] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13
Thursday 21 July 2022  08:17:18 +0000 (0:00:00.032)       0:00:03.621 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable COPRs] *******************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:18
Thursday 21 July 2022  08:17:18 +0000 (0:00:00.036)       0:00:03.658 ********* 

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Thursday 21 July 2022  08:17:18 +0000 (0:00:00.031)       0:00:03.689 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Thursday 21 July 2022  08:17:18 +0000 (0:00:00.590)       0:00:04.280 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "brandbot.service": {
                "name": "brandbot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "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-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"
            },
            "console-shell.service": {
                "name": "console-shell.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.import1.service": {
                "name": "dbus-org.freedesktop.import1.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.machine1.service": {
                "name": "dbus-org.freedesktop.machine1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dmraid-activation.service": {
                "name": "dmraid-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "exim.service": {
                "name": "exim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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": "active"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "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"
            },
            "ip6tables.service": {
                "name": "ip6tables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iptables.service": {
                "name": "iptables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmetad.service": {
                "name": "lvm2-lvmetad.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "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"
            },
            "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"
            },
            "netconsole": {
                "name": "netconsole",
                "source": "sysv",
                "state": "stopped",
                "status": "disabled"
            },
            "network": {
                "name": "network",
                "source": "sysv",
                "state": "running",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-config.service": {
                "name": "nfs-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-idmap.service": {
                "name": "nfs-idmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-lock.service": {
                "name": "nfs-lock.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-rquotad.service": {
                "name": "nfs-rquotad.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-secure-server.service": {
                "name": "nfs-secure-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-secure.service": {
                "name": "nfs-secure.service",
                "source": "systemd",
                "state": "inactive",
                "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"
            },
            "nfs.service": {
                "name": "nfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfslock.service": {
                "name": "nfslock.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "postfix.service": {
                "name": "postfix.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "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"
            },
            "rhel-autorelabel-mark.service": {
                "name": "rhel-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-autorelabel.service": {
                "name": "rhel-autorelabel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-configure.service": {
                "name": "rhel-configure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-dmesg.service": {
                "name": "rhel-dmesg.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-domainname.service": {
                "name": "rhel-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-import-state.service": {
                "name": "rhel-import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-loadmodules.service": {
                "name": "rhel-loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-readonly.service": {
                "name": "rhel-readonly.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-rquotad.service": {
                "name": "rpc-rquotad.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "rpcgssd.service": {
                "name": "rpcgssd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rpcidmapd.service": {
                "name": "rpcidmapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rsyncd.service": {
                "name": "rsyncd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rsyncd@.service": {
                "name": "rsyncd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-policy-migrate-local-changes@.service": {
                "name": "selinux-policy-migrate-local-changes@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "selinux-policy-migrate-local-changes@targeted.service": {
                "name": "selinux-policy-migrate-local-changes@targeted.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sendmail.service": {
                "name": "sendmail.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.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-bootchart.service": {
                "name": "systemd-bootchart.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "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-importd.service": {
                "name": "systemd-importd.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-machined.service": {
                "name": "systemd-machined.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-nspawn@.service": {
                "name": "systemd-nspawn@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "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-readahead-collect.service": {
                "name": "systemd-readahead-collect.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-readahead-done.service": {
                "name": "systemd-readahead-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "systemd-readahead-drop.service": {
                "name": "systemd-readahead-drop.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "systemd-readahead-replay.service": {
                "name": "systemd-readahead-replay.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-rfkill@.service": {
                "name": "systemd-rfkill@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-shutdownd.service": {
                "name": "systemd-shutdownd.service",
                "source": "systemd",
                "state": "stopped",
                "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": "not-found"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "wpa_supplicant.service": {
                "name": "wpa_supplicant.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Thursday 21 July 2022  08:17:20 +0000 (0:00:01.180)       0:00:05.460 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.112)       0:00:05.572 ********* 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.020)       0:00:05.593 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.500)       0:00:06.093 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.034)       0:00:06.127 ********* 

TASK [linux-system-roles.storage : show blivet_output] *************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.019)       0:00:06.147 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.033)       0:00:06.180 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.033)       0:00:06.213 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : remove obsolete mounts] *********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.033)       0:00:06.247 ********* 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.032)       0:00:06.280 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : set up new/current mounts] ******************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.021)       0:00:06.301 ********* 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163
Thursday 21 July 2022  08:17:20 +0000 (0:00:00.032)       0:00:06.334 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171
Thursday 21 July 2022  08:17:21 +0000 (0:00:00.023)       0:00:06.357 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "stat": {
        "atime": 1658387401.739742,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1636891012.8990273,
        "dev": 64769,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 70,
        "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": 1636890761.4177752,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "18446744071719764763",
        "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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176
Thursday 21 July 2022  08:17:21 +0000 (0:00:00.406)       0:00:06.763 ********* 

TASK [linux-system-roles.storage : Update facts] *******************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198
Thursday 21 July 2022  08:17:21 +0000 (0:00:00.020)       0:00:06.784 ********* 
ok: [/cache/centos-7.qcow2c.snap]
META: role_complete for /cache/centos-7.qcow2c.snap

TASK [Mark tasks to be skipped] ************************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:16
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.835)       0:00:07.620 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_skip_checks": [
            "blivet_available",
            "packages_installed",
            "service_facts"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:23
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.032)       0:00:07.652 ********* 
included: /tmp/tmp8lr32tv2/tests/get_unused_disk.yml for /cache/centos-7.qcow2c.snap

TASK [Find unused disks in the system] *****************************************
task path: /tmp/tmp8lr32tv2/tests/get_unused_disk.yml:2
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.033)       0:00:07.686 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "disks": [
        "nvme1n1",
        "vdf"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/tmp8lr32tv2/tests/get_unused_disk.yml:9
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.480)       0:00:08.167 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "unused_disks": [
            "nvme1n1",
            "vdf"
        ]
    },
    "changed": false
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /tmp/tmp8lr32tv2/tests/get_unused_disk.yml:14
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.045)       0:00:08.212 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Print unused disks] ******************************************************
task path: /tmp/tmp8lr32tv2/tests/get_unused_disk.yml:19
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.041)       0:00:08.254 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "unused_disks": [
        "nvme1n1",
        "vdf"
    ]
}

TASK [Create cached partition] *************************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:30
Thursday 21 July 2022  08:17:22 +0000 (0:00:00.063)       0:00:08.318 ********* 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.037)       0:00:08.355 ********* 
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.033)       0:00:08.388 ********* 
ok: [/cache/centos-7.qcow2c.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.435)       0:00:08.824 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__storage_blivet_diskvolume_mkfs_option_map": {
            "ext2": "-F",
            "ext3": "-F",
            "ext4": "-F"
        },
        "blivet_package_list": [
            "python-enum34",
            "python-blivet3",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.yml"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.9.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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.060)       0:00:08.884 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.034)       0:00:08.919 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.035)       0:00:08.955 ********* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.046)       0:00:09.002 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.021)       0:00:09.023 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.031)       0:00:09.054 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_pools": [
        {
            "disks": [
                "nvme1n1",
                "vdf"
            ],
            "name": "nvme1n1",
            "type": "partition",
            "volumes": [
                {
                    "cached": true,
                    "name": "test1",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.037)       0:00:09.091 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.036)       0:00:09.128 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.028)       0:00:09.156 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.031)       0:00:09.187 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.027)       0:00:09.215 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.027)       0:00:09.243 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.057)       0:00:09.300 ********* 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Thursday 21 July 2022  08:17:23 +0000 (0:00:00.021)       0:00:09.322 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

caching is not supported for partition volumes

TASK [linux-system-roles.storage : failed message] *****************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99
Thursday 21 July 2022  08:17:25 +0000 (0:00:01.197)       0:00:10.519 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "changed": false
}

MSG:

{'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'nvme1n1', 'encryption_password': None, 'state': 'present', 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['nvme1n1', 'vdf'], 'raid_level': None, 'encryption_luks_version': None, 'raid_device_count': None, 'encryption_key': None, 'volumes': [{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'type': 'partition', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'name': 'test1', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'cache_size': 0, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'deduplication': None, 'cached': True, 'fs_overwrite_existing': True, 'disks': [], 'thin': False, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}], 'raid_chunk_size': None, 'type': 'partition', 'encryption_cipher': None, 'raid_spare_count': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'raid_chunk_size': None, 'type': 'lvm', 'raid_level': None, 'raid_spare_count': None}, 'volume_defaults': {'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'mount_passno': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}, 'use_partitions': None}}, 'pools': [], 'packages': [], 'msg': 'caching is not supported for partition volumes', '_ansible_no_log': False}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.039)       0:00:10.559 ********* 

TASK [Check that we failed in the role] ****************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:48
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.021)       0:00:10.581 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Create cached volume] ****************************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:56
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.040)       0:00:10.621 ********* 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.037)       0:00:10.659 ********* 
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.034)       0:00:10.694 ********* 
ok: [/cache/centos-7.qcow2c.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.442)       0:00:11.137 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__storage_blivet_diskvolume_mkfs_option_map": {
            "ext2": "-F",
            "ext3": "-F",
            "ext4": "-F"
        },
        "blivet_package_list": [
            "python-enum34",
            "python-blivet3",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.yml"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.9.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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.067)       0:00:11.205 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "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: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.035)       0:00:11.240 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.033)       0:00:11.274 ********* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-7.qcow2c.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Thursday 21 July 2022  08:17:25 +0000 (0:00:00.046)       0:00:11.321 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.020)       0:00:11.342 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.028)       0:00:11.370 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_pools": [
        {
            "disks": [
                "nvme1n1"
            ],
            "name": "foo",
            "volumes": [
                {
                    "cache_devices": [
                        "vdf"
                    ],
                    "cache_size": "4g",
                    "cached": true,
                    "name": "test1",
                    "size": "5g"
                }
            ]
        }
    ]
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.039)       0:00:11.409 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.038)       0:00:11.447 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.028)       0:00:11.476 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.028)       0:00:11.504 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.028)       0:00:11.532 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.029)       0:00:11.561 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.056)       0:00:11.618 ********* 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Thursday 21 July 2022  08:17:26 +0000 (0:00:00.021)       0:00:11.640 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cache device 'vdf' doesn't seems to be a physical volume or its parent

TASK [linux-system-roles.storage : failed message] *****************************
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99
Thursday 21 July 2022  08:17:27 +0000 (0:00:01.094)       0:00:12.734 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "changed": false
}

MSG:

{'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'foo', 'encryption_password': None, 'state': 'present', 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['nvme1n1'], 'raid_level': None, 'encryption_luks_version': None, 'raid_device_count': None, 'encryption_key': None, 'volumes': [{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'type': 'lvm', 'size': '5g', 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'name': 'test1', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'cache_size': '4g', 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'deduplication': None, 'cached': True, 'fs_overwrite_existing': True, 'disks': [], 'thin': False, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': ['vdf'], 'fs_create_options': ''}], 'raid_chunk_size': None, 'type': 'lvm', 'encryption_cipher': None, 'raid_spare_count': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'raid_chunk_size': None, 'type': 'lvm', 'raid_level': None, 'raid_spare_count': None}, 'volume_defaults': {'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'mount_passno': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}, 'use_partitions': None}}, 'pools': [], 'packages': [], 'msg': "cache device 'vdf' doesn't seems to be a physical volume or its parent", '_ansible_no_log': False}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Thursday 21 July 2022  08:17:27 +0000 (0:00:00.039)       0:00:12.774 ********* 

TASK [Check that we failed in the role] ****************************************
task path: /tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:75
Thursday 21 July 2022  08:17:27 +0000 (0:00:00.021)       0:00:12.795 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-7.qcow2c.snap : ok=46   changed=0    unreachable=0    failed=2    skipped=29   rescued=2    ignored=0   

Thursday 21 July 2022  08:17:27 +0000 (0:00:00.050)       0:00:12.846 ********* 
=============================================================================== 
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 1.20s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
Gathering Facts --------------------------------------------------------- 1.19s
/tmp/tmp8lr32tv2/tests/tests_fatals_cache_volume.yml:2 ------------------------
linux-system-roles.storage : get service facts -------------------------- 1.18s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 1.09s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
linux-system-roles.storage : make sure blivet is available -------------- 0.96s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 
linux-system-roles.storage : Update facts ------------------------------- 0.84s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
linux-system-roles.storage : get required packages ---------------------- 0.64s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 
linux-system-roles.storage : make sure required packages are installed --- 0.59s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 0.50s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
Find unused disks in the system ----------------------------------------- 0.48s
/tmp/tmp8lr32tv2/tests/get_unused_disk.yml:2 ----------------------------------
linux-system-roles.storage : Ensure ansible_facts used by role ---------- 0.44s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 --
linux-system-roles.storage : Ensure ansible_facts used by role ---------- 0.44s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 --
linux-system-roles.storage : retrieve facts for the /etc/crypttab file --- 0.41s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 
linux-system-roles.storage : Ensure ansible_facts used by role ---------- 0.40s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 --
linux-system-roles.storage : Set storage_cryptsetup_services ------------ 0.11s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 
linux-system-roles.storage : Set platform/version specific variables ---- 0.07s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 --
Print unused disks ------------------------------------------------------ 0.06s
/tmp/tmp8lr32tv2/tests/get_unused_disk.yml:19 ---------------------------------
linux-system-roles.storage : Set platform/version specific variables ---- 0.06s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 --
linux-system-roles.storage : Set storage_cryptsetup_services ------------ 0.06s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 
linux-system-roles.storage : Set storage_cryptsetup_services ------------ 0.06s
/tmp/tmp8lr32tv2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmphvsi2pl0
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_fatals_cache_volume.yml ****************************************
1 plays in /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:2
Thursday 21 July 2022  11:08:01 +0000 (0:00:00.012)       0:00:00.012 ********* 
ok: [/cache/centos-7.qcow2c.snap]
META: ran handlers

TASK [include_role : fedora.linux_system_roles.storage] ************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:13
Thursday 21 July 2022  11:08:02 +0000 (0:00:01.133)       0:00:01.146 ********* 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.054)       0:00:01.201 ********* 
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.031)       0:00:01.232 ********* 
ok: [/cache/centos-7.qcow2c.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.401)       0:00:01.634 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__storage_blivet_diskvolume_mkfs_option_map": {
            "ext2": "-F",
            "ext3": "-F",
            "ext4": "-F"
        },
        "blivet_package_list": [
            "python-enum34",
            "python-blivet3",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.yml"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.059)       0:00:01.693 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.030)       0:00:01.724 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.031)       0:00:01.755 ********* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.053)       0:00:01.808 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Thursday 21 July 2022  11:08:03 +0000 (0:00:00.017)       0:00:01.825 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed",
        "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed",
        "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed",
        "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed",
        "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed",
        "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed",
        "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed"
    ]
}

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Thursday 21 July 2022  11:08:04 +0000 (0:00:00.983)       0:00:02.809 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Thursday 21 July 2022  11:08:04 +0000 (0:00:00.034)       0:00:02.844 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Thursday 21 July 2022  11:08:04 +0000 (0:00:00.033)       0:00:02.878 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Thursday 21 July 2022  11:08:05 +0000 (0:00:00.644)       0:00:03.522 ********* 
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : check if the COPR support packages should be installed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Thursday 21 July 2022  11:08:05 +0000 (0:00:00.043)       0:00:03.566 ********* 

TASK [fedora.linux_system_roles.storage : make sure COPR support packages are present] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Thursday 21 July 2022  11:08:05 +0000 (0:00:00.029)       0:00:03.595 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable COPRs] ************************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:18
Thursday 21 July 2022  11:08:05 +0000 (0:00:00.031)       0:00:03.627 ********* 

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Thursday 21 July 2022  11:08:05 +0000 (0:00:00.028)       0:00:03.656 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Thursday 21 July 2022  11:08:05 +0000 (0:00:00.506)       0:00:04.162 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "brandbot.service": {
                "name": "brandbot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "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-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"
            },
            "console-shell.service": {
                "name": "console-shell.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.import1.service": {
                "name": "dbus-org.freedesktop.import1.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.machine1.service": {
                "name": "dbus-org.freedesktop.machine1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dmraid-activation.service": {
                "name": "dmraid-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "exim.service": {
                "name": "exim.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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": "active"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "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"
            },
            "ip6tables.service": {
                "name": "ip6tables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iptables.service": {
                "name": "iptables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmetad.service": {
                "name": "lvm2-lvmetad.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "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"
            },
            "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"
            },
            "netconsole": {
                "name": "netconsole",
                "source": "sysv",
                "state": "stopped",
                "status": "disabled"
            },
            "network": {
                "name": "network",
                "source": "sysv",
                "state": "running",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-config.service": {
                "name": "nfs-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-idmap.service": {
                "name": "nfs-idmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-lock.service": {
                "name": "nfs-lock.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-rquotad.service": {
                "name": "nfs-rquotad.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-secure-server.service": {
                "name": "nfs-secure-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-secure.service": {
                "name": "nfs-secure.service",
                "source": "systemd",
                "state": "inactive",
                "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"
            },
            "nfs.service": {
                "name": "nfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfslock.service": {
                "name": "nfslock.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "postfix.service": {
                "name": "postfix.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "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"
            },
            "rhel-autorelabel-mark.service": {
                "name": "rhel-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-autorelabel.service": {
                "name": "rhel-autorelabel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-configure.service": {
                "name": "rhel-configure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-dmesg.service": {
                "name": "rhel-dmesg.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-domainname.service": {
                "name": "rhel-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-import-state.service": {
                "name": "rhel-import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-loadmodules.service": {
                "name": "rhel-loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rhel-readonly.service": {
                "name": "rhel-readonly.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-rquotad.service": {
                "name": "rpc-rquotad.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "rpcgssd.service": {
                "name": "rpcgssd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rpcidmapd.service": {
                "name": "rpcidmapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rsyncd.service": {
                "name": "rsyncd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rsyncd@.service": {
                "name": "rsyncd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-policy-migrate-local-changes@.service": {
                "name": "selinux-policy-migrate-local-changes@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "selinux-policy-migrate-local-changes@targeted.service": {
                "name": "selinux-policy-migrate-local-changes@targeted.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sendmail.service": {
                "name": "sendmail.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.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-bootchart.service": {
                "name": "systemd-bootchart.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "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-importd.service": {
                "name": "systemd-importd.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-machined.service": {
                "name": "systemd-machined.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-nspawn@.service": {
                "name": "systemd-nspawn@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "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-readahead-collect.service": {
                "name": "systemd-readahead-collect.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-readahead-done.service": {
                "name": "systemd-readahead-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "systemd-readahead-drop.service": {
                "name": "systemd-readahead-drop.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "systemd-readahead-replay.service": {
                "name": "systemd-readahead-replay.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-rfkill@.service": {
                "name": "systemd-rfkill@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-shutdownd.service": {
                "name": "systemd-shutdownd.service",
                "source": "systemd",
                "state": "stopped",
                "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": "not-found"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "wpa_supplicant.service": {
                "name": "wpa_supplicant.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Thursday 21 July 2022  11:08:07 +0000 (0:00:01.068)       0:00:05.231 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.082)       0:00:05.313 ********* 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.020)       0:00:05.334 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.495)       0:00:05.830 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.035)       0:00:05.865 ********* 

TASK [fedora.linux_system_roles.storage : show blivet_output] ******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.020)       0:00:05.885 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [],
        "mounts": [],
        "packages": [],
        "pools": [],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.034)       0:00:05.920 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.034)       0:00:05.954 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : remove obsolete mounts] **************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.034)       0:00:05.988 ********* 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.032)       0:00:06.020 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : set up new/current mounts] ***********
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.021)       0:00:06.041 ********* 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.031)       0:00:06.073 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156
Thursday 21 July 2022  11:08:07 +0000 (0:00:00.022)       0:00:06.095 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "stat": {
        "atime": 1658387401.739742,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1636891012.8990273,
        "dev": 64769,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 70,
        "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": 1636890761.4177752,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "18446744071719764763",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161
Thursday 21 July 2022  11:08:08 +0000 (0:00:00.396)       0:00:06.491 ********* 

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183
Thursday 21 July 2022  11:08:08 +0000 (0:00:00.020)       0:00:06.512 ********* 
ok: [/cache/centos-7.qcow2c.snap]
META: role_complete for /cache/centos-7.qcow2c.snap

TASK [Mark tasks to be skipped] ************************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:16
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.835)       0:00:07.347 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_skip_checks": [
            "blivet_available",
            "packages_installed",
            "service_facts"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:23
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.033)       0:00:07.381 ********* 
included: /tmp/tmptuh8_vrz/tests/storage/get_unused_disk.yml for /cache/centos-7.qcow2c.snap

TASK [Find unused disks in the system] *****************************************
task path: /tmp/tmptuh8_vrz/tests/storage/get_unused_disk.yml:2
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.036)       0:00:07.417 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "disks": [
        "nvme1n1",
        "vdf"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/tmptuh8_vrz/tests/storage/get_unused_disk.yml:9
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.485)       0:00:07.902 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "unused_disks": [
            "nvme1n1",
            "vdf"
        ]
    },
    "changed": false
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /tmp/tmptuh8_vrz/tests/storage/get_unused_disk.yml:14
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.037)       0:00:07.940 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Print unused disks] ******************************************************
task path: /tmp/tmptuh8_vrz/tests/storage/get_unused_disk.yml:19
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.040)       0:00:07.980 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "unused_disks": [
        "nvme1n1",
        "vdf"
    ]
}

TASK [Create cached partition] *************************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:30
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.034)       0:00:08.015 ********* 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.036)       0:00:08.051 ********* 
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Thursday 21 July 2022  11:08:09 +0000 (0:00:00.033)       0:00:08.085 ********* 
ok: [/cache/centos-7.qcow2c.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.435)       0:00:08.521 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__storage_blivet_diskvolume_mkfs_option_map": {
            "ext2": "-F",
            "ext3": "-F",
            "ext4": "-F"
        },
        "blivet_package_list": [
            "python-enum34",
            "python-blivet3",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.yml"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.062)       0:00:08.583 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.033)       0:00:08.617 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.036)       0:00:08.653 ********* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.058)       0:00:08.711 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.020)       0:00:08.732 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.026)       0:00:08.758 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_pools": [
        {
            "disks": [
                "nvme1n1",
                "vdf"
            ],
            "name": "nvme1n1",
            "type": "partition",
            "volumes": [
                {
                    "cached": true,
                    "name": "test1",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.040)       0:00:08.798 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.037)       0:00:08.836 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.029)       0:00:08.866 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.032)       0:00:08.899 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.033)       0:00:08.932 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.027)       0:00:08.959 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.057)       0:00:09.017 ********* 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Thursday 21 July 2022  11:08:10 +0000 (0:00:00.023)       0:00:09.040 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

caching is not supported for partition volumes

TASK [fedora.linux_system_roles.storage : failed message] **********************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:86
Thursday 21 July 2022  11:08:12 +0000 (0:00:01.202)       0:00:10.243 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "changed": false
}

MSG:

{'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'nvme1n1', 'encryption_password': None, 'state': 'present', 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['nvme1n1', 'vdf'], 'raid_level': None, 'encryption_luks_version': None, 'raid_device_count': None, 'encryption_key': None, 'volumes': [{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'type': 'partition', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'name': 'test1', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'cache_size': 0, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'deduplication': None, 'cached': True, 'fs_overwrite_existing': True, 'disks': [], 'thin': False, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}], 'raid_chunk_size': None, 'type': 'partition', 'encryption_cipher': None, 'raid_spare_count': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'raid_chunk_size': None, 'type': 'lvm', 'raid_level': None, 'raid_spare_count': None}, 'volume_defaults': {'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'mount_passno': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}, 'use_partitions': None}}, 'pools': [], 'packages': [], 'msg': 'caching is not supported for partition volumes', '_ansible_no_log': False}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.040)       0:00:10.283 ********* 

TASK [Check that we failed in the role] ****************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:48
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.022)       0:00:10.305 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Create cached volume] ****************************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:56
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.038)       0:00:10.344 ********* 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.039)       0:00:10.383 ********* 
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.035)       0:00:10.419 ********* 
ok: [/cache/centos-7.qcow2c.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.454)       0:00:10.874 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__storage_blivet_diskvolume_mkfs_option_map": {
            "ext2": "-F",
            "ext3": "-F",
            "ext4": "-F"
        },
        "blivet_package_list": [
            "python-enum34",
            "python-blivet3",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.yml"
}
skipping: [/cache/centos-7.qcow2c.snap] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_7.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.088)       0:00:10.963 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.092)       0:00:11.055 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.033)       0:00:11.089 ********* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-7.qcow2c.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.057)       0:00:11.147 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Thursday 21 July 2022  11:08:12 +0000 (0:00:00.021)       0:00:11.169 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.028)       0:00:11.198 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_pools": [
        {
            "disks": [
                "nvme1n1"
            ],
            "name": "foo",
            "volumes": [
                {
                    "cache_devices": [
                        "vdf"
                    ],
                    "cache_size": "4g",
                    "cached": true,
                    "name": "test1",
                    "size": "5g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.044)       0:00:11.242 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.040)       0:00:11.282 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.028)       0:00:11.310 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.026)       0:00:11.337 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.026)       0:00:11.363 ********* 
skipping: [/cache/centos-7.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.027)       0:00:11.391 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.054)       0:00:11.446 ********* 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Thursday 21 July 2022  11:08:13 +0000 (0:00:00.020)       0:00:11.466 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cache device 'vdf' doesn't seems to be a physical volume or its parent

TASK [fedora.linux_system_roles.storage : failed message] **********************
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:86
Thursday 21 July 2022  11:08:14 +0000 (0:00:01.120)       0:00:12.587 ********* 
fatal: [/cache/centos-7.qcow2c.snap]: FAILED! => {
    "changed": false
}

MSG:

{'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'foo', 'encryption_password': None, 'state': 'present', 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['nvme1n1'], 'raid_level': None, 'encryption_luks_version': None, 'raid_device_count': None, 'encryption_key': None, 'volumes': [{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'type': 'lvm', 'size': '5g', 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'name': 'test1', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'cache_size': '4g', 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'deduplication': None, 'cached': True, 'fs_overwrite_existing': True, 'disks': [], 'thin': False, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': ['vdf'], 'fs_create_options': ''}], 'raid_chunk_size': None, 'type': 'lvm', 'encryption_cipher': None, 'raid_spare_count': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'raid_chunk_size': None, 'type': 'lvm', 'raid_level': None, 'raid_spare_count': None}, 'volume_defaults': {'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'mount_passno': 0, 'raid_spare_count': None, 'cache_mode': None, 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin_pool_size': None, 'thin': None, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}, 'use_partitions': None}}, 'pools': [], 'packages': [], 'msg': "cache device 'vdf' doesn't seems to be a physical volume or its parent", '_ansible_no_log': False}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Thursday 21 July 2022  11:08:14 +0000 (0:00:00.037)       0:00:12.625 ********* 

TASK [Check that we failed in the role] ****************************************
task path: /tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:75
Thursday 21 July 2022  11:08:14 +0000 (0:00:00.019)       0:00:12.645 ********* 
ok: [/cache/centos-7.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-7.qcow2c.snap : ok=46   changed=0    unreachable=0    failed=2    skipped=29   rescued=2    ignored=0   

Thursday 21 July 2022  11:08:14 +0000 (0:00:00.048)       0:00:12.693 ********* 
=============================================================================== 
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.20s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
Gathering Facts --------------------------------------------------------- 1.13s
/tmp/tmptuh8_vrz/tests/storage/tests_fatals_cache_volume.yml:2 ----------------
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.12s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
fedora.linux_system_roles.storage : get service facts ------------------- 1.07s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 
fedora.linux_system_roles.storage : make sure blivet is available ------- 0.98s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 
fedora.linux_system_roles.storage : Update facts ------------------------ 0.84s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 
fedora.linux_system_roles.storage : get required packages --------------- 0.64s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 
fedora.linux_system_roles.storage : make sure required packages are installed --- 0.51s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 0.50s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
Find unused disks in the system ----------------------------------------- 0.49s
/tmp/tmptuh8_vrz/tests/storage/get_unused_disk.yml:2 --------------------------
fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.45s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 
fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.44s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 
fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.40s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 
fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file --- 0.40s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 
fedora.linux_system_roles.storage : define an empty list of pools to be used in testing --- 0.09s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 
fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.09s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 
fedora.linux_system_roles.storage : Set storage_cryptsetup_services ----- 0.08s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 
fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.06s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 
fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.06s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 
fedora.linux_system_roles.storage : include the appropriate provider tasks --- 0.06s
/tmp/tmphvsi2pl0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13